Skip to content

Commit 9771127

Browse files
authored
Merge pull request #15 from sheepla/devin/1777647229-docs-improvements
Devin/1777647229 docs improvements
2 parents 3d63ea0 + 8eafbbf commit 9771127

13 files changed

Lines changed: 10722 additions & 51 deletions

File tree

docs/astro.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ import starlight from "@astrojs/starlight";
44
import starlightThemeNord from "starlight-theme-nord";
55
import react from "@astrojs/react";
66
import tailwindcss from "@tailwindcss/vite";
7+
import mermaid from "astro-mermaid";
78

89
// https://astro.build/config
910
export default defineConfig({
1011
integrations: [
12+
mermaid(),
1113
starlight({
1214
title: "AxisEndpoints",
1315
social: [
@@ -28,6 +30,7 @@ export default defineConfig({
2830
{
2931
label: "Guides",
3032
items: [
33+
{ label: "Core Primitives", slug: "guides/core-primitives" },
3134
{ label: "Defining Endpoints", slug: "guides/defining-endpoints" },
3235
{ label: "Request Binding", slug: "guides/request-binding" },
3336
{ label: "Response Types", slug: "guides/response-types" },
@@ -49,6 +52,12 @@ export default defineConfig({
4952
{ label: "Class Map", slug: "extensions/csv-helper/class-map" },
5053
],
5154
},
55+
{
56+
label: "FAQ",
57+
items: [
58+
{ label: "FAQ", slug: "faq" },
59+
],
60+
},
5261
],
5362
}),
5463
react(),

0 commit comments

Comments
 (0)