Skip to content

Commit

Permalink
docs(website): remove announcement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed May 21, 2024
1 parent 2ac51ce commit c2681ae
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,17 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
// Not really sure what the ID does here, but guessing it's just for the DOM.
id: 'global_announcement',
// announcementBar: {
// // Not really sure what the ID does here, but guessing it's just for the DOM.
// id: 'global_announcement',

// Add in a disclaimer about the documentation being alpha.
content:
'This documentation is mostly complete, though lacking in some areas. Any incomplete sections are greyed out.',
// // Add in a disclaimer about the documentation being alpha.
// content:
// 'This documentation is mostly complete, though lacking in some areas. Any incomplete sections are greyed out.',

// We want to make sure people don't accidentally close it.
isCloseable: false,
},
// // We want to make sure people don't accidentally close it.
// isCloseable: false,
// },

// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
Expand All @@ -128,6 +128,12 @@ const config = {
position: 'left',
label: 'Tutorial',
},
{
type: 'docSidebar',
sidebarId: 'examplesSidebar',
position: 'left',
label: 'Examples'
},
{
href: customFields.changelog.link,
label: 'Changelog',
Expand Down

0 comments on commit c2681ae

Please sign in to comment.