mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-15 14:06:26 +03:00
66bc3958ff
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
20 lines
699 B
YAML
20 lines
699 B
YAML
site_name: Conduit Docs
|
|
site_description: Conduit is a simple, fast and reliable chat server for the Matrix protocol
|
|
theme:
|
|
name: material
|
|
repo_url: https://gitlab.com/famedly/conduit
|
|
nav:
|
|
- Home: index.md
|
|
- Installation:
|
|
- Prerequisites: installation/prerequisites.md
|
|
- Distribution Packages: installation/packages.md
|
|
- Manual: installation/manual.md
|
|
- Docker: installation/docker.md
|
|
- Configuration:
|
|
- Config options: configuration/configuration.md
|
|
- Appservices: configuration/appservices.md
|
|
- Development:
|
|
- Basics: development/basics.md
|
|
- Cross compilation: development/cross-compilation.md
|
|
- Tests & CI: development/tests-ci.md
|
|
|