We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55f68b commit 38454a9Copy full SHA for 38454a9
README.md
@@ -31,7 +31,7 @@ const barConfig = getConfig(`${__dirName}/..`)
31
module.exports = {
32
themeConfig: {
33
nav: [{ text: 'External', link: 'https://google.com' }, ...barConfig.nav]
34
- sidebar: ...barConfig.sidebar,
+ sidebar: barConfig.sidebar,
35
}
36
};
37
```
0 commit comments