feat: staff docs
Node.js CI / Lint and Test (pull_request) Failing after 28s

This commit is contained in:
2025-09-15 19:02:27 -07:00
parent b4b06f85ae
commit 90c6c47199
8 changed files with 1932 additions and 109 deletions
+2
View File
@@ -3,6 +3,7 @@ import starlight from "@astrojs/starlight";
import { ExpressiveCodeTheme } from "@astrojs/starlight/expressive-code";
import themeJson from "./src/styles/theme.json";
import darkThemeJson from "./src/styles/theme-dark.json";
import mermaid from "astro-mermaid";
import { navigation } from "./src/components/navigation.ts";
@@ -16,6 +17,7 @@ const sakuraDreamsDark = ExpressiveCodeTheme.fromJSONString(
export default defineConfig({
site: "https://docs.nhcarrigan.com",
integrations: [
mermaid(),
starlight({
components: {
Footer: "./src/components/Footer.astro",