Reorganize structure

- Quickstart moved out of installation
- Installation now contains only advanced modes.
- Joined quickstart with Docker
This commit is contained in:
silvavn 2020-09-03 13:12:43 -06:00
parent 714264701c
commit f6a8dda8e5
1 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
site_name: Freqtrade
nav:
- Home: index.md
- Installation Docker:
- Quickstart: docker.md
- Freqtrade with Docker Compose (Advanced): docker_compose.md
- Freqtrade without docker-compose: without_docker_compose.md
- Quickstart with Docker: docker.md
- Installation:
- Freqtrade without docker-compose: without_docker_compose.md
- Linux/MacOS/Raspberry: installation.md
- Windows: windows_installation.md
- Freqtrade Basics: bot-basics.md