forked from bakewizard/bakekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (53 loc) · 1.19 KB
/
mkdocs.yml
File metadata and controls
57 lines (53 loc) · 1.19 KB
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
site_name: BakeKit CMS
# site_url: https://yourdomain.com/
repo_url: https://github.com/bakewizard/bakekit
repo_name: bakewizard/bakekit
# edit_uri: edit/main/docs/
theme:
name: material
logo: images/logo.png
favicon: images/favicon.ico
palette:
- scheme: default
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
# - navigation.tabs
- navigation.sections
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
nav:
- Home: index.md
- Getting Started:
- Installation: install.md
- Quick Start: quick-start.md
- Guide:
- Plugins: plugins.md
- Themes: themes.md
- Regions & Blocks: regions-blocks.md
- Menus: menus.md
- Access control: access-control.md
# - Settings: settings.md
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- admonition
- footnotes
- tables
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.emoji