chore(release): prepare v0.1.0 release for main #16

Merged
Ninosaurier merged 90 commits from dev into main 2026-08-05 15:57:47 +00:00
Showing only changes of commit 94c12dc90a - Show all commits
+6 -13
View File
@@ -21,20 +21,13 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
## The Topics
<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
<Card title="Getting started" icon="star">
Start reading [getting-started](./getting-started/) and learn how LUNA-Charts is organized.
</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 title="LUNA is using the Architecture Development Method (ADM)" icon="document">
Read how LUNA is using the ADM [document](./architecture/adm/).
</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 title="Architecture Decision Records (ADR)" icon="setting">
Explore our [ADRs](./architecture/adr/) to understand the reasoning behind our technical decisions.
</Card>
</CardGrid>