diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-22 22:25:17 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-22 22:25:17 +0900 |
| commit | b8a2775e8b871e742bf62c2da20ad220b54fd6ff (patch) | |
| tree | 86abc4a55561365566cdd473342e51a02062b143 /astro.config.mjs | |
| parent | 5d52eb97ec61212040a1cba5795a924edcf05d63 (diff) | |
ijime-judai-jitai: 重大事態対応フロー図のページを追加
フロー図のページ(/ijime-judai-jitai/flow/)を新設し、SVGをクリック/タップで拡大できるようにした。サイドバーの「いじめ重大事態への対応の軌跡」をグループ化し、サブ項目を「軌跡」「重大事態対応フロー図」の2つにした。軌跡ページからもフロー図へリンクしている。
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index c71827b..4d890a8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -52,7 +52,14 @@ export default defineConfig({ }, { label: "いじめ重大事態への対応の軌跡", - link: "/ijime-judai-jitai/", + collapsed: true, + items: [ + { label: "軌跡", link: "/ijime-judai-jitai/" }, + { + label: "重大事態対応フロー図", + link: "/ijime-judai-jitai/flow/", + }, + ], }, { label: "障害者福祉施設における虐待通報対応の軌跡", |
