fab-city-software-kit/mkdocs.yml

30 lines
806 B
YAML
Raw Normal View History

2022-07-28 12:57:29 +02:00
site_name: Fab City OS
site_description: A Kubernetes environment to rollout the Fab City OS Core and Software Kit.
site_author: Fab City Hamburg e. V.
site_url: https://fabcityos.fabcity.hamburg/
repo_url: https://gitlab.fabcity.hamburg/software/fabcity-os-integration/
copyright: © 2022 <a href="https://www.interfacerproject.eu/">INTERFACER, All rights reserved.</a>.
theme:
name: material
locale: en
nav:
- Home: index.md
- Getting started:
- Keycload: gettingstarted/keycload.md
- Development:
- Contributing: development/contributing.md
markdown_extensions:
- attr_list
- md_in_html
- tables
- toc
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
extra:
generator: false