From f015dc8f191d7cab9ba301797a36c18563255e46 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 23 Apr 2017 16:25:04 -0400 Subject: [PATCH] restructure --- README.md | 10 +++++----- .../{deploy-with-ansible.md => deploy-from-ansible.md} | 0 ...redhat-centos6.md => deploy-from-redhat-centos6.md} | 0 docs/{client-windows.md => deploy-from-windows.md} | 0 ...d-unsupported.md => deploy-to-unsupported-cloud.md} | 0 docs/index.md | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) rename docs/{deploy-with-ansible.md => deploy-from-ansible.md} (100%) rename docs/{setup-redhat-centos6.md => deploy-from-redhat-centos6.md} (100%) rename docs/{client-windows.md => deploy-from-windows.md} (100%) rename docs/{cloud-unsupported.md => deploy-to-unsupported-cloud.md} (100%) diff --git a/README.md b/README.md index ce7f4257..26c46b0a 100644 --- a/README.md +++ b/README.md @@ -203,19 +203,19 @@ The Algo VPN server now contains only the users listed in the `config.cfg` file. ## Additional Documentation * Setup instructions - - Documentation for available [Ansible roles](docs/deploy-with-ansible.md) - - Deploy from [RedHat/CentOS 6.x](docs/setup-redhat-centos6.md) + - Documentation for available [Ansible roles](docs/setup-roles.md) + - Deploy from [RedHat/CentOS 6.x](docs/deploy-from-redhat-centos6.md) + - Deploy from [Windows](docs/deploy-from-windows.md) + - Deploy from [Ansible](docs/deploy-from-ansible.md) directly * Client setup - - Setup [Windows](docs/client-windows.md) clients - Setup [Android](docs/client-android.md) clients - Setup [Generic/Linux](docs/client-linux.md) clients with Ansible * Cloud setup - Configure [Azure](docs/cloud-azure.md) - - Deploy to an [unsupported cloud provider](docs/cloud-unsupported.md) * Advanced Deployment - Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server - Deploy to your own [Ubuntu 16.04](docs/deploy-to-ubuntu.md) server - - Deploy with [Ansible](docs/deploy-with-ansible.md) directly + - Deploy to an [unsupported cloud provider](docs/deploy-to-unsupported-cloud.md) * [FAQ](docs/faq.md) * [Troubleshooting](docs/troubleshooting.md) diff --git a/docs/deploy-with-ansible.md b/docs/deploy-from-ansible.md similarity index 100% rename from docs/deploy-with-ansible.md rename to docs/deploy-from-ansible.md diff --git a/docs/setup-redhat-centos6.md b/docs/deploy-from-redhat-centos6.md similarity index 100% rename from docs/setup-redhat-centos6.md rename to docs/deploy-from-redhat-centos6.md diff --git a/docs/client-windows.md b/docs/deploy-from-windows.md similarity index 100% rename from docs/client-windows.md rename to docs/deploy-from-windows.md diff --git a/docs/cloud-unsupported.md b/docs/deploy-to-unsupported-cloud.md similarity index 100% rename from docs/cloud-unsupported.md rename to docs/deploy-to-unsupported-cloud.md diff --git a/docs/index.md b/docs/index.md index 80d39652..d827e4b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,17 +3,17 @@ * Setup instructions - Documentation for available [Ansible roles](setup-roles.md) - Deploy from [RedHat/CentOS 6.x](setup-redhat-centos6.md) + - Deploy from [Windows](client-windows.md) + - Deploy from [Ansible](deploy-with-ansible.md) directly * Client setup - - Setup [Windows](client-windows.md) clients - Setup [Android](client-android.md) clients - Setup [Generic/Linux](client-linux.md) clients with Ansible * Cloud setup - Configure [Azure](cloud-azure.md) - - Deploy to an [unsupported cloud provider](cloud-unsupported.md) * Advanced Deployment - Deploy to your own [FreeBSD](deploy-to-freebsd.md) server - Deploy to your own [Ubuntu 16.04](deploy-to-ubuntu.md) server - - Deploy with [Ansible](deploy-with-ansible.md) directly + - Deploy to an [unsupported cloud provider](deploy-to-unsupported-cloud.md) * [FAQ](faq.md) * [Troubleshooting](troubleshooting.md)