aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 08:30:30 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-21 08:30:30 +0900
commit621fedf5f80bdf732cada728b23fde0cdc923f22 (patch)
treee473b919340969e89071f36a4dfa59a6a31859d8
parentec83ae928b703062fd59f63e0f38152a88370bf4 (diff)
astro.config.mjs: サイドバーのディスレクシアを集約しホームを削除
ディスレクシアの14項目をハブページ1つに集約した。ハブには全子ページへの リンクがある。ホームはパンくずとサイト名から辿れるため削除した。
-rw-r--r--astro.config.mjs61
1 files changed, 1 insertions, 60 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index a16161e..8d3c02a 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -40,7 +40,6 @@ export default defineConfig({
},
],
sidebar: [
- { label: "ホーム", link: "/" },
{ label: "実績", link: "/jisseki/" },
{ label: "私の方針", link: "/policy/" },
{ label: "メディア掲載", link: "/media/" },
@@ -76,65 +75,7 @@ export default defineConfig({
},
],
},
- {
- label: "ディスレクシアについて",
- collapsed: true,
- items: [
- { label: "概要", link: "/about-dyslexia/" },
- {
- label: "ディスレクシアとは",
- link: "/about-dyslexia/what-is-dyslexia/",
- },
- {
- label: "ディスレクシアの著名人",
- link: "/about-dyslexia/celebrities/",
- },
- {
- label: "本人や保護者の声",
- link: "/about-dyslexia/voices/",
- },
- {
- label: "潜在的人数と文科省調査",
- link: "/about-dyslexia/potential-number/",
- },
- {
- label: "見過ごさないためのアセスメント",
- link: "/about-dyslexia/assessment/",
- },
- {
- label: "デイジー教科書と音声教材",
- link: "/about-dyslexia/daisy-and-onsei/",
- },
- {
- label: "合理的配慮と関連法律",
- link: "/about-dyslexia/reasonable-accommodation/",
- },
- {
- label: "小平市の状況",
- link: "/about-dyslexia/kodaira/",
- },
- {
- label: "就学相談・通級指導",
- link: "/about-dyslexia/school-consultation/",
- },
- {
- label: "情緒固定級とは",
- link: "/about-dyslexia/emotional-support-class/",
- },
- {
- label: "チャレンジスクール等",
- link: "/about-dyslexia/high-school-options/",
- },
- {
- label: "長期欠席支援シート",
- link: "/about-dyslexia/support-sheet/",
- },
- {
- label: "支援リソース・参考情報",
- link: "/about-dyslexia/support-resources/",
- },
- ],
- },
+ { label: "ディスレクシアについて", link: "/about-dyslexia/" },
{ label: "ご支援", link: "/support/" },
{
label: "活動を支えるツール",