From 94c12dc90a1b20271ba3ef505db8beb7b51e0b13 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Wed, 15 Jul 2026 01:05:21 +0200 Subject: [PATCH] fix(docs): Updated Startpage of the documentation --- docs/src/content/docs/index.mdx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) 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.