Skip to content

Commit 73b21ca

Browse files
Make Process-PSModule the top-level documentation section
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent aa89bbe commit 73b21ca

1 file changed

Lines changed: 38 additions & 40 deletions

File tree

docs/zensical.toml

Lines changed: 38 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,47 @@ extra_javascript = [
1515
]
1616
watch = ["includes"]
1717
nav = [
18-
{"Modules" = [
19-
"Modules/index.md",
20-
{"Repository Standard" = "Modules/Repository-Standard.md"},
21-
{"Standards" = "Modules/Standards.md"},
22-
{"Module types" = "Modules/Module-Types.md"},
23-
{"Test Specification" = "Modules/Test-Specification.md"},
24-
{"Versioning" = "Modules/Versioning.md"},
25-
{"Catalog" = [
26-
"Modules/Catalog/index.md",
18+
{"Process-PSModule" = [
19+
"Modules/Process-PSModule/index.md",
20+
{"Get started" = [
21+
"Modules/Process-PSModule/get-started/index.md",
22+
{"Repository setup" = "Modules/Process-PSModule/get-started/repository-setup.md"},
23+
{"Your first release" = "Modules/Process-PSModule/get-started/your-first-release.md"},
24+
{"Module bootstrap" = "Modules/Process-PSModule/get-started/module-bootstrap.md"},
2725
]},
28-
{"Process-PSModule" = [
29-
"Modules/Process-PSModule/index.md",
30-
{"Get started" = [
31-
"Modules/Process-PSModule/get-started/index.md",
32-
{"Repository setup" = "Modules/Process-PSModule/get-started/repository-setup.md"},
33-
{"Your first release" = "Modules/Process-PSModule/get-started/your-first-release.md"},
34-
{"Module bootstrap" = "Modules/Process-PSModule/get-started/module-bootstrap.md"},
35-
]},
36-
{"Guides" = [
37-
{"Calling the workflow" = "Modules/Process-PSModule/guides/calling-the-workflow.md"},
38-
{"Configuring the pipeline" = "Modules/Process-PSModule/guides/configuring-the-pipeline.md"},
39-
{"Structuring your module" = "Modules/Process-PSModule/guides/structuring-your-module.md"},
40-
{"Writing module tests" = "Modules/Process-PSModule/guides/writing-module-tests.md"},
41-
{"Skipping framework tests" = "Modules/Process-PSModule/guides/skipping-framework-tests.md"},
42-
{"Versioning and releases" = "Modules/Process-PSModule/guides/versioning-and-releases.md"},
43-
{"Validating before review" = "Modules/Process-PSModule/guides/validating-before-review.md"},
44-
]},
45-
{"Reference" = [
46-
{"Settings" = "Modules/Process-PSModule/reference/settings.md"},
47-
{"Workflow inputs" = "Modules/Process-PSModule/reference/workflow-inputs.md"},
48-
{"Pipeline stages" = "Modules/Process-PSModule/reference/pipeline-stages.md"},
49-
{"Scenario matrix" = "Modules/Process-PSModule/reference/scenario-matrix.md"},
50-
{"Framework test IDs" = "Modules/Process-PSModule/reference/framework-test-ids.md"},
51-
{"Dependencies" = "Modules/Process-PSModule/reference/dependencies.md"},
52-
]},
53-
{"Specification" = [
54-
"Modules/Process-PSModule/specification/index.md",
55-
{"Spec" = "Modules/Process-PSModule/specification/spec.md"},
56-
{"Design" = "Modules/Process-PSModule/specification/design.md"},
57-
{"Principles and practices" = "Modules/Process-PSModule/specification/principles-and-practices.md"},
58-
]},
26+
{"Guides" = [
27+
{"Calling the workflow" = "Modules/Process-PSModule/guides/calling-the-workflow.md"},
28+
{"Configuring the pipeline" = "Modules/Process-PSModule/guides/configuring-the-pipeline.md"},
29+
{"Structuring your module" = "Modules/Process-PSModule/guides/structuring-your-module.md"},
30+
{"Writing module tests" = "Modules/Process-PSModule/guides/writing-module-tests.md"},
31+
{"Skipping framework tests" = "Modules/Process-PSModule/guides/skipping-framework-tests.md"},
32+
{"Versioning and releases" = "Modules/Process-PSModule/guides/versioning-and-releases.md"},
33+
{"Validating before review" = "Modules/Process-PSModule/guides/validating-before-review.md"},
34+
]},
35+
{"Module development foundations" = [
36+
"Modules/index.md",
37+
{"Repository Standard" = "Modules/Repository-Standard.md"},
38+
{"PowerShell module standard" = "Modules/Standards.md"},
39+
{"Module types" = "Modules/Module-Types.md"},
40+
{"Test Specification" = "Modules/Test-Specification.md"},
41+
{"Versioning" = "Modules/Versioning.md"},
42+
]},
43+
{"Reference" = [
44+
{"Settings" = "Modules/Process-PSModule/reference/settings.md"},
45+
{"Workflow inputs" = "Modules/Process-PSModule/reference/workflow-inputs.md"},
46+
{"Pipeline stages" = "Modules/Process-PSModule/reference/pipeline-stages.md"},
47+
{"Scenario matrix" = "Modules/Process-PSModule/reference/scenario-matrix.md"},
48+
{"Framework test IDs" = "Modules/Process-PSModule/reference/framework-test-ids.md"},
49+
{"Dependencies" = "Modules/Process-PSModule/reference/dependencies.md"},
50+
]},
51+
{"Specification" = [
52+
"Modules/Process-PSModule/specification/index.md",
53+
{"Spec" = "Modules/Process-PSModule/specification/spec.md"},
54+
{"Design" = "Modules/Process-PSModule/specification/design.md"},
55+
{"Principles and practices" = "Modules/Process-PSModule/specification/principles-and-practices.md"},
5956
]},
6057
]},
58+
{"Catalog" = "Modules/Catalog/index.md"},
6159
{"Dictionary" = [
6260
"Dictionary/index.md",
6361
]},

0 commit comments

Comments
 (0)