Skip to content

Commit 478b445

Browse files
committed
chore(docs): improve the legibility of the docs further
1 parent 65d8872 commit 478b445

File tree

4 files changed

+1598
-3200
lines changed

4 files changed

+1598
-3200
lines changed

docs/astro.config.mjs

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ export default defineConfig({
3737
},
3838
],
3939
credits: true,
40+
components: {
41+
// TODO: Identify how to get it to work else it breaks compilation
42+
// Head: "./src/components/Head.astro",
43+
},
4044
}),
4145
],
4246
});

docs/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"@astrojs/check": "^0.9.4",
1414
"@astrojs/starlight": "^0.29.3",
1515
"astro": "^4.16.18",
16+
"astro-seo-schema": "^5.0.0",
17+
"schema-dts": "^1.1.5",
1618
"sharp": "^0.33.5",
1719
"typescript": "^5.7.3"
1820
},

0 commit comments

Comments
 (0)