-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (28 loc) · 788 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (28 loc) · 788 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
site_name: ADR docs
nav:
- Home: index.md
- About: about.md
- Usage:
Components:
BaseComponent: Components/BaseComponent.md
FreeBody: Components/FreeBody.md
AttachedComponent: Components/AttachedComponent.md
Auxiliary:
LandingGear: Components/Auxiliary/LandingGear.md
World:
Ambient: World/Ambient.md
constants: World/constants.md
helper funtions:
algebric: helper functions/algebric.md
theme:
name: material
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
repo_name: CeuAzul/ADR
repo_url: https://github.com/CeuAzul/ADR