diff --git a/Components/Pages/Syntax/PQSMods/PQSMods.razor b/Components/Pages/Syntax/PQSMods/PQSMods.razor index 5010ba5..e09c174 100644 --- a/Components/Pages/Syntax/PQSMods/PQSMods.razor +++ b/Components/Pages/Syntax/PQSMods/PQSMods.razor @@ -1,4 +1,4 @@ -@page "/Syntax/PQSMods/PQSMods" +@page "/Syntax/PQSMods" @pageTitle diff --git a/RouteList.cs b/RouteList.cs index 3a102ed..f81a6c0 100644 --- a/RouteList.cs +++ b/RouteList.cs @@ -22,6 +22,7 @@ public static string Get(string name) { "SpaceCenter" => "/Syntax/SpaceCenter", "Template" => "/Syntax/Template", // PQSMods + "PQSMods" => "/Syntax/PQSMods", "LandControl" => "/Syntax/PQSMods/LandControl/LandControl", "HeightColorMap" => "/Syntax/PQSMods/HeightColorMap", "HeightColorMap2" => "/Syntax/PQSMods/HeightColorMap2", diff --git a/wwwroot/content/syntax/PQS.md b/wwwroot/content/syntax/PQS.md index 11ffd59..49c1434 100644 --- a/wwwroot/content/syntax/PQS.md +++ b/wwwroot/content/syntax/PQS.md @@ -6,7 +6,7 @@ The `PQS { }` node describes properties of the Procedural Quad Sphere that makes + [AtmosphericTriplanarZoomRotation]( /Syntax/Material/PQSAtmosphericTriplanarZoomRotation) + [AtmosphericTriplanarZoomRotationTextureArray]( /Syntax/Material/PQSAtmosphericTriplanarZoomRotationTextureArray) * FallbackMaterial { } -* [Mods { }]( /Syntax/PQSMods/PQSMods) +* [Mods { }]( /Syntax/PQSMods) ## Example {#Example} ``` diff --git a/wwwroot/content/syntax/Template.md b/wwwroot/content/syntax/Template.md index 8991d81..9cfd4db 100644 --- a/wwwroot/content/syntax/Template.md +++ b/wwwroot/content/syntax/Template.md @@ -18,7 +18,7 @@ Template |removeAtmosphere|Boolean|Whether to remove the atmosphere from the template body. See the [Atmosphere subnode]( /Syntax/Atmosphere/Atmosphere) for more details.| |removeBiomes|Boolean|Whether to remove the biomes of the template body. See the [Biome subnode]( /Syntax/Properties/Biome) for more details.| |removeOcean|Boolean|Whether to remove the ocean of the template body. See the [Ocean subnode]( /Syntax/Ocean) for more details.| -|removePQSMods|Text List|A selection of terrain modifications that Kopernicus should remove. Possible values are listed on the [PQSMods page]( /Syntax/PQSMods/PQSMods).| +|removePQSMods|Text List|A selection of terrain modifications that Kopernicus should remove. Possible values are listed on the [PQSMods page]( /Syntax/PQSMods).| |removeAllPQSMods|Boolean|Whether to remove every terrain modification from the template body and make it a perfect sphere.| |removeProgressTree|Boolean|Whether to remove contracts and milestones from the template body.| |removeCoronas|Boolean|Whether to remove the coronas from the template body (really only applicable for the Sun).|