-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
136 lines (129 loc) · 4.67 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: Azure Nuke
site_url: https://ekristen.github.io/azure-nuke
repo_name: ekristen/azure-nuke
repo_url: https://github.com/ekristen/azure-nuke
edit_uri: ""
copyright: Copyright © 2024 - Erik Kristensen
site_dir: public
# Configuration
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
features:
- navigation.footer
- navigation.indexes
- navigation.path
- navigation.sections
- navigation.tabs
- toc.follow
- toc.integrate
- content.code.annotate
- content.code.copy
- content.tooltips
- search.highlight
- search.share
- search.suggest
# Plugins
plugins:
- search
# Extensions
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
# Page tree
nav:
- Getting Started:
- Overview: index.md
- Warning: warning.md
- Install: installation.md
- Authentication: auth.md
- Quick Start: quick-start.md
- Features:
- Overview: features/overview.md
- Global Filters: features/global-filters.md
- Filter Groups: features/filter-groups.md
- Enabled Regions: features/enabled-regions.md
- Region as Global Filters: features/regions.md
- Signed Binaries: features/signed-binaries.md
- CLI:
- Usage: cli-usage.md
- Options: cli-options.md
- Experimental: cli-experimental.md
- Examples: cli-examples.md
- Config:
- Overview: config.md
- Filtering: config-filtering.md
- Presets: config-presets.md
- Development:
- Overview: development.md
- Contributing: contributing.md
- Standards: standards.md
- Resources: resources.md
- Releases: releases.md
- Testing: testing.md
- Resources:
- Overview: resources/overview.md
- App Service Plan: resources/app-service-plan.md
- Application: resources/application.md
- Application Certificate: resources/application-certificate.md
- Application Federated Credential: resources/application-federated-credential.md
- Application Gateway: resources/application-gateway.md
- Application Secret: resources/application-secret.md
- Azure AD Group: resources/azure-ad-group.md
- Azure AD User: resources/azure-ad-user.md
- Budget: resources/budget.md
- Compute Snapshot: resources/compute-snapshot.md
- Container Registry: resources/container-registry.md
- DNS Zone: resources/dns-zone.md
- Disk: resources/disk.md
- IP Allocation: resources/ip-allocation.md
- Key Vault: resources/key-vault.md
- Management Lock: resources/management-lock.md
- Monitor Diagnostic Setting: resources/monitor-diagnostic-setting.md
- Network Interface: resources/network-interface.md
- Network Security Group: resources/network-security-group.md
- Policy Assignment: resources/policy-assignment.md
- Policy Definition: resources/policy-definition.md
- Private DNS Zone: resources/private-dns-zone.md
- Public IP Address: resources/public-ip-address.md
- Recovery Services Backup Policy: resources/recovery-services-backup-policy.md
- Recovery Services Backup Protected Item: resources/recovery-services-backup-protected-item.md
- Recovery Services Backup Protection Container: resources/recovery-services-backup-protection-container.md
- Recovery Services Backup Protection Intent: resources/recovery-services-backup-protection-intent.md
- Recovery Services Vault: resources/recovery-services-vault.md
- Resource Group: resources/resource-group.md
- SSH Public Key: resources/ssh-public-key.md
- Security Alert: resources/security-alert.md
- Security Assessment: resources/security-assessment.md
- Security Pricing: resources/security-pricing.md
- Security Workspace: resources/security-workspace.md
- Service Principal: resources/service-principal.md
- Storage Account: resources/storage-account.md
- Subscription Role Assignment: resources/subscription-role-assignment.md
- Virtual Machine: resources/virtual-machine.md
- Virtual Network: resources/virtual-network.md