-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9e033e
commit ea13bf6
Showing
2 changed files
with
144 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters