diff --git a/docs/starlight/astro.config.mjs b/docs/starlight/astro.config.mjs index 9eacfd175..3102d30ba 100644 --- a/docs/starlight/astro.config.mjs +++ b/docs/starlight/astro.config.mjs @@ -5,9 +5,9 @@ import starlight from '@astrojs/starlight'; export default defineConfig({ integrations: [ starlight({ - title: 'My Docs', + title: 'GG Docs', social: { - github: 'https://github.com/withastro/starlight', + github: 'https://github.com/NigelBreslaw/guardian-ghost', }, sidebar: [ { diff --git a/docs/starlight/src/assets/guardian-loot.webp b/docs/starlight/src/assets/guardian-loot.webp new file mode 100644 index 000000000..95dd63fc9 Binary files /dev/null and b/docs/starlight/src/assets/guardian-loot.webp differ diff --git a/docs/starlight/src/content/docs/index.mdx b/docs/starlight/src/content/docs/index.mdx index 117179dbb..9ed8579bf 100644 --- a/docs/starlight/src/content/docs/index.mdx +++ b/docs/starlight/src/content/docs/index.mdx @@ -1,11 +1,11 @@ --- -title: Welcome to Starlight -description: Get started building your docs site with Starlight. +title: GG Guardian Ghost docs +description: Built using Astro Starlight template: splash hero: - tagline: Congrats on setting up a new Starlight project! + tagline: Currently this is just the Starlight starter template image: - file: ../../assets/houston.webp + file: ../../assets/guardian-loot.webp actions: - text: Example Guide link: /guides/example/ @@ -21,11 +21,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; ## Next steps - + Edit `src/content/docs/index.mdx` to see this page change. - Add Markdown or MDX files to `src/content/docs` to create new pages. + Document the monorepo and cloudflare configs. Edit your `sidebar` and other config in `astro.config.mjs`.