Begin setup search

This commit is contained in:
Felix Malfait
2023-04-20 18:11:55 +02:00
parent db62346bfa
commit ae5a73b347
16 changed files with 33 additions and 47 deletions

View File

@ -13,7 +13,7 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
docsSidebar: [{type: 'autogenerated', dirName: 'docs'}],
docsSidebar: [{type: 'autogenerated', dirName: 'dev-docs'}],
userGuideSidebar: [{type: 'autogenerated', dirName: 'user-guide'}],
APISidebar: [{type: 'autogenerated', dirName: 'api'}],
};