mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
fix(v2): custom searchbar should appear even if themeconfig.algolia is undefined (#1909)
* fix(v2): custom searchbar should appear even if themeconfig.algolia is undefined * nits * Docs docs * inaccuracy * changelog * nits
This commit is contained in:
parent
f853171791
commit
64871b76e4
6 changed files with 67 additions and 13 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Themes',
|
||||
items: ['using-themes', 'advanced-themes'],
|
||||
items: ['using-themes', 'advanced-themes', 'theme-classic'],
|
||||
},
|
||||
'presets',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue