From 3284e5c9e3180164bb9ce37ce0acdd173ef7241c Mon Sep 17 00:00:00 2001 From: les Date: Sat, 5 Jun 2021 00:50:39 +0200 Subject: [PATCH] minor with docs --- docs/install/install.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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)