-
Notifications
You must be signed in to change notification settings - Fork 92
/
mkdocs.yml
96 lines (93 loc) · 2.48 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
# cspell: ignore pymdownx pymdown magiclink autorefs facelessuser superfences inlinehilite linenums fontawesome autohide
site_name: Ansible VS Code Extension
site_url: https://ansible.readthedocs.io/projects/vscode-ansible/
repo_url: https://github.com/ansible/vscode-ansible
edit_uri: blob/main/docs/
theme:
name: ansible
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.integrate
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ansible/vscode-ansible
nav:
- Extension: README.md
- Ansible Language Server:
- index: als/README.md
- Settings: als/settings.md
- Changelog: als/changelog.md
- Developer Guide:
# - development.md
- development/main.md
- development/project_structure.md
- development/extension_code_structure.md
- development/server_code_structure.md
- development/test_code.md
- development/debug_extension.md
- development/webview_guide.md
- development/additional_resources.md
- Contributing: contributing.md
- FAQ:
- faq/integrate-ansible-lint-with-language-server-venv.md
- usage-data.md
plugins:
- autorefs
- search
- exclude:
glob:
- changelog-fragments.d/*
- material/social
- material/tags
- git-revision-date-localized:
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
user: ansible
repo: ansible-language-server
normalize_issue_symbols: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.superfences
- toc:
# reduced to keep TOC nice under Changelog page
toc_depth: 2
permalink: true