-
Notifications
You must be signed in to change notification settings - Fork 50
/
mkdocs.yml
184 lines (173 loc) · 6.59 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
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
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
site_name: PSRule
site_url: https://microsoft.github.io/PSRule
site_description: Validate infrastructure as code (IaC) and objects using PowerShell rules.
site_author: Microsoft
repo_url: https://github.com/microsoft/PSRule
edit_uri: blob/main/docs/
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:
- Create a standalone rule: quickstart/standalone-rule.md
- Authoring rules:
- Testing infrastructure: authoring/testing-infrastructure.md
- Using expressions: authoring/using-expressions.md
- Storing and naming rules: authoring/storing-rules.md
- Packaging rules in a module: authoring/packaging-rules.md
- Writing rule help: authoring/writing-rule-help.md
- Running rules:
- Creating your pipeline: creating-your-pipeline.md
- Validating locally: validating-locally.md
- Analysis output: analysis-output.md
- Tutorials:
- Validate Azure resource configuration: scenarios/azure-resources/azure-resources.md
- Azure resource tagging example: scenarios/azure-tags/azure-tags.md
- Kubernetes resource validation example: scenarios/kubernetes-resources/kubernetes-resources.md
- Using PSRule from a Container: scenarios/containers/container-execution.md
- Concepts:
- Baselines: concepts/baselines.md
- Functions: expressions/functions.md
- Grouping rules: concepts/grouping-rules.md
- Sub-selectors: expressions/sub-selectors.md
- Lock file: concepts/lockfile.md
- Scenarios:
- Using within continuous integration: scenarios/validation-pipeline/validation-pipeline.md
- Troubleshooting: troubleshooting.md
- License and contributing: license-contributing.md
- Related projects: related-projects.md
- Releases:
- Change log:
- v3: 'CHANGELOG-v3.md'
- v2: https://microsoft.github.io/PSRule/stable/CHANGELOG-v2/
- v1: https://microsoft.github.io/PSRule/stable/CHANGELOG-v1/
- v0: https://microsoft.github.io/PSRule/stable/CHANGELOG-v0/
- Upgrade notes: upgrade-notes.md
- Deprecations: deprecations.md
- Changes and versioning: versioning.md
- Support: support.md
# - Setup:
# - Configuring options: setup/configuring-options.md
# - Configuring rule defaults: setup/configuring-rules.md
# - Configuring expansion: setup/configuring-expansion.md
- Reference:
- PowerShell cmdlets:
- Assert-PSRule: commands/PSRule/en-US/Assert-PSRule.md
- Export-PSRuleBaseline: commands/PSRule/en-US/Export-PSRuleBaseline.md
- Get-PSRule: commands/PSRule/en-US/Get-PSRule.md
- Get-PSRuleBaseline: commands/PSRule/en-US/Get-PSRuleBaseline.md
- Get-PSRuleHelp: commands/PSRule/en-US/Get-PSRuleHelp.md
- Get-PSRuleTarget: commands/PSRule/en-US/Get-PSRuleTarget.md
- Invoke-PSRule: commands/PSRule/en-US/Invoke-PSRule.md
- New-PSRuleOption: commands/PSRule/en-US/New-PSRuleOption.md
- Set-PSRuleOption: commands/PSRule/en-US/Set-PSRuleOption.md
- Test-PSRuleTarget: commands/PSRule/en-US/Test-PSRuleTarget.md
- CLI commands:
- Index: concepts/cli/index.md
- run: concepts/cli/run.md
- module: concepts/cli/module.md
- restore: concepts/cli/restore.md
- Assertion methods: concepts/PSRule/en-US/about_PSRule_Assert.md
- Baselines: concepts/PSRule/en-US/about_PSRule_Baseline.md
- Badges: concepts/PSRule/en-US/about_PSRule_Badges.md
- Conventions: concepts/PSRule/en-US/about_PSRule_Conventions.md
- Documentation: concepts/PSRule/en-US/about_PSRule_Docs.md
- Expressions: concepts/PSRule/en-US/about_PSRule_Expressions.md
- Keywords: keywords/PSRule/en-US/about_PSRule_Keywords.md
- Options: concepts/PSRule/en-US/about_PSRule_Options.md
- Rules: concepts/PSRule/en-US/about_PSRule_Rules.md
- Security guidance: concepts/security.md
- Selectors: concepts/PSRule/en-US/about_PSRule_Selectors.md
- Suppression Groups: concepts/PSRule/en-US/about_PSRule_SuppressionGroups.md
- Variables: concepts/PSRule/en-US/about_PSRule_Variables.md
- Addons:
- Additional modules: addon-modules.md
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.snippets
- pymdownx.highlight:
auto_title: false
anchor_linenums: false
- pymdownx.superfences
- 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:
repository: microsoft/PSRule
branch: main
- mkdocs-simple-hooks:
hooks:
on_page_markdown: 'docs.hooks:replace_maml'
- search
- redirects:
redirect_maps:
'authoring/writing-rules.md': 'authoring/testing-infrastructure.md'
'install-instructions.md': 'install.md'
extra:
version:
provider: mike
default: stable
social:
- icon: fontawesome/brands/github
link: https://github.com/microsoft/PSRule/
local:
social_preview: https://repository-images.githubusercontent.com/125832556/d6685d9f-ba70-44a1-b11f-6534831143d1
repo_issue: https://github.com/microsoft/PSRule/issues
repo_discussion: https://github.com/microsoft/PSRule/discussions
giscus:
repo: microsoft/PSRule
repo_id: MMDEwOlJlcG9zaXRvcnkxMjU4MzI1NTY=
category: Documentation
category_id: DIC_kwDOB4ANbM4CRxSO