-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
69 lines (59 loc) · 1.44 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
site_name: Gookme Docs
site_url: https://gook.me
site_author: M.L.
site_description: >-
A pre-commit tool designed for monorepos. Successor of Mookme.
# Repository
repo_name: lmaxence/gookme
repo_url: https://github.com/lmaxence/gookme
# Copyright
copyright: Copyright © 2024 M.L.
theme:
name: material
logo: assets/logo.svg
features:
- content.tabs.link
- content.code.annotate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: white
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: teal
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.ico
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
# Page tree
nav:
- Home: index.md
- Getting Started: getting-started.md
- Features: features.md
- Examples: examples.md
- Reference: reference.md