1
1
---
2
- title : Welcome to Starlight
3
- description : Get started building your docs site with Starlight .
2
+ title : Kando
3
+ description : Documentation for the cross-platform pie menu .
4
4
template : splash
5
5
hero :
6
- tagline : Congrats on setting up a new Starlight project!
6
+ tagline : The Cross-Platform Pie Menu.
7
7
image :
8
8
file : ../../assets/houston.webp
9
9
actions :
@@ -16,21 +16,21 @@ hero:
16
16
variant : minimal
17
17
---
18
18
19
- import { Card , CardGrid } from ' @astrojs/starlight/components' ;
19
+ import { Card , CardGrid } from " @astrojs/starlight/components" ;
20
20
21
21
## Next steps
22
22
23
23
<CardGrid stagger >
24
- <Card title = " Update content" icon = " pencil" >
25
- Edit ` src/content/docs/index.mdx ` to see this page change.
26
- </Card >
27
- <Card title = " Add new content" icon = " add-document" >
28
- Add Markdown or MDX files to ` src/content/docs ` to create new pages.
29
- </Card >
30
- <Card title = " Configure your site" icon = " setting" >
31
- Edit your ` sidebar ` and other config in ` astro.config.mjs ` .
32
- </Card >
33
- <Card title = " Read the docs" icon = " open-book" >
34
- Learn more in [ the Starlight Docs] ( https://starlight.astro.build/ ) .
35
- </Card >
24
+ <Card title = " Update content" icon = " pencil" >
25
+ Edit ` src/content/docs/index.mdx ` to see this page change.
26
+ </Card >
27
+ <Card title = " Add new content" icon = " add-document" >
28
+ Add Markdown or MDX files to ` src/content/docs ` to create new pages.
29
+ </Card >
30
+ <Card title = " Configure your site" icon = " setting" >
31
+ Edit your ` sidebar ` and other config in ` astro.config.mjs ` .
32
+ </Card >
33
+ <Card title = " Read the docs" icon = " open-book" >
34
+ Learn more in [ the Starlight Docs] ( https://starlight.astro.build/ ) .
35
+ </Card >
36
36
</CardGrid >
0 commit comments