-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
79 lines (72 loc) · 1.8 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
site_name: Gotenberg Client
site_url: https://stumpylog.github.io/gotenberg-client/
site_author: Trenton H
repo_name: stumpylog/gotenberg-client
repo_url: https://github.com/stumpylog/gotenberg-client
nav:
- "index.md"
- "usage.md"
- "routes.md"
- "roadmap.md"
- "changelog.md"
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
theme:
name: material
custom_dir: docs/.override
features:
- navigation.tabs
- navigation.sections
- navigation.top
- toc.integrate
- search.suggest
- content.code.annotate
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- footnotes
font:
text: Roboto
code: Roboto Mono
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- social
- minify:
minify_html: true
minify_js: true
minify_css: true
extra:
version:
provider: mike
analytics:
provider: google
property: G-YHHSXXB0FT
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.