From c3509804583d9dcca8263f1a9a09dd4953dcd46b Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Mon, 17 Mar 2025 17:22:56 -0600 Subject: [PATCH] Docs Only Site --- .bolt/ignore | 1 + astro.config.mjs | 14 +++++++------- src/content/docs/{docs => }/index.md | 0 src/pages/index.astro | 15 --------------- 4 files changed, 8 insertions(+), 22 deletions(-) rename src/content/docs/{docs => }/index.md (100%) delete mode 100644 src/pages/index.astro diff --git a/.bolt/ignore b/.bolt/ignore index 8b4f41a..b96d857 100644 --- a/.bolt/ignore +++ b/.bolt/ignore @@ -1,2 +1,3 @@ src/components/ui/* hooks/use-toast.ts +.git/* diff --git a/astro.config.mjs b/astro.config.mjs index 520ca53..ca5b7f0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,14 +15,14 @@ export default defineConfig({ }), starlight({ plugins: [ starlightThemeBlack({ - navLinks: [{ // optional - label: 'Docs', - link: '/docs', - }], - footerText: //optional - 'Built & designed by [Supported Systems](https://supported.systems)' +// navLinks: [{ // optional +// label: 'Docs', +// link: '/', +// }], +// footerText: //optional +// 'Built & designed by [Supported Systems](https://supported.systems)' }) ], - title: "My Website Title", + title: "Website Link", })], }); diff --git a/src/content/docs/docs/index.md b/src/content/docs/index.md similarity index 100% rename from src/content/docs/docs/index.md rename to src/content/docs/index.md diff --git a/src/pages/index.astro b/src/pages/index.astro deleted file mode 100644 index 41c97bf..0000000 --- a/src/pages/index.astro +++ /dev/null @@ -1,15 +0,0 @@ ---- -import '@/styles/globals.css' -import Layout from '../layouts/Layout.astro'; -import { Button } from "@/components/ui/button" ---- - - -
-

Start prompting

- -

- Starlight is setup /docs -

-
-