-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (71 loc) · 1.72 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
site_name: Promplate
repo_url: https://github.com/promplate/core
repo_name: promplate/core
theme:
name: material
features:
- navigation.instant
- navigation.instant.progress
- search.suggest
- search.highlight
- navigation.tracking
- navigation.sections
- navigation.prune
- navigation.footer
- content.code.copy
- content.code.select
- content.code.annotate
palette:
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
font:
text: Open Sans
code: Fira Code
icon:
repo: material/github
annotation: material/star-four-points-circle
plugins:
- search
markdown_extensions:
- attr_list
- admonition
- md_in_html
- toc:
permalink: "#"
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: material/email
link: mailto:me@promplate.dev
- icon: material/bug
link: https://github.com/promplate/core/issues
- icon: material/chat-question
link: https://github.com/promplate/core/discussions/categories/q-a
- icon: material/web
link: https://promplate.dev
- icon: material/package-down
link: https://pypi.org/project/promplate/
- icon: fontawesome/brands/github
link: https://github.com/promplate
extra_css:
- stylesheets/extra.css