-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·219 lines (204 loc) · 6.82 KB
/
mkdocs.yml
File metadata and controls
executable file
·219 lines (204 loc) · 6.82 KB
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
site_name: PSRule for Azure
site_url: https://azure.github.io/PSRule.Rules.Azure
site_description: Ready to go rules for testing Azure Infrastructure as Code (IaC).
site_author: Microsoft
repo_url: https://github.com/Azure/PSRule.Rules.Azure/
edit_uri: blob/main/docs/
repo_issue: https://github.com/Azure/PSRule.Rules.Azure/issues
repo_discussion: https://github.com/Azure/PSRule.Rules.Azure/discussions
extra_css:
- assets/stylesheets/extra.css
theme:
language: en
name: material
custom_dir: overrides
font:
text: Roboto
palette:
primary: black
accent: blue
logo: assets/ms_icon.png
favicon: assets/ms_icon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.indexes
- navigation.sections:
level: 1
- navigation.tabs
- navigation.footer
- content.code.annotate
- content.tabs.link
- content.code.copy
- content.action.edit
- content.action.view
nav:
- Home: index.md
- Getting started:
- Overview:
- About: about.md
- Features: features.md
- FAQ: faq.md
- Install: install.md
- Quickstarts:
- Test a Bicep deployment:
- With GitHub Actions: quickstarts/test-bicep-with-github.md
- With Azure Pipelines: quickstarts/test-bicep-with-azure-pipelines.md
# - With Visual Studio Code: quickstarts/test-bicep-with-vscode.md
# - Tutorials:
- Testing infrastructure code:
- Expanding source files: expanding-source-files.md
- Using templates: using-templates.md
- Using Bicep source: using-bicep.md
- Creating your pipeline: creating-your-pipeline.md
- Testing deployed resources:
- Exporting rule data: export-rule-data.md
- Analyzing resources: analyzing-resources.md
- Concepts:
- Working with baselines: working-with-baselines.md
- Suppression: concepts/suppression.md
- Policy as rules: concepts/policy-as-rules.md
- Customization:
- Using custom rules: customization/using-custom-rules.md
- Enforcing custom tags: customization/enforce-custom-tags.md
- Enforcing code ownership: customization/enforce-codeowners.md
- Permit outbound management: customization/permit-outbound-management.md
- Troubleshooting: troubleshooting.md
- Samples: samples.md
- License:
- license-contributing/index.md
- Related projects: related-projects.md
- Support: support.md
- Updates:
- Change log: changelog.md
- Upgrade notes: upgrade-notes.md
- Deprecations: deprecations.md
- Changes and versioning: versioning.md
- Setup:
- Configuring options:
- setup/index.md
- Configuring rule defaults: setup/configuring-rules.md
- Configuring expansion: setup/configuring-expansion.md
- Configuring exports: setup/configuring-exports.md
- Setup Bicep: setup/setup-bicep.md
- Setup Azure Monitor logs: setup/setup-azure-monitor-logs.md
- Setup naming and tagging: setup/setup-naming-and-tagging.md
- Integrations: integrations.md
- Reference:
- en/rules/index.md
- By pillar: en/rules/module.md
- By resource: en/rules/resource.md
- Microsoft Cloud Security Benchmark: en/mcsb-v1.md
- Contribute:
- Overview: contribute/overview.md
- Rules:
- 1. Complete prerequisites: contribute/rules/prerequisites.md
- 2. Create or assign an issue: contribute/rules/create-issue.md
- 3. Choosing identifiers: contribute/rules/identifiers.md
- 4. Create or update a rule: contribute/rules/create-rule.md
- 5. Testing a rule: contribute/rules/testing.md
- 6. Adding rule help: contribute/rules/help.md
- 7. Update the change log: contribute/rules/change-log.md
- 8. Submit a pull request: contribute/rules/pull-request.md
- Writing documentation: license-contributing/writing-documentation.md
- Resources:
- Metadata reference: license-contributing/metadata-reference.md
- Expansion internals: license-contributing/expansion-internals.md
- Get started contributing: license-contributing/get-started-contributing.md
- Getting started with contributions: license-contributing/getting-started-with-documentation.md
- Contribution Q&A: contribute/contribution-qna.md
- Past hackathons: license-contributing/hackathons.md
- Learn:
- Learn PSRule for Azure series: learn/learn-video-series.md
- Official learning: learn/official.md
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.snippets:
auto_append:
- includes/en/abbreviations.md
- pymdownx.highlight:
auto_title: false
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.pathconverter
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- mdx_truly_sane_lists
- pymdownx.tasklist
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: '#'
separator: '-'
plugins:
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
enabled: !ENV [GITHUB_ACTIONS, false]
repository: Azure/PSRule.Rules.Azure
branch: main
- search
- tags:
tags: false
- redirects:
redirect_maps:
install-instructions.md: install.md
validating-locally.md: install.md
using-metadata.md: using-templates.md
customization/index.md: customization/using-custom-rules.md
customization/storing-custom-rules.md: customization/using-custom-rules.md
en/asb-v3.md: en/mcsb-v1.md
setup/configuring-options.md: setup/index.md
CHANGELOG-v1.md: changelog.md
CHANGELOG-v0.md: https://github.com/Azure/PSRule.Rules.Azure/blob/v0.19.0/CHANGELOG.md
hooks:
- docs/hooks/samples.py
- docs/hooks/updates.py
- docs/hooks/shortcodes.py
- docs/hooks/metadata.py
- docs/hooks/aliases.py
- docs/hooks/old_hooks.py
watch:
- includes
exclude_docs: |
specs/
benchmark/
examples/
*.bicep
examples.json
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Azure/PSRule.Rules.Azure/
local:
social_preview: https://repository-images.githubusercontent.com/184154668/58818c00-d496-11eb-9b77-016145022654
giscus:
repo: Azure/PSRule.Rules.Azure
repo_id: MDEwOlJlcG9zaXRvcnkxODQxNTQ2Njg=
category: Documentation
category_id: DIC_kwDOCvn6LM4CQqE6
# alternate:
# - name: English
# link: /PSRule.Rules.Azure/en/
# lang: en
# - name: Spanish
# link: /PSRule.Rules.Azure/es/
# lang: es