Skip to content

Commit

Permalink
updated menu (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
matebarabas authored Aug 29, 2023
1 parent 2fba34e commit 0a2fc88
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
13 changes: 13 additions & 0 deletions docs/content/specs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Module Specifications
geekdocNav: true
geekdocAlign: left
geekdocAnchor: true
---

This section documents all the specifications for Azure Verified Modules (AVM) and their respective IaC languages.

- [Shared](/Azure-Verified-Modules/specs/shared)
- [Interfaces](/Azure-Verified-Modules/specs/shared/interfaces)
- [Bicep Specific](/Azure-Verified-Modules/specs/bicep)
- [Terraform Specific](/Azure-Verified-Modules/specs/terraform)
27 changes: 16 additions & 11 deletions docs/data/menu/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,34 @@ main:
sub:
- name: 'Team Definitions & RACI'
ref: 'specs/shared/team-definitions'
- name: 'Module Classification Definitions'
- name: 'Module Classifications'
ref: 'specs/shared/module-classifications'
- name: 'Module Lifecycle'
ref: 'specs/shared/module-lifecycle'
- name: 'AVM Shared Specification'
ref: 'specs/shared'
- name: 'Module Specifications'
ref: 'specs'
sub:
- name: 'Feature/Extension Interfaces'
ref: 'specs/shared/interfaces'
- name: 'Bicep Specific Specification'
ref: 'specs/bicep'
- name: 'Terraform Specific Specification'
ref: 'specs/terraform'
- name: 'Shared'
ref: 'specs/shared'
sub:
- name: 'Interfaces'
ref: 'specs/shared/interfaces'
- name: 'Bicep Specific'
ref: 'specs/bicep'
- name: 'Terraform Specific'
ref: 'specs/terraform'
- name: 'Help & Support'
sub:
- name: 'Module Support'
ref: '/help-support/module-support'
- name: 'Telemetry'
ref: '/help-support/telemetry'
- name: 'GitHub Issues'
- name: 'Create GitHub Issue'
ref: "https://github.com/Azure/Azure-Verified-Modules/issues"
external: true
icon: 'gdoc_error_outline'
- name: 'Propose New Modules'
ref: "https://aka.ms/AVM/ModuleProposal"
external: true
- name: 'Contributing'
sub:
- name: 'Bicep Modules'
Expand Down

0 comments on commit 0a2fc88

Please sign in to comment.