Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak docs #15

Merged
merged 1 commit into from
Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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