-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (40 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
40 lines (40 loc) · 1.23 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
site_name: libgnss++
site_description: Modern C++ GNSS/RTK/PPP/CLAS toolkit
site_url: https://rsasaki0109.github.io/gnssplusplus-library/docs/
repo_url: https://github.com/rsasaki0109/gnssplusplus-library
repo_name: rsasaki0109/gnssplusplus-library
docs_dir: docs
theme:
name: material
features:
- navigation.sections
- navigation.expand
- content.code.copy
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Architecture: architecture.md
- Quick Start: quickstart.md
- Benchmarks: benchmarks.md
- Validation: validation.md
- Interfaces: interfaces.md
- Experiments: experiments.md
- Decisions: decisions.md
- References:
- Overview: references/index.md
- MADOCALIB Gap: references/madocalib-gap.md
- CLASLIB Gap: references/claslib-gap.md
- demo5 Gap: references/demo5-gap.md
- MALIB Ops Gap: references/malib-ops-gap.md
- laika Gap: references/laika-gap.md
- PocketSDR Notes: references/pocketsdr-notes.md
- SignalSim Notes: references/signalsim-notes.md
- GSILIB Notes: references/gsilib-notes.md
- Roadmap: references/roadmap.md
- Contributing: contributing.md