From 44ae4b6ef795d5e1652e5bf76acb58c1ac266933 Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Thu, 7 Aug 2025 21:10:03 +1000 Subject: [PATCH] Make documentation page properties required --- gleam.toml.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/gleam.toml.schema.json b/gleam.toml.schema.json index 3f8e7e4..acbe069 100644 --- a/gleam.toml.schema.json +++ b/gleam.toml.schema.json @@ -70,6 +70,7 @@ "examples": ["./path/to/my-page.md"] } }, + "required": ["title", "path", "source"], "additionalProperties": false, "examples": [ {