mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
31 lines
560 B
YAML
31 lines
560 B
YAML
site_name: GotHub documentation
|
|
site_description: Documentation for GotHub
|
|
site_author: The GotHub team
|
|
|
|
repo_url: https://codeberg.org/gothub/gothub
|
|
repo_name: gothub/gothub
|
|
|
|
theme:
|
|
logo: assets/logo.svg
|
|
favicon: assets/logo.svg
|
|
name: material
|
|
palette:
|
|
primary: black
|
|
accent: cyan
|
|
background: black
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
|
|
nav:
|
|
- index.md
|
|
- environment_variables.md
|
|
- setup_docker.md
|
|
- setup_manual.md
|
|
- setup_caddy.md
|
|
- setup_nginx.md
|