mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 20:46:58 +02:00
fix(v2): make optional title for footer links column (#3666)
This commit is contained in:
parent
3a8bad2068
commit
52e7511869
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ const ThemeConfigSchema = Joi.object({
|
|||
links: Joi.array()
|
||||
.items(
|
||||
Joi.object({
|
||||
title: Joi.string().required(),
|
||||
title: Joi.string(),
|
||||
items: Joi.array().items(FooterLinkItemSchema).default([]),
|
||||
}),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue