chore(release): prepare v0.1.0 release for main #16
@@ -21,20 +21,13 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
|||||||
## The Topics
|
## The Topics
|
||||||
|
|
||||||
<CardGrid stagger>
|
<CardGrid stagger>
|
||||||
<Card title="Update content" icon="pencil">
|
<Card title="Getting started" icon="star">
|
||||||
Edit `src/content/docs/index.mdx` to see this page change.
|
Start reading [getting-started](./getting-started/) and learn how LUNA-Charts is organized.
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Change page layout" icon="document">
|
<Card title="LUNA is using the Architecture Development Method (ADM)" icon="document">
|
||||||
Delete `template: splash` in `src/content/docs/index.mdx` to display a
|
Read how LUNA is using the ADM [document](./architecture/adm/).
|
||||||
sidebar on this page.
|
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Add new content" icon="add-document">
|
<Card title="Architecture Decision Records (ADR)" icon="setting">
|
||||||
Add Markdown or MDX files to `src/content/docs` to create new pages.
|
Explore our [ADRs](./architecture/adr/) to understand the reasoning behind our technical decisions.
|
||||||
</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>
|
</Card>
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|||||||
Reference in New Issue
Block a user