Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Dec 23, 2023
1 parent c082c11 commit e8a3194
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,4 @@ hero:
- text: Contact support
link: https://portal.gamehostbros.com/supporttickets.php
icon: external
---

import { Card, CardGrid } from '@astrojs/starlight/components';

## Next steps

<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
</Card>
<Card title="Add new content" icon="add-document">
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>
---

0 comments on commit e8a3194

Please sign in to comment.