This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
mkdocs.yml
74 lines (70 loc) · 1.78 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
# cspell: ignore pymdownx pymdown magiclink autorefs facelessuser superfences inlinehilite linenums fontawesome
site_name: Ansible Language Server
site_url: https://als.readthedocs.io/
repo_url: https://github.com/ansible/ansible-language-server
edit_uri: blob/main/docs/
theme:
name: "material"
logo: images/logo.svg
favicon: images/favicon.ico
features:
- content.code.copy
- content.action.edit
palette:
- media: "(prefers-color-scheme: light)"
primary: teal
accent: blue
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ansible/ansible-language-server
nav:
- home: README.md
- changelog.md
- development.md
- settings.md
- Contributing: contributing.md
plugins:
- autorefs
- search
- exclude:
glob:
- changelog-fragments.d/*
- social
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- admonition
- 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
- toc:
# reduced to keep TOC nice under Changelog page
toc_depth: 2
permalink: true