Files
Voice-Cloning-App/mkdocs.yml
BenAAndrew 449ef2b53a Revert "Move mkdocs config"
This reverts commit 02c557e604.
2021-10-05 18:00:54 +01:00

8 lines
176 B
YAML

site_name: Voice Cloning App
theme:
name: readthedocs
nav:
- Setup: 'index.md'
- Dataset: 'dataset.md'
- Training: 'training.md'
- Synthesis: 'synthesis.md'