-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (54 loc) · 1.35 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
site_name: ProdManager API documentation
repo_url: https://gitlab.com/prod-manager/prod-manager-api
repo_name: prod-manager-api
edit_uri: edit/master/docs/
theme:
name: material
font: false
language: en
logo: assets/prod-manager.png
favicon: assets/favicon.ico
palette:
- scheme: default
media: "(prefers-color-scheme: dark)"
primary: blue
accent: indigo
toggle:
icon: material/weather-night
- scheme: slate
media: "(prefers-color-scheme: light)"
primary: blue
accent: indigo
toggle:
icon: material/weather-sunny
icon:
repo: fontawesome/brands/gitlab
features:
- search.highlight
extra:
social:
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/prod-manager/prod-manager-api
name: prod-manager-api sources
copyright: Copyright © 2022 Guillaume MARTINEZ (@Lunik)
plugins:
- gitlab_links:
gitlab_url: https://gitlab.com/prod-manager/prod-manager-api
- search
- git-revision-date-localized:
enable_creation_date: true
type: date
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde