diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-22 17:42:57 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-22 17:42:57 +0900 |
commit | 37109f1e4b32bcf794cb2ed819df0af60ee2d4dc (patch) | |
tree | ffc9e3e7ac8a83495eefa43207f5e8329363160d | |
parent | 8228299eec0148e8c213bb760bf011e9f6304769 (diff) |
一般質問のカテゴリに令和〇年度を含めるよう修正
-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: [ { |