-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1ce382
commit 7c78f40
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
}; | ||
|