-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
92 lines (76 loc) · 1.68 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
80
81
82
83
84
85
86
87
88
89
90
91
92
# Project info
site_name: Vybe
site_url: https://vybegame.dev/vybe/
site_author: Paulo Feodrippe
site_description: >-
A Clojure Game Framework
# Repo
repo_name: Vybe
repo_url: https://github.com/pfeodrippe/vybe
edit_uri: edit/main/docs/
# Theme
theme:
font:
text: Roboto Slab
code: Roboto Mono
features:
# Navigation
- navigation.tabs
- navigation.sections
# Can edit a page, view the source
- content.action.edit
- content.action.view
# Code highlighting
- content.code.copy
# Expand all subsections by default
# - navigation.expand
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
# custom_dir: overrides
# Extensions
markdown_extensions:
# Admonition
- admonition
- pymdownx.details
- pymdownx.superfences
# Footnotes
- footnotes
# Lists
- def_list
- pymdownx.tasklist:
custom_checkbox: true
# Tooltips
- abbr
- attr_list
- pymdownx.snippets
# Code highlighting
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Pages
nav:
- Home:
- index.md
- Requirements: requirements.md
- Vybe Game Framework:
- Getting Started: getting-started.md
- VybeC:
- vybec/index.md