-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (48 loc) · 1.65 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
site_name: Dev Scoreboard Documentation
repo_url: https://github.com/hulohot/dev-scoreboard
repo_name: hulohot/dev-scoreboard
nav:
- Home:
- Introduction: index.md
- Project Overview: home/project_overview.md
- Project Team: home/project_team.md
- Project Timeline: home/project_timeline.md
- Acknowledgements: home/acknowledgements.md
- Documentation:
- Installing: documentation/installing.md
- Hardware: documentation/hardware.md
- Release Notes: documentation/release_notes.md
- Roadmap: documentation/roadmap.md
- Implemntation:
- Hardware Design: implementation/hardware_design.md
- Software Design: implementation/software_design.md
- Testing Strategy: implementation/testing_strategy.md
- Technical Challenges: implementation/technical_challenges.md
- Tools and Technologies: implementation/tools_and_technologies.md
- About:
- About the Project: about/about_the_project.md
- About the Class: about/about_the_class.md
- Contact: about/contact.md
theme:
name: material
locale: en
features:
- navigation.tabs
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg