Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
Make enough changes to test if the
Gitlab action works.
  • Loading branch information
NigelBreslaw authored Dec 26, 2023
1 parent 2b1df9d commit 512aaef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/starlight/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
Binary file added docs/starlight/src/assets/guardian-loot.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/starlight/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -21,11 +21,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
## Next steps

<CardGrid stagger>
<Card title="Update content" icon="pencil">
<Card title="Add a mini dev blog" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
</Card>
<Card title="Add new content" icon="add-document">
Add Markdown or MDX files to `src/content/docs` to create new pages.
Document the monorepo and cloudflare configs.
</Card>
<Card title="Configure your site" icon="setting">
Edit your `sidebar` and other config in `astro.config.mjs`.
Expand Down

0 comments on commit 512aaef

Please sign in to comment.