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 12dd17e commit f552e64Copy full SHA for f552e64
docusaurus.config.js
@@ -157,6 +157,7 @@ module.exports = {
157
id: 'faq',
158
path: 'content/faq',
159
routeBasePath: 'faq',
160
+ sidebarPath: require.resolve('./src/sidebars/faq.js'),
161
},
162
],
163
[
@@ -228,7 +229,9 @@ module.exports = {
228
229
230
'@easyops-cn/docusaurus-search-local',
231
{
- hashed: true
232
+ hashed: true,
233
+ docsDir: "./content/docs",
234
+ blogDir: "./content/news"
235
236
]
237
src/sidebars/faq.js
@@ -0,0 +1,2 @@
1
+module.exports = {
2
+};
0 commit comments