-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (48 loc) · 1.83 KB
/
mkdocs.yml
File metadata and controls
51 lines (48 loc) · 1.83 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: Rhiza Education
site_description: Training for and with Rhiza — the living template system for Python projects.
site_url: https://jebel-quant.github.io/rhiza-education/
repo_url: https://github.com/Jebel-Quant/rhiza-education
repo_name: Jebel-Quant/rhiza-education
docs_dir: lessons
copyright: >
Copyright © 2026 Jebel Quant —
<a href="/rhiza-education/license/">MIT License</a> —
<a href="/rhiza-education/impressum/">Impressum</a> —
Generated with rhiza {{ rhiza_version }} / rhiza-cli {{ rhiza_cli_version }}
theme:
name: material
logo: assets/rhiza-logo.svg
favicon: assets/rhiza-logo.svg
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- content.code.copy
nav:
- Home: index.md
- 'Preamble — The Repo Zoo Problem': preamble-repo-zoo.md
- '1 — CI/CD Concepts': 01-cicd-concepts.md
- '2 — uv and uvx': 02-uv-and-uvx.md
- '3 — Python Project Conventions': 03-python-project-conventions.md
- '4 — Why Rhiza?': 04-why-rhiza.md
- '5 — Core Concepts': 05-core-concepts.md
- '6 — Getting Started': 06-getting-started.md
- '7 — Configuring Your Template': 07-configuring-your-template.md
- '8 — The Sync Lifecycle': 08-the-sync-lifecycle.md
- '9 — Renovate': 09-renovate.md
- '10 — Customising Safely': 10-customizing-safely.md
- '11 — The Rhiza Ecosystem': 11-the-rhiza-ecosystem.md
- '12 — Further Reading': 12-further-reading.md
- 'Slides': slides.md
- Appendices:
- 'A1 — GitLab Users': A1-gitlab-users.md
- 'A2 — Projects Using Rhiza': A2-projects-using-rhiza.md
- 'A3 — Contributors': A3-contributors.md