Skip to content

Commit

Permalink
Add link to new library on docs home
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcia Alves authored and Marcia Alves committed Jan 26, 2024
1 parent 8a00860 commit 561aef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
## Next steps

<CardGrid stagger>
<a href="/custom-routing">
<Card title="Custom Astro Routing" icon="add-document">
Define custom Astro Routes without relying on file-based routing.
</Card>
</a>
<a href="/inline-mod">
<Card title="Inline Virtual Module" icon="pencil">
Pass inline JS values and functions as a virtual module to Vite projects.
Expand Down

0 comments on commit 561aef6

Please sign in to comment.