MakerFLOSS/mkdocs.yml
sjat 9d7b4684c4
All checks were successful
Build docs site / build (push) Successful in 48s
Build slides / build (push) Successful in 1m11s
docs: publish hardware naming scheme and link it from the editing guide
Move the naming-scheme spec from notes/dev/specs/ into docs/guides/ so it
publishes to docs.makerfloss.eu, add it under the Hardware nav, and link it
from the editing guide. Repoint the stale references in CLAUDE.md and the
migration plan to the new path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 21:40:09 +02:00

70 lines
1.7 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
- Editing the hardware docs: guides/editing-hardware-docs.md
- Naming scheme: guides/hardware-naming-scheme.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