68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
YAML
site_name: MakerFLOSS Docs
|
|
site_url: https://docs.makerfloss.eu/
|
|
site_description: Documentation for the MakerFLOSS initiative at Orange Makerspace.
|
|
|
|
repo_url: https://forgejo.makerfloss.eu/sjat/MakerFLOSS
|
|
repo_name: sjat/MakerFLOSS
|
|
edit_uri: _edit/main/
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.top
|
|
- content.code.copy
|
|
- search.suggest
|
|
- search.highlight
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: deep orange
|
|
toggle:
|
|
icon: material/weather-night
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: deep orange
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to light mode
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- toc:
|
|
permalink: true
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
|
|
plugins:
|
|
- search
|
|
|
|
hooks:
|
|
- scripts/mkdocs_hooks.py
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Hardware:
|
|
- hardware/index.md
|
|
- Services:
|
|
- services/index.md
|
|
- Infrastructure:
|
|
- Lab design: infrastructure/labdesign.md
|
|
- VPS & DNS: infrastructure/vps-and-dns.md
|
|
- Rack rack01: infrastructure/racks/rack01.md
|
|
- House rules: house-rules.md
|