mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
2337c0d21f
Signed-off-by: Odyssium <hi@odyssey346.dev>
23 lines
434 B
YAML
23 lines
434 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
|