Skip to content

Commit fc0b5c3

Browse files
committed
start configuring and putting in placeholders
1 parent 0953779 commit fc0b5c3

File tree

6 files changed

+35
-39
lines changed

6 files changed

+35
-39
lines changed

astro.config.mjs

+4-7
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@ export default defineConfig({
66
site: 'https://learn.grow.graphics/',
77
integrations: [
88
starlight({
9-
title: 'My Docs',
9+
title: 'Grow-Graphics GD',
1010
social: {
11-
github: 'https://github.com/withastro/starlight',
11+
github: 'https://github.com/grow-graphics/gd',
1212
},
1313
sidebar: [
1414
{
15-
label: 'Guides',
16-
items: [
17-
// Each item here is one entry in the navigation menu.
18-
{ label: 'Example Guide', link: '/guides/example/' },
19-
],
15+
label: 'Documentation',
16+
autogenerate: { directory: 'documentation' },
2017
},
2118
{
2219
label: 'Reference',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 2 - Example
3+
description: Example
4+
---
5+
6+
Tempor eu anim aliqua velit non sunt ut amet. In ullamco veniam consectetur amet consectetur veniam laborum labore ea sint. Enim labore quis Lorem tempor aliquip laboris ex nulla nisi nisi pariatur aliqua cupidatat sunt. Sit eiusmod officia aute tempor pariatur commodo labore consectetur proident laboris anim exercitation labore sunt. Laboris ad eiusmod reprehenderit cupidatat Lorem aute.
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 1 - Getting Started
3+
description: Getting started
4+
---
5+
6+
Cupidatat nostrud non ad duis nostrud qui ullamco ipsum laborum pariatur ad cillum. Officia proident eiusmod Lorem dolore do nulla sit est officia cillum laborum aliqua. Culpa laboris excepteur sunt consectetur irure culpa id nulla veniam dolore tempor ex ea eiusmod. Nisi consequat et dolor ea dolor. Mollit esse nulla velit in aliqua reprehenderit. Qui magna est nisi laboris qui Lorem occaecat et enim sunt laborum nulla enim amet.

src/content/docs/guides/example.md

-11
This file was deleted.

src/content/docs/index.mdx

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Welcome to Starlight
3-
description: Get started building your docs site with Starlight.
2+
title: Welcome to Learn Grow Graphics
3+
description: GDExtension bindings for the Go programming Language
44
template: splash
55
hero:
6-
tagline: Congrats on setting up a new Starlight project!
6+
tagline: Community Supported Godot GDExtension bindings for the Go programming Language!
77
image:
88
file: ../../assets/houston.webp
99
actions:
10-
- text: Example Guide
11-
link: /guides/example/
10+
- text: Documentation
11+
link: /documentation
1212
icon: right-arrow
1313
variant: primary
14-
- text: Read the Starlight docs
14+
- text: GitHub Repository
1515
link: https://starlight.astro.build
1616
icon: external
1717
---
@@ -21,16 +21,19 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
2121
## Next steps
2222

2323
<CardGrid stagger>
24-
<Card title="Update content" icon="pencil">
25-
Edit `src/content/docs/index.mdx` to see this page change.
24+
<Card title="Documentation" icon="open-book">
25+
Coming soon!
26+
(https://learn.grow.graphics/guides/example)
2627
</Card>
27-
<Card title="Add new content" icon="add-document">
28-
Add Markdown or MDX files to `src/content/docs` to create new pages.
28+
<Card title="Godot Game Engine" icon="add-document">
29+
- [Godot Game Engine](https://godotengine.org)
30+
- [Godot's Documentation](https://godotengine.org)
31+
- [GDExtension](https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/index.html)
2932
</Card>
30-
<Card title="Configure your site" icon="setting">
31-
Edit your `sidebar` and other config in `astro.config.mjs`.
33+
<Card title="Social" icon="setting">
34+
Coming Soon!
3235
</Card>
33-
<Card title="Read the docs" icon="open-book">
34-
Learn more in [the Starlight Docs](https://starlight.astro.build/).
36+
<Card title="Github Repository" icon="open-book">
37+
- [Grow-Graphics GD GitHub Repo](https://github.com/grow-graphics/gd)
3538
</Card>
3639
</CardGrid>

src/content/docs/reference/example.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
title: Example Reference
3-
description: A reference page in my new Starlight docs site.
3+
description: Example Reference.
44
---
55

6-
Reference pages are ideal for outlining how things work in terse and clear terms.
7-
Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what you're documenting.
8-
9-
## Further reading
10-
11-
- Read [about reference](https://diataxis.fr/reference/) in the Diátaxis framework
6+
Aliqua adipisicing id sint sit aute proident nostrud do aute do veniam reprehenderit. Eu esse non occaecat dolore. Non quis anim eu elit magna duis proident quis adipisicing minim occaecat do ex. In laboris consectetur est consectetur voluptate adipisicing.

0 commit comments

Comments
 (0)