From 37109f1e4b32bcf794cb2ed819df0af60ee2d4dc Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 22 May 2024 17:42:57 +0900 Subject: 一般質問のカテゴリに令和〇年度を含めるよう修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidebars.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: [ { -- cgit v1.2.3-54-g00ecf