mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-24 13:11:24 +03:00
docs: I made a homepage
This commit is contained in:
parent
91bacafe80
commit
f2b85ae0b0
2 changed files with 11 additions and 31 deletions
Binary file not shown.
Before Width: | Height: | Size: 96 KiB |
|
@ -1,36 +1,16 @@
|
||||||
---
|
---
|
||||||
title: Welcome to Starlight
|
title: Home
|
||||||
description: Get started building your docs site with Starlight.
|
description: The first free Open-Source Tool for Saving Historical Currency data
|
||||||
template: splash
|
|
||||||
hero:
|
|
||||||
tagline: Congrats on setting up a new Starlight project!
|
|
||||||
image:
|
|
||||||
file: ../../assets/houston.webp
|
|
||||||
actions:
|
|
||||||
- text: Example Guide
|
|
||||||
link: /guides/example/
|
|
||||||
icon: right-arrow
|
|
||||||
- text: Read the Starlight docs
|
|
||||||
link: https://starlight.astro.build
|
|
||||||
icon: external
|
|
||||||
variant: minimal
|
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
## What is Kekkai?
|
||||||
|
Kekkai — The first free Open-Source Tool for Saving Historical Currency data
|
||||||
|
|
||||||
## Next steps
|
It is a simple tool for collecting historical currency data from open sources,
|
||||||
|
with the ability to create currency exchange rate charts.
|
||||||
|
|
||||||
<CardGrid stagger>
|
## Why Kekkai?
|
||||||
<Card title="Update content" icon="pencil">
|
|
||||||
Edit `src/content/docs/index.mdx` to see this page change.
|
- Free & Open-Source
|
||||||
</Card>
|
- The ability to create graphs
|
||||||
<Card title="Add new content" icon="add-document">
|
- Plausible support. Anonymous data collection with the ability to disable it. Available only to server owners
|
||||||
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>
|
|
||||||
</CardGrid>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue