From 15e411fbbb41e86edc283108d4ec59a8f8ec3416 Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:19:15 +0200 Subject: [PATCH] docs: add resources page --- docs/astro.config.ts | 4 ++++ docs/src/content/docs/resources/starlight.mdx | 20 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/src/content/docs/resources/starlight.mdx diff --git a/docs/astro.config.ts b/docs/astro.config.ts index 488223c..40484a5 100644 --- a/docs/astro.config.ts +++ b/docs/astro.config.ts @@ -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: { diff --git a/docs/src/content/docs/resources/starlight.mdx b/docs/src/content/docs/resources/starlight.mdx new file mode 100644 index 0000000..6af1a13 --- /dev/null +++ b/docs/src/content/docs/resources/starlight.mdx @@ -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' + + + +## Plugins + + + +## Components + + + +## Tools + +