8e70ea1404
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
26 lines
515 B
YAML
26 lines
515 B
YAML
site_name: Distribyted Documentation
|
|
site_url: https://distribyted.com/
|
|
repo_url: https://github.com/distribyted/distribyted
|
|
repo_name: distribyted/distribyted
|
|
theme:
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
name: material
|
|
palette:
|
|
primary: blue
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.expand
|
|
- navigation.indexes
|
|
- toc.integrate
|
|
|
|
edit_uri: edit/master/mkdocs/docs/
|
|
|
|
plugins:
|
|
- git-revision-date
|
|
|
|
extra:
|
|
version:
|
|
default: latest
|
|
provider: mike
|