From 68ec47cb7f9459e0d1a758d8a5ee0c85cf321284 Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Fri, 31 Mar 2023 00:06:45 -0400 Subject: [PATCH] Moves deployment docs back to the root docs directory - Replaces hyphens on the homepage with em dashes --- docs/{develop => }/deploy/ansible/digitalocean.md | 0 docs/{develop => }/deploy/ansible/microk8s.md | 0 docs/{develop => }/deploy/index.md | 0 docs/{develop => }/deploy/local.md | 0 docs/{develop => }/deploy/production.md | 0 docs/index.md | 6 +++--- 6 files changed, 3 insertions(+), 3 deletions(-) rename docs/{develop => }/deploy/ansible/digitalocean.md (100%) rename docs/{develop => }/deploy/ansible/microk8s.md (100%) rename docs/{develop => }/deploy/index.md (100%) rename docs/{develop => }/deploy/local.md (100%) rename docs/{develop => }/deploy/production.md (100%) diff --git a/docs/develop/deploy/ansible/digitalocean.md b/docs/deploy/ansible/digitalocean.md similarity index 100% rename from docs/develop/deploy/ansible/digitalocean.md rename to docs/deploy/ansible/digitalocean.md diff --git a/docs/develop/deploy/ansible/microk8s.md b/docs/deploy/ansible/microk8s.md similarity index 100% rename from docs/develop/deploy/ansible/microk8s.md rename to docs/deploy/ansible/microk8s.md diff --git a/docs/develop/deploy/index.md b/docs/deploy/index.md similarity index 100% rename from docs/develop/deploy/index.md rename to docs/deploy/index.md diff --git a/docs/develop/deploy/local.md b/docs/deploy/local.md similarity index 100% rename from docs/develop/deploy/local.md rename to docs/deploy/local.md diff --git a/docs/develop/deploy/production.md b/docs/deploy/production.md similarity index 100% rename from docs/develop/deploy/production.md rename to docs/deploy/production.md diff --git a/docs/index.md b/docs/index.md index 3ca08d2d..12efbb28 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,9 +8,9 @@ hide: Welcome to the Browsertrix Cloud official user guide and developer docs. These docs will contain the following sections. -- [Developer Docs](./develop) - Information on developing Browsertrix Cloud itself. - - [Deployment Guide](./develop/deploy) - How to install and deploy Browsertrix Cloud on your local machine, or in the cloud. -- [User Guide](./user-guide) - Instructions and reference for using Browsertrix Cloud. +- [Deployment Guide](./develop/deploy) — How to install and deploy Browsertrix Cloud on your local machine, or in the cloud. +- [Developer Docs](./develop) — Information on developing Browsertrix Cloud itself. +- [User Guide](./user-guide) — Instructions and reference for using Browsertrix Cloud. If you are unfamiliar with Browsertrix Cloud, please check out [our website](https://browsertrix.cloud), or the main repository at [https://github.com/webrecorder/browsertrix-cloud](https://github.com/webrecorder/browsertrix-cloud)