Skip to content

Commit c61eb00

Browse files
committed
fix: remove default cards
1 parent 382ec8a commit c61eb00

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

src/content/docs/index.mdx

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,4 @@ hero:
1313
link: https://droposs.org/download
1414
icon: external
1515
variant: minimal
16-
---
17-
18-
import { Card, CardGrid } from '@astrojs/starlight/components';
19-
20-
## Next steps
21-
22-
<CardGrid stagger>
23-
<Card title="Update content" icon="pencil">
24-
Edit `src/content/docs/index.mdx` to see this page change.
25-
</Card>
26-
<Card title="Change page layout" icon="document">
27-
Delete `template: splash` in `src/content/docs/index.mdx` to display a
28-
sidebar on this page.
29-
</Card>
30-
<Card title="Add new content" icon="add-document">
31-
Add Markdown or MDX files to `src/content/docs` to create new pages.
32-
</Card>
33-
<Card title="Configure your site" icon="setting">
34-
Edit your `sidebar` and other config in `astro.config.mjs`.
35-
</Card>
36-
<Card title="Read the docs" icon="open-book">
37-
Learn more in [the Starlight Docs](https://starlight.astro.build/).
38-
</Card>
39-
</CardGrid>
16+
---

0 commit comments

Comments
 (0)