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 -

-
-