mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 15:07:17 +02:00
refactor(v2): minor cleanups (#4959)
* refactor(v2): minor cleanups * Fixes
This commit is contained in:
parent
af3640dca2
commit
bfd33dc63a
21 changed files with 203 additions and 198 deletions
|
@ -250,8 +250,8 @@ const ThemeConfigSchema = Joi.object({
|
|||
announcementBar: Joi.object({
|
||||
id: Joi.string().default('announcement-bar'),
|
||||
content: Joi.string(),
|
||||
backgroundColor: Joi.string().default('#fff'),
|
||||
textColor: Joi.string().default('#000'),
|
||||
backgroundColor: Joi.string(),
|
||||
textColor: Joi.string(),
|
||||
isCloseable: Joi.bool().default(true),
|
||||
}).optional(),
|
||||
navbar: Joi.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue