Skip to content

Commit

Permalink
update AVM site menu (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
matebarabas authored Apr 3, 2024
1 parent 84e825d commit a043c44
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 20 deletions.
3 changes: 2 additions & 1 deletion docs/content/contributing/bicep/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocToC: 2
geekdocCollapseSection: true
---
{{< toc >}}
{{< hint type=tip >}}
Expand All @@ -20,4 +21,4 @@ This section lists AVM's Bicep-specific contribution guidance.

- [Prerequisites](/Azure-Verified-Modules/contributing/bicep/prerequisites/)
- [Composition](/Azure-Verified-Modules/contributing/bicep/composition/)
- [Bicep contribution flow](/Azure-Verified-Modules/contributing/bicep/bicep-contribution-flow/)
- [Bicep contribution flow](/Azure-Verified-Modules/contributing/bicep/bicep-contribution-flow/)
1 change: 1 addition & 0 deletions docs/content/contributing/terraform/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocToC: 2
geekdocCollapseSection: true
---

{{< toc >}}
Expand Down
13 changes: 13 additions & 0 deletions docs/content/help-support/GH-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: GitHub Links
geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocCollapseSection: true
---

- [Propose a New Module](https://aka.ms/AVM/ModuleProposal)
- [Question or Feedback](https://aka.ms/AVM/QuestionFeedback)
- [Module Triage (Project)](https://aka.ms/AVM/ModuleTriage)
- [Module Issues (Project)](https://aka.ms/AVM/ModuleIssues)
- [Issue Triage (Project)](https://aka.ms/AVM/IssueTriage)
1 change: 1 addition & 0 deletions docs/content/help-support/issue-triage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Issue Triage
geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocCollapseSection: true
---

This section provides information about the issue triage process and its automation, implemented across various AVM repositories.
Expand Down
1 change: 1 addition & 0 deletions docs/content/indexes/bicep/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Bicep Modules
geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocCollapseSection: true
---

This section lists all Azure Verified Modules that are available in or planned for the **Bicep language**.
Expand Down
1 change: 1 addition & 0 deletions docs/content/indexes/terraform/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Terraform Modules
geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocCollapseSection: true
---

This section lists all Azure Verified Modules that are available in or planned for the **Terraform language**.
Expand Down
1 change: 1 addition & 0 deletions docs/content/specs/module-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Module Specifications
geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
geekdocCollapseSection: true
---

This section documents all the specifications for Azure Verified Modules (AVM) and their respective IaC languages.
Expand Down
42 changes: 23 additions & 19 deletions docs/data/menu/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,30 @@ main:
ref: "/help-support/issue-triage/issue-triage-automation"
- name: "Telemetry"
ref: "/help-support/telemetry"
- name: "Create GitHub Issue"
ref: "https://github.com/Azure/Azure-Verified-Modules/issues"
external: true
icon: "gdoc_github"
- name: "Propose a New Module"
ref: "https://aka.ms/AVM/ModuleProposal"
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
- 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:
Expand Down

0 comments on commit a043c44

Please sign in to comment.