Skip to content

Commit

Permalink
Add links to main docs page (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Aug 10, 2024
1 parent 49fde9d commit 1f7aaf2
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,15 @@ hero:
icon: external
---

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

## Next steps
## Key resources

<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>
<LinkCard title="What is Loculus?" href="introduction/what-is-loculus/" description="A basic introduction to what Loculus can help you with" />

<LinkCard title="System overview" href="introduction/system-overview/"
description="An overview of the different sub-compontents that make up the Loculus system" />


</CardGrid>

0 comments on commit 1f7aaf2

Please sign in to comment.