2021-08-04 04:52:56 +03:00
|
|
|
# Copyright (c) Microsoft Corporation.
|
|
|
|
# Licensed under the MIT License.
|
|
|
|
|
2021-06-17 16:55:40 +03:00
|
|
|
site_name: PSRule for Azure
|
|
|
|
site_url: https://azure.github.io/PSRule.Rules.Azure
|
2021-06-24 01:00:20 +03:00
|
|
|
site_description: Ready to go validation and governance controls for Azure Infrastructure as Code (IaC).
|
2021-06-17 16:55:40 +03:00
|
|
|
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
|
2022-02-10 09:52:41 +03:00
|
|
|
- content.code.annotate
|
2021-06-17 16:55:40 +03:00
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- Getting started:
|
2021-10-26 12:01:32 +03:00
|
|
|
- Overview:
|
|
|
|
- About: about.md
|
|
|
|
- Features: features.md
|
|
|
|
- FAQ: faq.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- Installation: install-instructions.md
|
2021-12-16 08:06:19 +03:00
|
|
|
- Testing infrastructure code:
|
|
|
|
- Expanding source files: expanding-source-files.md
|
|
|
|
- Using templates: using-templates.md
|
|
|
|
- Using Bicep source: using-bicep.md
|
2022-01-26 13:22:10 +03:00
|
|
|
- Creating your pipeline: creating-your-pipeline.md
|
2021-12-16 08:06:19 +03:00
|
|
|
- Working with baselines: working-with-baselines.md
|
2022-01-26 13:22:10 +03:00
|
|
|
- Testing deployed resources:
|
|
|
|
- Exporting rule data: export-rule-data.md
|
|
|
|
- Analyzing resources: analyzing-resources.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- Validating locally: validating-locally.md
|
|
|
|
- Customization:
|
2021-11-19 19:31:05 +03:00
|
|
|
- Storing custom rules: customization/storing-custom-rules.md
|
|
|
|
- Enforcing custom tags: customization/enforce-custom-tags.md
|
|
|
|
- Enforcing code ownership: customization/enforce-codeowners.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- Troubleshooting: troubleshooting.md
|
|
|
|
# - Data privacy: data-privacy.md
|
|
|
|
- License and contributing: license-contributing.md
|
2022-01-14 10:58:41 +03:00
|
|
|
- Related projects: related-projects.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- Releases:
|
|
|
|
- Change log:
|
|
|
|
- v1: 'CHANGELOG-v1.md'
|
|
|
|
- v0: 'CHANGELOG-v0.md'
|
2022-01-08 14:07:11 +03:00
|
|
|
- Upgrade notes: upgrade-notes.md
|
|
|
|
- Deprecations: deprecations.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- Support: support.md
|
|
|
|
- Setup:
|
|
|
|
- Configuring options: setup/configuring-options.md
|
|
|
|
- Configuring rule defaults: setup/configuring-rules.md
|
|
|
|
- Configuring expansion: setup/configuring-expansion.md
|
2021-08-04 04:52:56 +03:00
|
|
|
- Setup Bicep: setup/setup-bicep.md
|
2021-08-29 12:43:13 +03:00
|
|
|
- Setup Azure Monitor logs: setup/setup-azure-monitor-logs.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- Reference:
|
2021-07-25 11:46:13 +03:00
|
|
|
- By pillar: en/rules/module.md
|
2021-06-17 16:55:40 +03:00
|
|
|
- By resource: en/rules/resource.md
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- abbr
|
|
|
|
- attr_list
|
|
|
|
- def_list
|
|
|
|
- footnotes
|
|
|
|
- meta
|
|
|
|
- md_in_html
|
|
|
|
- pymdownx.snippets
|
2022-02-10 09:52:41 +03:00
|
|
|
- pymdownx.highlight:
|
|
|
|
auto_title: false
|
|
|
|
anchor_linenums: false
|
2021-06-17 16:55:40 +03:00
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.pathconverter
|
2021-11-30 18:28:57 +03:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2021-06-17 16:55:40 +03:00
|
|
|
- pymdownx.details
|
|
|
|
- mdx_truly_sane_lists
|
|
|
|
- pymdownx.tasklist
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
- toc:
|
|
|
|
permalink: '#'
|
|
|
|
separator: ''
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- mkdocs-simple-hooks:
|
|
|
|
hooks:
|
|
|
|
on_page_markdown: "docs.hooks:replace_maml"
|
|
|
|
on_nav: "docs.hooks:build_reference_nav"
|
|
|
|
- search
|
|
|
|
- git-revision-date
|
2021-08-04 04:52:56 +03:00
|
|
|
- redirects:
|
|
|
|
redirect_maps:
|
|
|
|
'using-metadata.md': 'using-templates.md'
|
2021-11-19 19:31:05 +03:00
|
|
|
'customization/index.md': 'customization/storing-custom-rules.md'
|
2021-06-17 16:55:40 +03:00
|
|
|
|
|
|
|
extra:
|
|
|
|
version:
|
|
|
|
provider: mike
|
|
|
|
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/Azure/PSRule.Rules.Azure/
|
|
|
|
|
2021-06-24 01:00:20 +03:00
|
|
|
local:
|
|
|
|
social_preview: https://repository-images.githubusercontent.com/184154668/58818c00-d496-11eb-9b77-016145022654
|
|
|
|
|
2021-06-17 16:55:40 +03:00
|
|
|
# alternate:
|
|
|
|
|
|
|
|
# # Switch to English
|
|
|
|
# - name: English
|
|
|
|
# link: /en/
|
|
|
|
# lang: en
|