Docs Only Site
This commit is contained in:
parent
794e6d65e2
commit
c350980458
@ -1,2 +1,3 @@
|
||||
src/components/ui/*
|
||||
hooks/use-toast.ts
|
||||
.git/*
|
||||
|
@ -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",
|
||||
})],
|
||||
});
|
||||
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
import '@/styles/globals.css'
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import { Button } from "@/components/ui/button"
|
||||
---
|
||||
|
||||
<Layout title="Welcome to Astro.">
|
||||
<main>
|
||||
<p>Start prompting</p>
|
||||
|
||||
<p>
|
||||
Starlight is setup <a href="/docs">/docs</a>
|
||||
</p>
|
||||
</main>
|
||||
</Layout>
|
Loading…
x
Reference in New Issue
Block a user