Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up mkdocs.yml for future contributions #2

Merged
merged 2 commits into from
Jan 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Project Information
site_name: FlyByWire Simulations Guides
# repo_url: https://github.com/flybywiresim/a32nx
# repo_name: flybywiresim/a32nx
repo_url: https://github.com/Valastiri/fbw-userguide
repo_name: Valastiri/fbw-userguide

# Navigation
# Section Containers are defined by `- Section Name:`
# These should have NO filename.md next to them
# Nestle all pages under neath sections as seen below:
nav:
- Home: index.md
- Installation Guide:
- Downloads + Guide: guide.md
- A32NX Information:
- Limitations: limitations.md
- Donate: donate.md
- FAQ: faq.md

# Configuration
theme:
Expand All @@ -20,20 +33,17 @@ theme:
extra_css:
- stylesheets/extra.css

# Navigation
nav:
- Home: index.md
- Installation Guide:
- Downloads + Guide: guide.md
- A32NX Information:
- Limitations: limitations.md
- Donate: donate.md
- FAQ: faq.md

# Extra Functions / Customizations
extra:
generator: false
social:
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/FlyByWireSimulations/
name: FlyByWire Simulations on Facebook

# Additional Markdown Extensions to use bundled icon sets
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list