Skip to content

Commit

Permalink
chore(): remove announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jan 23, 2025
1 parent c35dc0c commit be85fd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ module.exports = {
organizationName: 'ionic-team',
projectName: 'capacitor-docs',
themeConfig: {
announcementBar: {
id: 'announcement-bar',
content:
'<a href="https://www.outsystems.com/?utm_source=ionic&utm_medium=referral&utm_campaign=ionic-referral&utm_term=none&utm_content=other&utm_campaignteam=digital-mktg&utm_partner=none" target="_blank" rel="noopener"><span>An <strong>OutSystems</strong> Company →</span></a>',
isCloseable: false,
},
announcementBar: undefined, //{
// id: 'announcement-bar',
// content:
// '<a href="https://www.outsystems.com/?utm_source=ionic&utm_medium=referral&utm_campaign=ionic-referral&utm_term=none&utm_content=other&utm_campaignteam=digital-mktg&utm_partner=none" target="_blank" rel="noopener"><span>An <strong>OutSystems</strong> Company →</span></a>',
// isCloseable: false,
// },
colorMode: {
defaultMode: 'light',
},
Expand Down

0 comments on commit be85fd6

Please sign in to comment.