-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
98 lines (77 loc) · 1.82 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
93
94
95
96
# SITE NAME
site_name: Flask-Deta
site_description: "A Python library for seamless integration with DetaSpace in Flask"
repo_url: https://github.com/Jesparzarom/Flask-Deta
repo_name: "Flask-Deta"
# NAVIGATION
nav:
- Overview: index.md
- Gettin Started:
- Installation: guide/install.md
- Configurations: guide/config.md
- Quickstart : guide/start.md
- DetaBase: detabase/base.md
- DetaDrive: detadrive/drive.md
- About:
- Changes: about/CHANGELOG.md
- License: about/LICENSE.md
# THEME CONFIGURATIONS
theme:
# NAME OF THEME
name: material
# LANGUAGE
language: en
# ICONS
icon:
repo: fontawesome/brands/github
favicon: images/flaskdetafavicon.png
logo: images/flaskdetafavicon.png
highlightjs: true
# FONTS
font:
text: Fira Sans
code: Ubuntu Mono
# COLORS
palette:
# Palette toggle for light mode
- scheme: default
primary: purple
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: cyan
accent: purple
toggle:
icon: material/brightness-4
# FEATURES
features:
- navigation.footer
- content.code.copy
- content.code.hljs
- search.highlight
- navigation.instant
- navigation.instant.prefetch
# PLUGINS FOR THE SITE
plugins:
- search
# EXTRAS
extra:
version: 0.2.1
copyright: Copyright © 2023 J.P. Esparza.
markdown_extensions:
- pymdownx.highlight:
use_pygments: false
- def_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: false
- toc:
title: On this page
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js
- javascripts/highlight.js
extra_css:
- stylesheets/framer.css