diff options
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> |
