-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (47 loc) · 1.16 KB
/
mkdocs.yml
File metadata and controls
51 lines (47 loc) · 1.16 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
site_name: Smart Grid
repo_url: https://github.com/extinctCoder/smart_grid
edit_uri: https://github.com/extinctCoder/smart_grid/docs
site_author: extinctCoder
site_description: "A smart grid project for efficient energy management."
site_url: https://extinctcoder.github.io/smart_grid
copyright: MIT License
theme:
name: material
features:
- search.suggest
- search.highlight
- content.tooltips
- content.code.copy
- content.tabs.link
- content.code.select
- content.code.annotate
- content.footnote.tooltips
- navigation.top
# - navigation.tabs
- navigation.path
- navigation.expand
- navigation.indexes
icon:
repo: fontawesome/brands/github
font:
text: Lato
code: Inconsolata
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
docs_dir: docs
site_dir: site
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]