diff --git a/docs/data/menu/main-old.yaml b/docs/data/menu/main-old.yaml new file mode 100644 index 0000000..601022d --- /dev/null +++ b/docs/data/menu/main-old.yaml @@ -0,0 +1,143 @@ +--- +main: + - name: "Home" + ref: "/" + - name: "Module Indexes" + ref: "indexes" + sub: + - name: "Bicep" + ref: "indexes/bicep" + sub: + - name: "Resource Modules" + ref: "indexes/bicep/bicep-resource-modules" + - name: "Pattern Modules" + ref: "indexes/bicep/bicep-pattern-modules" + - name: "Terraform" + ref: "indexes/terraform" + sub: + - name: "Resource Modules" + ref: "indexes/terraform/tf-resource-modules" + - name: "Pattern Modules" + ref: "indexes/terraform/tf-pattern-modules" + - name: "Concepts" + ref: "concepts" + sub: + - name: "What, Why, How" + ref: "concepts/what-why-how" + - name: "Specifications & Definitions" + ref: "specs-defs" + sub: + - name: "Team Definitions & RACI" + ref: "specs-defs/team-definitions" + - name: "Module Classifications" + ref: "specs-defs/module-classifications" + - name: "Module Lifecycle" + ref: "specs-defs/module-lifecycle" + - name: "Module Specifications" + ref: "specs-defs/specs" + sub: + - name: "Shared (Bicep & Terraform)" + ref: "specs-defs/specs/shared" + sub: + - name: "Interfaces" + ref: "specs-defs/specs/shared/interfaces" + - name: "Bicep Specific" + ref: "specs-defs/specs/bicep" + - name: "Terraform Specific" + ref: "specs-defs/specs/terraform" + - name: "Help & Support" + ref: "help-support" + sub: + - name: "Module Support" + ref: "/help-support/module-support" + - name: "Known Issues" + ref: "/help-support/known-issues" + - name: "Issue Triage" + ref: "/help-support/issue-triage" + sub: + - name: "AVM Repository" + ref: "/help-support/issue-triage/avm-issue-triage" + - name: "BRM Repository" + ref: "/help-support/issue-triage/brm-issue-triage" + - name: "Terraform Repositories" + ref: "/help-support/issue-triage/terraform-issue-triage" + - name: "Issue Triage Automation" + ref: "/help-support/issue-triage/issue-triage-automation" + - name: "Telemetry" + ref: "/help-support/telemetry" + - name: "GitHub Links" + ref: "/help-support/GH-links" + icon: "gdoc_github" + sub: + - name: "Propose a New Module" + ref: "https://aka.ms/AVM/ModuleProposal" + external: true + icon: "gdoc_github" + - name: "Question or Feedback" + ref: "https://aka.ms/AVM/QuestionFeedback" + external: true + icon: "gdoc_github" + - name: "Module Triage (Project)" + ref: "https://aka.ms/AVM/ModuleTriage" + external: true + icon: "gdoc_github" + - name: "Module Issues (Project)" + ref: "https://aka.ms/AVM/ModuleIssues" + external: true + icon: "gdoc_github" + - name: "Issue Triage (Project)" + ref: "https://aka.ms/AVM/IssueTriage" + external: true + icon: "gdoc_github" + - name: "Contributing" + ref: "contributing" + sub: + - name: "Process Overview" + ref: "/contributing/process" + - name: "Bicep Modules" + ref: "/contributing/bicep" + sub: + - name: "Prerequisites" + ref: "/contributing/bicep/prerequisites" + - name: "Composition" + ref: "/contributing/bicep/composition" + - name: "Bicep Contribution Flow" + ref: "/contributing/bicep/bicep-contribution-flow" + sub: + - name: "Owner Contribution Flow" + ref: "/contributing/bicep/bicep-contribution-flow/owner-contribution-flow" + - name: "Update Module files" + ref: "/contributing/bicep/bicep-contribution-flow/generate-bicep-module-files" + - name: "Validate Module locally" + ref: "/contributing/bicep/bicep-contribution-flow/validate-bicep-module-locally" + - name: "Enable or disable workflows" + ref: "/contributing/bicep/bicep-contribution-flow/enable-or-disable-workflows" + - name: "Terraform Modules" + ref: "/contributing/terraform" + sub: + - name: "Prerequisites" + ref: "/contributing/terraform/prerequisites" + - name: "Composition" + ref: "/contributing/terraform/composition" + - name: "Terraform Contribution Flow" + ref: "/contributing/terraform/terraform-contribution-flow" + sub: + - name: "Owner Contribution Flow" + ref: "/contributing/terraform/terraform-contribution-flow/owner-contribution-flow" + - name: "Contribution Q&A" + ref: "/contributing/q-and-a" + - name: "Website" + ref: "/contributing/website" + - name: "Code of Conduct" + ref: "https://opensource.microsoft.com/codeofconduct/" + external: true + icon: "gdoc_language" + - name: "FAQ" + ref: "/faq" + - name: "Glossary" + ref: "/glossary" + - name: "Resources" + ref: "/resources" + sub: + - name: "Community" + ref: "resources/community" diff --git a/docs/data/menu/main.yaml b/docs/data/menu/main.yaml index 601022d..91ebee4 100644 --- a/docs/data/menu/main.yaml +++ b/docs/data/menu/main.yaml @@ -2,142 +2,4 @@ main: - name: "Home" ref: "/" - - name: "Module Indexes" - ref: "indexes" - sub: - - name: "Bicep" - ref: "indexes/bicep" - sub: - - name: "Resource Modules" - ref: "indexes/bicep/bicep-resource-modules" - - name: "Pattern Modules" - ref: "indexes/bicep/bicep-pattern-modules" - - name: "Terraform" - ref: "indexes/terraform" - sub: - - name: "Resource Modules" - ref: "indexes/terraform/tf-resource-modules" - - name: "Pattern Modules" - ref: "indexes/terraform/tf-pattern-modules" - - name: "Concepts" - ref: "concepts" - sub: - - name: "What, Why, How" - ref: "concepts/what-why-how" - - name: "Specifications & Definitions" - ref: "specs-defs" - sub: - - name: "Team Definitions & RACI" - ref: "specs-defs/team-definitions" - - name: "Module Classifications" - ref: "specs-defs/module-classifications" - - name: "Module Lifecycle" - ref: "specs-defs/module-lifecycle" - - name: "Module Specifications" - ref: "specs-defs/specs" - sub: - - name: "Shared (Bicep & Terraform)" - ref: "specs-defs/specs/shared" - sub: - - name: "Interfaces" - ref: "specs-defs/specs/shared/interfaces" - - name: "Bicep Specific" - ref: "specs-defs/specs/bicep" - - name: "Terraform Specific" - ref: "specs-defs/specs/terraform" - - name: "Help & Support" - ref: "help-support" - sub: - - name: "Module Support" - ref: "/help-support/module-support" - - name: "Known Issues" - ref: "/help-support/known-issues" - - name: "Issue Triage" - ref: "/help-support/issue-triage" - sub: - - name: "AVM Repository" - ref: "/help-support/issue-triage/avm-issue-triage" - - name: "BRM Repository" - ref: "/help-support/issue-triage/brm-issue-triage" - - name: "Terraform Repositories" - ref: "/help-support/issue-triage/terraform-issue-triage" - - name: "Issue Triage Automation" - ref: "/help-support/issue-triage/issue-triage-automation" - - name: "Telemetry" - ref: "/help-support/telemetry" - - name: "GitHub Links" - ref: "/help-support/GH-links" - icon: "gdoc_github" - sub: - - name: "Propose a New Module" - ref: "https://aka.ms/AVM/ModuleProposal" - external: true - icon: "gdoc_github" - - name: "Question or Feedback" - ref: "https://aka.ms/AVM/QuestionFeedback" - external: true - icon: "gdoc_github" - - name: "Module Triage (Project)" - ref: "https://aka.ms/AVM/ModuleTriage" - external: true - icon: "gdoc_github" - - name: "Module Issues (Project)" - ref: "https://aka.ms/AVM/ModuleIssues" - external: true - icon: "gdoc_github" - - name: "Issue Triage (Project)" - ref: "https://aka.ms/AVM/IssueTriage" - external: true - icon: "gdoc_github" - - name: "Contributing" - ref: "contributing" - sub: - - name: "Process Overview" - ref: "/contributing/process" - - name: "Bicep Modules" - ref: "/contributing/bicep" - sub: - - name: "Prerequisites" - ref: "/contributing/bicep/prerequisites" - - name: "Composition" - ref: "/contributing/bicep/composition" - - name: "Bicep Contribution Flow" - ref: "/contributing/bicep/bicep-contribution-flow" - sub: - - name: "Owner Contribution Flow" - ref: "/contributing/bicep/bicep-contribution-flow/owner-contribution-flow" - - name: "Update Module files" - ref: "/contributing/bicep/bicep-contribution-flow/generate-bicep-module-files" - - name: "Validate Module locally" - ref: "/contributing/bicep/bicep-contribution-flow/validate-bicep-module-locally" - - name: "Enable or disable workflows" - ref: "/contributing/bicep/bicep-contribution-flow/enable-or-disable-workflows" - - name: "Terraform Modules" - ref: "/contributing/terraform" - sub: - - name: "Prerequisites" - ref: "/contributing/terraform/prerequisites" - - name: "Composition" - ref: "/contributing/terraform/composition" - - name: "Terraform Contribution Flow" - ref: "/contributing/terraform/terraform-contribution-flow" - sub: - - name: "Owner Contribution Flow" - ref: "/contributing/terraform/terraform-contribution-flow/owner-contribution-flow" - - name: "Contribution Q&A" - ref: "/contributing/q-and-a" - - name: "Website" - ref: "/contributing/website" - - name: "Code of Conduct" - ref: "https://opensource.microsoft.com/codeofconduct/" - external: true - icon: "gdoc_language" - - name: "FAQ" - ref: "/faq" - - name: "Glossary" - ref: "/glossary" - - name: "Resources" - ref: "/resources" - sub: - - name: "Community" - ref: "resources/community" + \ No newline at end of file