From 246e76561d985b68c57b741f22d9568f3dfa7b6e Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 17 Feb 2025 17:05:20 -0500 Subject: [PATCH] almost forgot to add schema to docs navigation --- docs/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 61ba83dc..584dec3e 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -90,6 +90,7 @@ export default defineConfig({ { label: "Addon Manifest Schema", link: "schemas/addon-manifest-schema" }, { label: "Dialogue Schema", link: "schemas/dialogue-schema" }, { label: "Text Schema", link: "schemas/text-schema" }, + { label: "Title Screen Schema", link: "schemas/title-screen-schema" }, { label: "Ship Log Schema", link: "schemas/shiplog-schema" } ] },