-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (48 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
54 lines (48 loc) · 1.04 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
site_name: SQLModel BaseCRUD
repo_url: https://github.com/woofz/sqlmodel-basecrud
repo_name: woofz/sqlmodel-basecrud
edit_uri: ""
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- toc.integrate
palette:
- scheme: default
primary: orange
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: orange
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
repo: fontawesome/brands/github-alt
extra:
version:
provider: mike
default: latest
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false