Skip to content

Commit

Permalink
docs: add resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Jun 24, 2024
1 parent ff58d09 commit 15e411f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default defineConfig({
{ label: 'Customization', link: '/customization/' },
],
},
{
label: 'Resources',
items: [{ label: 'Plugins and Tools', link: '/resources/starlight/' }],
},
{ label: 'Demo', link: '/demo/' },
],
social: {
Expand Down
20 changes: 20 additions & 0 deletions docs/src/content/docs/resources/starlight.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Starlight Plugins and Tools
description: Discover other Starlight plugins, components and tools developed by HiDeoo.
---

import { ResourcesIntro, Resources } from '@hideoo/starlight-plugins-docs-components'

<ResourcesIntro />

## Plugins

<Resources type="plugins" />

## Components

<Resources type="components" />

## Tools

<Resources type="tools" />

0 comments on commit 15e411f

Please sign in to comment.