forked from Azure/PSDocs.Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·108 lines (95 loc) · 2.74 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
site_name: PSDocs for Azure
site_url: https://github.com/Azure/PSDocs.Azure
site_description: Generate documentation from Azure infrastructure as code (IaC) artifacts.
site_author: Microsoft
repo_url: https://github.com/Azure/PSDocs.Azure/
edit_uri: blob/main/docs/
repo_issue: https://github.com/Azure/PSDocs.Azure/issues
repo_discussion: https://github.com/Azure/PSDocs.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
nav:
- Home: index.md
- Getting started:
- Overview: overview.md
- Installation: install-instructions.md
- Creating your pipeline: creating-your-pipeline.md
- Publishing:
- Publish to Azure Storage: publish/blob-storage.md
# - Publish to Azure DevOps Wiki: publish/devops-wiki.md
- Publish to Azure Web App: publish/azure-webapp.md
- Using metadata: using-metadata.md
- Troubleshooting: troubleshooting.md
- License and contributing: license-contributing.md
- Releases:
- Change log: https://github.com/Azure/PSDocs.Azure/blob/main/CHANGELOG.md
- Support: support.md
- Setup:
- Configuring options: setup/configuring-options.md
- Configuring snippets: setup/configuring-snippets.md
# - Configuring expansion: setup/configuring-expansion.md
# - Configuration options: concepts/about_PSRule_Azure_Configuration.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/PSDocs.Azure/
local:
social_preview: https://repository-images.githubusercontent.com/317488850/548f4800-8afc-11eb-98b1-9fb4c897d1d4
# alternate:
# # Switch to English
# - name: English
# link: /en/
# lang: en