Skip to content

Commit

Permalink
Change banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Apr 26, 2024
1 parent f1ce382 commit 7c78f40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,12 @@ const config: Config = {
},
announcementBar: {
id: 'announcementBar_work-in-progress',
content: `New docs are still work in progress! Expect dead links, missing tutorials etc. <br>
For documentation visit <a href="https://docs.leorover.tech">docs.leorover.tech</a>`,
content: `Welcome to the new Fictionlab docs! If you encounter any problems, broken links etc.,
<br>please open an issue at <a href="https://github.com/fictionlab/docs">fictionlab/docs</a>
or write an e-mail at <a href="mailto:[email protected]">[email protected]</a>`,
backgroundColor: '#c57b2c',
textColor: '#ffffff',
isCloseable: false,
isCloseable: true,
},
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit 7c78f40

Please sign in to comment.