forked from GatorEducator/gatorgrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 876 Bytes
/
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
site_name: GatorGrade Documentation
site_url: https://gatoreducator.github.io/gatorgrade/docs/
site_description: The documentation for the GatorGrade project, part of the GatorEducator suite.
site_author: GatorGrade Team
repo_url: https://github.com/GatorEducator/gatorgrade
theme:
name: material
palette:
scheme: slate
primary: green
features:
- navigation.instant
- navigation.tabs
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
extra_css:
- stylesheets/gator.css
plugins:
- search
- gen-files:
scripts:
- docs/gen_pages.py
- literate-nav:
nav_file: Summary.md
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- gatorgrade
nav:
- Home: ./index.md
- Code Reference: reference/