diff options
Diffstat (limited to 'src/content/docs/index.mdx')
| -rw-r--r-- | src/content/docs/index.mdx | 51 |
1 files changed, 14 insertions, 37 deletions
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index e6ed51f..9c2127a 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -1,40 +1,17 @@ --- -title: Welcome to Starlight -description: Get started building your docs site with Starlight. -template: splash # Remove or comment out this line to display the site sidebar on this page. +title: 'Nix CN' +description: 与 Nix 中文社群一起探索可复现的未来 +template: splash hero: - tagline: Congrats on setting up a new Starlight project! - image: - file: ../../assets/houston.webp - actions: - - text: Example Guide - link: /guides/example/ - icon: right-arrow - - text: Read the Starlight docs - link: https://starlight.astro.build - icon: external - variant: minimal + tagline: 与 Nix 中文社群一起探索可复现的未来 + image: + file: ../../assets/nix-flake-logo.svg + actions: + - text: 'Meetup #2 参会指南' + link: /meetup-2-guide + icon: right-arrow + - text: 加入活动群组 + link: https://t.me/nixcnmeetup + icon: external + variant: minimal --- - -import { Card, CardGrid } from '@astrojs/starlight/components'; - -## Next steps - -<CardGrid stagger> - <Card title="Update content" icon="pencil"> - Edit `src/content/docs/index.mdx` to see this page change. - </Card> - <Card title="Change page layout" icon="document"> - Delete `template: splash` in `src/content/docs/index.mdx` to display a - sidebar on this page. - </Card> - <Card title="Add new content" icon="add-document"> - Add Markdown or MDX files to `src/content/docs` to create new pages. - </Card> - <Card title="Configure your site" icon="setting"> - Edit your `sidebar` and other config in `astro.config.mjs`. - </Card> - <Card title="Read the docs" icon="open-book"> - Learn more in [the Starlight Docs](https://starlight.astro.build/). - </Card> -</CardGrid> |