-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (62 loc) · 1.59 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
site_name: pylts Docs
site_description: Pydantic wrapper around litestreamed database specific to an AWS bucket.
site_url: https://mv3.dev
site_author: Marcelino Veloso III
repo_url: https://github.com/justmars/pylts
theme:
name: "material"
features:
- content.tabs.link
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Overview: index.md
- Config: config.md
- Dockerfile Setup: docker.md
extra:
homepage: https://mv3.dev
social:
- icon: fontawesome/brands/github
link: https://github.com/justmars
name: justmars on Github
- icon: fontawesome/brands/mastodon
link: https://esq.social/@mv
name: mv on Mastodon
copyright: Copyright © Marcelino Veloso III
plugins:
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_root_toc_entry: false
show_category_heading: true
show_source: true
heading_level: 4
- search:
lang: en
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format