forked from Azure/PSRule.Rules.Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·115 lines (102 loc) · 2.91 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
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).
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
# copyright: MIT License - Copyright © Microsoft Corporation
extra_css:
- assets/stylesheets/extra.css
# extra_templates:
# - home.html
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
nav:
- Home: index.md
- Getting started:
- Overview: features.md
- Installation: install-instructions.md
- Using metadata: using-metadata.md
- Creating your pipeline: creating-your-pipeline.md
- Validating locally: validating-locally.md
- Customization:
- Storing custom rules: customization/index.md
- Enforcing custom tags: customization/enforce-custom-tags/index.md
- Troubleshooting: troubleshooting.md
# - Data privacy: data-privacy.md
- License and contributing: license-contributing.md
- Releases:
- Change log:
- v1: 'CHANGELOG-v1.md'
- v0: 'CHANGELOG-v0.md'
# - Upgrade guide: upgrading.md
# - Deprecations: deprecations.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:
- By module: en/rules/module.md
- By resource: en/rules/resource.md
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.pathconverter
- pymdownx.tabbed
- 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
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
# alternate:
# # Switch to English
# - name: English
# link: /en/
# lang: en