-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 1017 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
34 lines (34 loc) · 1017 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
site_name: Mosmena
site_description: Beginner-friendly documentation for the Mosmena Android acoustic ranging project
site_url: https://gedrocht.github.io/Mosmena/
repo_url: https://github.com/gedrocht/Mosmena
repo_name: gedrocht/Mosmena
theme:
name: material
features:
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
palette:
- scheme: default
primary: green
accent: orange
markdown_extensions:
- admonition
- attr_list
- codehilite
- tables
nav:
- Home: index.md
- Beginner Quickstart: beginner-quickstart.md
- Getting Started: getting-started.md
- Tutorial:
- First Measurement Walkthrough: tutorials/first-measurement.md
- Concepts:
- Acoustic Ranging Explained: acoustic-ranging-explained.md
- Architecture: architecture.md
- Testing and Quality: testing-and-quality.md
- External Libraries: external-libraries.md
- Repository Setup: github-repository-configuration.md
- API Docs: api/index.md