diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 61eeca9..f9a6831 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -21,20 +21,13 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; ## The Topics - - Edit `src/content/docs/index.mdx` to see this page change. + + Start reading [getting-started](./getting-started/) and learn how LUNA-Charts is organized. - - Delete `template: splash` in `src/content/docs/index.mdx` to display a - sidebar on this page. + + Read how LUNA is using the ADM [document](./architecture/adm/). - - Add Markdown or MDX files to `src/content/docs` to create new pages. - - - Edit your `sidebar` and other config in `astro.config.mjs`. - - - Learn more in [the Starlight Docs](https://starlight.astro.build/). + + Explore our [ADRs](./architecture/adr/) to understand the reasoning behind our technical decisions.