-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (62 loc) · 1.43 KB
/
mkdocs.yml
File metadata and controls
69 lines (62 loc) · 1.43 KB
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
site_name: InfrastuctureAsCode
repo_url: https://github.com/WeAreInSpark/AzureDevOpsPowerShellAPI/
docs_dir: docs/en-US
extra_css:
- assets/stylesheets/extra.css
theme:
language: en
name: material
custom_dir: overrides
font:
text: Roboto
logo: assets/inspark-logo-semi.svg
favicon: assets/inspark-logo-semi.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.indexes
- navigation.sections:
level: 1
- navigation.tabs
- content.code.annotate
- content.tabs.link
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
- toc:
permalink: '#'
separator: '-'
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/WeAreInSpark/AzureDevOpsPowerShellAPI/
local:
social_preview: https://repository-images.githubusercontent.com/184154668/58818c00-d496-11eb-9b77-016145022654
plugins:
- mkdocs-simple-hooks:
hooks:
on_page_markdown: "docs.hooks:replace_maml"
on_nav: "docs.hooks:build_reference_nav"
- search
- git-revision-date
- awesome-pages
- tags