chore(release): prepare v0.1.0 release for main #16
@@ -1,24 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: Welcome to Starlight
|
title: Welcome to LUNA dogumentation 🐾
|
||||||
description: Get started building your docs site with Starlight.
|
description: LUNA Charts is a reusable, developer-friendly charting library designed to make accessible, WCAG-oriented data visualization the default rather than an afterthought.
|
||||||
template: splash # Remove or comment out this line to display the site sidebar on this page.
|
template: splash # Remove or comment out this line to display the site sidebar on this page.
|
||||||
hero:
|
hero:
|
||||||
tagline: Congrats on setting up a new Starlight project!
|
tagline: Architecture, ADRs and classes. Everything you should now!
|
||||||
image:
|
image:
|
||||||
file: ../../assets/houston.webp
|
file: ../../assets/luna_charts_logo_doc.png
|
||||||
actions:
|
actions:
|
||||||
- text: Example Guide
|
- text: Start here
|
||||||
link: /guides/example/
|
link: /getting-started/
|
||||||
icon: right-arrow
|
icon: right-arrow
|
||||||
- text: Read the Starlight docs
|
- text: Our Git-Repo
|
||||||
link: https://starlight.astro.build
|
link: https://git.byting-pandas.ninja/Ninosaurier/LUNA-Charts
|
||||||
icon: external
|
icon: external
|
||||||
variant: minimal
|
variant: minimal
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||||
|
|
||||||
## Next steps
|
## The Topics
|
||||||
|
|
||||||
<CardGrid stagger>
|
<CardGrid stagger>
|
||||||
<Card title="Update content" icon="pencil">
|
<Card title="Update content" icon="pencil">
|
||||||
|
|||||||
Reference in New Issue
Block a user