21 lines
444 B
YAML
21 lines
444 B
YAML
site_name: Resku main documentation
|
|
repo_url: https://gitea.prod.resk-u.ch/Resk-U/docs-resku
|
|
theme:
|
|
name: material
|
|
highlightjs: true
|
|
hljs_languages:
|
|
- yaml
|
|
- rust
|
|
- python
|
|
- bash
|
|
- dockerfile
|
|
- typescript
|
|
- javascript
|
|
- json
|
|
- go
|
|
nav:
|
|
- Home: index.md
|
|
- Rclone: rclone/index.md
|
|
- Seaweedfs: seaweedfs/index.md
|
|
- Docker: docker/swarm-cheatsheet.md
|
|
- Docker-2: docker/swarm-cheatsheet-2.md |