Skip to content

Commit c90ac55

Browse files
Merge pull request #90 from pascalinthecloud/feature/update-docs
refactor: remove unused components and next steps section from index.mdx
2 parents 5450ea8 + 11226dd commit c90ac55

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,4 @@ hero:
1414
link: https://github.com/pascalinthecloud/terraform-proxmox-talos-cluster
1515
icon: external
1616
variant: minimal
17-
---
18-
19-
import { Card, CardGrid } from '@astrojs/starlight/components';
20-
21-
## Next steps
22-
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>
36-
</CardGrid>
17+
---

0 commit comments

Comments
 (0)