-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (28 loc) · 802 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (28 loc) · 802 Bytes
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
site_name: forgejo-warden
site_description: Keep your Forgejo org and repos in declared state — reconcile, guardrails, drift correction
# The markdown lives at the repo root (for GitHub); `mkdocs-stage.sh` copies the curated
# set into docs/ for the build. Run `just docs` (or the Pages workflow).
docs_dir: docs
site_dir: _site
use_directory_urls: true
repo_url: https://github.com/INTENTIUS/forgejo-warden
repo_name: INTENTIUS/forgejo-warden
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- navigation.sections
- navigation.top
nav:
- Home: README.md
- Policy: POLICY.md
- CLI: CLI.md
- Cycles: CYCLES.md
- CI pipelines: CI.md
- Setup: SETUP.md
markdown_extensions:
- admonition
- tables
- pymdownx.superfences