mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 01:28:38 +02:00
refactor
This commit is contained in:
parent
db686bbd37
commit
a3ca2d7457
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import type {
|
||||||
// in normalization
|
// in normalization
|
||||||
|
|
||||||
const sidebarItemBaseSchema = Joi.object<SidebarItemBase>({
|
const sidebarItemBaseSchema = Joi.object<SidebarItemBase>({
|
||||||
key: Joi.string().optional(),
|
key: Joi.string(),
|
||||||
className: Joi.string(),
|
className: Joi.string(),
|
||||||
customProps: Joi.object().unknown(),
|
customProps: Joi.object().unknown(),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue