diff --git a/docs/install/install.md b/docs/install/install.md index ce37894a..01d5f971 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -6,14 +6,15 @@ has_children: true nav_order: 2 has_toc: false --- - ## Install -- [Install on Debian](/install/debian) -- [Install using docker](/install/docker) +- [Install on Debian]({% link install/debian.md %}) +- [Install using docker]({% link install/docker.md %}) ### Post installation -- [Nginx as a proxy](/install/nginx) +- [Setup Nginx as a proxy]({% link install/nginx.md %}) +- [Configuration]({% link install/configuration.md %}) +- [Backup]({% link install/backup.md %}) -If you wanna hack or run the current develop release take a look at [Hacking & contribute](../dev) +If you wanna hack or run the current development release take a look at [Hacking & contribute](../dev)