From 621fedf5f80bdf732cada728b23fde0cdc923f22 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:30:30 +0900 Subject: astro.config.mjs: サイドバーのディスレクシアを集約しホームを削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ディスレクシアの14項目をハブページ1つに集約した。ハブには全子ページへの リンクがある。ホームはパンくずとサイト名から辿れるため削除した。 --- astro.config.mjs | 61 +------------------------------------------------------- 1 file changed, 1 insertion(+), 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: "活動を支えるツール", -- cgit v1.3.1