diff options
-rw-r--r-- | sidebars.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sidebars.js b/sidebars.js index 393296ac..864f5407 100644 --- a/sidebars.js +++ b/sidebars.js @@ -18,10 +18,32 @@ const sidebars = { // But you can create a sidebar manually ippanSidebar: [ + { + type: 'category', + label: '安竹洋平の一般質問', + link: { + type: 'doc', + id: 'ippan-situmon/index', + }, + /* + autogeneratedとすると、indexも含まれてしまう。docusaurus以降のバージョンでは省けるようになるかもしれないが、 + https://github.com/facebook/docusaurus/issues/6127 + 今のところは回避策としてsidebarItemsGeneratorを使ってdocディレクトリ下のindexをページで省くようにする + https://stackoverflow.com/a/75046777 + */ + items:[ + { + type: 'autogenerated', + dirName: 'ippan-situmon', + }, + ], + } + /* { type: 'autogenerated', dirName: 'ippan-situmon', // '.' means the current docs folder }, + */ ], giantouSidebar: [ { |