diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 8c571b15..c70c6faa 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -153,6 +153,11 @@ "description": "Should this planet ever be shown on the title screen", "default": "true" }, + "isQuantumState": { + "type": "boolean", + "description": "Does this config describe a quantum state of a custom planet defined in another file?", + "default": "false" + }, "Base": { "type": "object", "additionalProperties": false, diff --git a/docs/content/pages/api.md b/docs/content/pages/api.md index aa1800ac..b4fe6561 100644 --- a/docs/content/pages/api.md +++ b/docs/content/pages/api.md @@ -1,5 +1,7 @@ +--- Title: API Sort_Priority: 40 +--- ## How to use the API diff --git a/docs/content/pages/audio_enum.md b/docs/content/pages/audio_enum.md index dfd4863a..59242af5 100644 --- a/docs/content/pages/audio_enum.md +++ b/docs/content/pages/audio_enum.md @@ -1,7 +1,9 @@ +--- Title: Audio Values Description: Numbers for audio values for slide reels Hide_In_Nav: True Render_TOC: False +--- # The List diff --git a/docs/content/pages/details.md b/docs/content/pages/details.md index e4dabc8e..a0066d44 100644 --- a/docs/content/pages/details.md +++ b/docs/content/pages/details.md @@ -1,5 +1,7 @@ +--- Title: Detailing Sort_Priority: 90 +--- ## Details/Scatterer diff --git a/docs/content/pages/dialogue.md b/docs/content/pages/dialogue.md index 48c037f1..21198143 100644 --- a/docs/content/pages/dialogue.md +++ b/docs/content/pages/dialogue.md @@ -1,6 +1,8 @@ +--- Title: Dialogue Description: Guide to making dialogue in New Horizons Sort_Priority: 50 +--- # Dialogue diff --git a/docs/content/pages/home.md b/docs/content/pages/home.md index bf9a267a..043cbd53 100644 --- a/docs/content/pages/home.md +++ b/docs/content/pages/home.md @@ -1,6 +1,8 @@ +--- Title: Home Out_File: index Sort_Priority: 100 +--- ![New Horizons Logo]({{ 'images/home/home_logo.webp'|static }}) diff --git a/docs/content/pages/secret.md b/docs/content/pages/secret.md index 31faba0b..2147e434 100644 --- a/docs/content/pages/secret.md +++ b/docs/content/pages/secret.md @@ -1,6 +1,8 @@ +--- Title: Hidden Page Description: Hehe funny secret Hide_In_Nav: True +--- # Hello!! ___ diff --git a/docs/content/pages/ship_log.md b/docs/content/pages/ship_log.md index 6003d53a..38fca0aa 100644 --- a/docs/content/pages/ship_log.md +++ b/docs/content/pages/ship_log.md @@ -1,6 +1,8 @@ +--- Title: Ship Log Description: A guide to editing the ship log in New Horizons Sort_Priority: 70 +--- # Intro diff --git a/docs/content/pages/translation.md b/docs/content/pages/translation.md index 0ad0e362..40be85d3 100644 --- a/docs/content/pages/translation.md +++ b/docs/content/pages/translation.md @@ -1,5 +1,7 @@ +--- Title: Translations Sort_Priority: 60 +--- ## Translations ___ diff --git a/docs/content/pages/update_existing.md b/docs/content/pages/update_existing.md index 3b956314..fc161986 100644 --- a/docs/content/pages/update_existing.md +++ b/docs/content/pages/update_existing.md @@ -1,5 +1,7 @@ +--- Title: Update Planets Sort_Priority: 80 +--- ## Update Existing Planets ___