-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (34 loc) · 797 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (34 loc) · 797 Bytes
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
site_name: cs4414-main
theme:
name: material
#name: mkdocs
# custom_dir: material
# 404 page
static_templates:
- 404.html
navigation_depth: 1
# Don't include MkDocs' JavaScript
include_search_page: true
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
# - navigation.instant
# - navigation.sections
- navigation.tabs
palette:
scheme: default
primary: deep red
accent: deep red
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
plugins:
- search
# - git-revision-date-localized # displaying the date of the last git modification of a page (require installation. will fail github workflow)
nav:
- Syllabus: README.md
- FAQ: faq.md