-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 762 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (29 loc) · 762 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: OpenFlightPlan Docs
site_url: https://docs.openflightplan.io
nav:
- Home: index.md
- Getting Started: getting-started.md
- Using the App: using-the-app.md
- Mobile Optimization: mobile.md
- Developer Guide: developer-guide.md
- Contributing: CONTRIBUTING.md
- License: license.md
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: light blue
font:
text: "Open Sans"
code: "Fira Code"
logo: assets/logo.png
favicon: assets/favicon.ico
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mostrager/mobile-flight-planner
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/michaelostrager