Skip to content

Commit 48b6db4

Browse files
committed
fix title
1 parent 6d9b25c commit 48b6db4

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

astro.config.mjs

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
import { defineConfig } from 'astro/config';
2-
import starlight from '@astrojs/starlight';
1+
import { defineConfig } from "astro/config";
2+
import starlight from "@astrojs/starlight";
33

44
// https://astro.build/config
55
export default defineConfig({
6-
site: 'https://learn.grow.graphics/',
7-
integrations: [
8-
starlight({
9-
title: 'Grow Graphics',
10-
logo: {
11-
src: './src/assets/gdgrowlogo.svg',
12-
},
13-
social: {
14-
github: 'https://github.com/grow-graphics/gd',
15-
},
16-
sidebar: [
17-
{
18-
label: 'Documentation',
19-
autogenerate: { directory: 'documentation' },
20-
order: 1,
21-
},
22-
{
23-
label: 'Reference',
24-
autogenerate: { directory: 'reference' },
25-
order: 2,
26-
},
27-
{
28-
label: 'License',
29-
autogenerate: { directory: 'license' },
30-
order: 3,
31-
},
32-
],
33-
}),
34-
],
6+
site: "https://learn.graphics.gd/",
7+
integrations: [
8+
starlight({
9+
title: "Graphics GD",
10+
logo: {
11+
src: "./src/assets/gdgrowlogo.svg",
12+
},
13+
social: {
14+
github: "https://github.com/grow-graphics/gd",
15+
},
16+
sidebar: [
17+
{
18+
label: "Documentation",
19+
autogenerate: { directory: "documentation" },
20+
order: 1,
21+
},
22+
{
23+
label: "Reference",
24+
autogenerate: { directory: "reference" },
25+
order: 2,
26+
},
27+
{
28+
label: "License",
29+
autogenerate: { directory: "license" },
30+
order: 3,
31+
},
32+
],
33+
}),
34+
],
3535
});

0 commit comments

Comments
 (0)