33 lines
852 B
TOML
33 lines
852 B
TOML
# DocSite registry — the publish whitelist and per-project Gitea coordinates.
|
|
# Only pages listed here are reachable; everything else (docs/specs, docs/plans,
|
|
# postmortems, internal files) is structurally unservable. DocSite reads these
|
|
# sources read-only from Gitea and never writes to them.
|
|
|
|
bind = "0.0.0.0:8000"
|
|
gitea = "http://192.168.178.103:3000"
|
|
# The read-only Gitea token is resolved from $DOCSITE_GITEA_TOKEN, never stored here.
|
|
|
|
[[project]]
|
|
slug = "aura"
|
|
repo = "Brummel/aura"
|
|
branch = "main"
|
|
docs = "docs"
|
|
|
|
[[project.section]]
|
|
title = "Concepts"
|
|
pages = ["glossary.md"]
|
|
|
|
[[project.section]]
|
|
title = "Design & Architecture"
|
|
pages = ["design/INDEX.md"]
|
|
|
|
[[project]]
|
|
slug = "data-server"
|
|
repo = "Brummel/data-server"
|
|
branch = "main"
|
|
docs = "."
|
|
|
|
[[project.section]]
|
|
title = "Reference"
|
|
pages = ["README.md"]
|