diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 08:42:00 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 08:42:00 +0900 |
| commit | 45278001f89a92e8ba1f39179a62f6224cf2996d (patch) | |
| tree | 6d2d2cb943b635a1ac74c54c53292077b959fc7e /src/content/docs/index.mdx | |
| parent | 621fedf5f80bdf732cada728b23fde0cdc923f22 (diff) | |
サイドバーと更新情報: 実績・ディスレクシアを開ける形に戻し、次へを追加
- astro.config.mjs: 実績とディスレクシアについてを、開いて各ページを選べるツリーに戻した
- Updates.astro / index.mdx: 最新5件を表示し、「次へ」で10件ずつ追加表示するようにした
- media.mdx: 掲載しているのは主な記事で、すべてではない旨を明記した
Diffstat (limited to 'src/content/docs/index.mdx')
| -rw-r--r-- | src/content/docs/index.mdx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index b9140b4..a3d1833 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -203,9 +203,11 @@ import Updates from '@/components/Updates.astro'; ## <span style="text-align:center;display:block">更新情報</span> -直近の更新です。 +直近の更新です(最新5件)。 -<Updates limit={5} /> +「次へ」を押すと、それ以前の更新を10件ずつ表示します。 + +<Updates limit={5} step={10} /> ## <span style="text-align:center;display:block">活動</span> |
