зеркало из
1
0
Форкнуть 0
PSRule.Rules.Azure/mkdocs.yml

137 строки
3.7 KiB
YAML
Исходник Обычный вид История

# 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
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
- content.code.annotate
2021-06-17 16:55:40 +03:00
nav:
- Home: index.md
- Getting started:
- 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
- Creating your pipeline: creating-your-pipeline.md
2021-12-16 08:06:19 +03:00
- Working with baselines: working-with-baselines.md
- 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
- Related projects: related-projects.md
2021-06-17 16:55:40 +03:00
- Releases:
- Change log:
- v1: 'CHANGELOG-v1.md'
- v0: 'CHANGELOG-v0.md'
- 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
- Setup Bicep: setup/setup-bicep.md
- 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
- pymdownx.highlight:
auto_title: false
anchor_linenums: false
2021-06-17 16:55:40 +03:00
- pymdownx.superfences
- pymdownx.pathconverter
- 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
- 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/
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