From 66faa9e0eeffccd22bb9d9b4c9c6383e0365a6dc Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Fri, 10 May 2019 12:06:11 -0400 Subject: [PATCH] Complete index.md As a general rule all docs should be linked to from the index file. No? --- docs/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2fd90300..02b4f59b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,18 +1,21 @@ # Algo VPN documentation -* Setup instructions +* Deployment instructions - Documentation for available [Ansible roles](setup-roles.md) - Deploy from [Fedora Workstation (26)](deploy-from-fedora-workstation.md) - Deploy from [RedHat/CentOS 6.x](deploy-from-redhat-centos6.md) - Deploy from [Windows](deploy-from-windows.md) + - Deploy from a [Docker container](deploy-from-docker.md) - Deploy from [Ansible](deploy-from-ansible.md) directly + - Deploy onto a [cloud server at time of creation](deploy-from-script-or-cloud-init-to-localhost.md) * Client setup - Setup [Android](client-android.md) clients - Setup [Generic/Linux](client-linux.md) clients with Ansible - Setup Ubuntu clients to use [WireGuard](client-linux-wireguard.md) - Setup Apple devices to use [IPSEC](client-apple-ipsec.md) - Setup Macs running macOS 10.13 or older to use [Wireguard](client-macos-wireguard.md) -* Cloud setup + - Manual Windows 10 client setup for [IPSEC](client-windows.md) +* Cloud provider setup - Configure [Amazon EC2](cloud-amazon-ec2.md) - Configure [Azure](cloud-azure.md) - Configure [DigitalOcean](cloud-do.md) @@ -23,4 +26,5 @@ - Deploy to your own [Ubuntu 18.04](deploy-to-ubuntu.md) server - Deploy to an [unsupported cloud provider](deploy-to-unsupported-cloud.md) * [FAQ](faq.md) +* [Firewalls](firewalls.md) * [Troubleshooting](troubleshooting.md)