diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..a101686 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,12 @@ +======= +Changes +======= + + +Unreleased +========== + +- Consolidate ``cloud-reference``, ``cloud-howtos``, and ``cloud-tutorials`` +- Adjust links to accompany renaming to ``cloud-docs`` +- Adjust intersphinx references to accompany consolidation into single repository +- Rename top-level directories to `howtos`, `reference`, and `tutorials` \ No newline at end of file diff --git a/README.rst b/README.rst index 7d081e7..6d41ea2 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -================== -CrateDB Cloud Docs -================== +=========================== +CrateDB Cloud Documentation +=========================== |ci| |rtd| |build| @@ -34,16 +34,16 @@ Looking for more help? .. _support channels: https://crate.io/support/ -.. |ci| image:: https://github.com/crate/cloud-reference/actions/workflows/docs.yml/badge.svg +.. |ci| image:: https://github.com/crate/cloud-docs/actions/workflows/docs.yml/badge.svg :alt: CI status :scale: 100% - :target: https://github.com/crate/cloud-reference/actions/workflows/docs.yml + :target: https://github.com/crate/cloud-docs/actions/workflows/docs.yml -.. |rtd| image:: https://readthedocs.org/projects/crate-cloud-reference/badge/?version=latest +.. |rtd| image:: https://readthedocs.org/projects/crate-cloud/badge/?version=latest :alt: Read The Docs status :scale: 100% - :target: https://crate-cloud-reference.readthedocs.io/en/latest/?badge=latest + :target: https://crate-cloud.readthedocs.io/en/latest/?badge=latest -.. |build| image:: https://img.shields.io/endpoint.svg?color=blue&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcrate%2Fcloud-reference%2Fmaster%2Fdocs%2Fbuild.json +.. |build| image:: https://img.shields.io/endpoint.svg?color=blue&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcrate%2Fcloud-docs%2Fmain%2Fdocs%2Fbuild.json :alt: Build version - :target: https://github.com/crate/cloud-reference/blob/master/docs/build.json + :target: https://github.com/crate/cloud-docs/blob/main/docs/build.json diff --git a/docs/conf.py b/docs/conf.py index 50a7fb3..46cfe41 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -from crate.theme.rtd.conf.cloud_reference import * +from crate.theme.rtd.conf.cloud import * linkcheck_ignore = [ "https://eks1.eu-west-1.aws.cratedb.cloud", diff --git a/docs/cloud-howtos/add-users.rst b/docs/howtos/add-users.rst similarity index 94% rename from docs/cloud-howtos/add-users.rst rename to docs/howtos/add-users.rst index b69d0b4..1459145 100644 --- a/docs/cloud-howtos/add-users.rst +++ b/docs/howtos/add-users.rst @@ -6,7 +6,7 @@ Add users This is a quick guide on how to add users to organizations and how to manage their privileges. This information can also be found in the -CrateDB Cloud Console :ref:`Overview ` but is +CrateDB Cloud Console :ref:`Overview ` but is presented here separately for ease of use. .. rubric:: Table of contents @@ -31,7 +31,7 @@ New users can be added to an organization by going to the Users tab in the left-hand menu. To add and manage users of the organization, you must be the organization admin. (For more information on user roles and associated privileges, see our documentation on -:ref:`user roles `.) +:ref:`user roles `.) .. image:: ../_assets/img/users-overview.png :alt: Cloud Console users overview diff --git a/docs/cloud-howtos/connect-to-cluster/cli.rst b/docs/howtos/connect-to-cluster/cli.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/cli.rst rename to docs/howtos/connect-to-cluster/cli.rst diff --git a/docs/cloud-howtos/connect-to-cluster/index.rst b/docs/howtos/connect-to-cluster/index.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/index.rst rename to docs/howtos/connect-to-cluster/index.rst diff --git a/docs/cloud-howtos/connect-to-cluster/java.rst b/docs/howtos/connect-to-cluster/java.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/java.rst rename to docs/howtos/connect-to-cluster/java.rst diff --git a/docs/cloud-howtos/connect-to-cluster/javascript.rst b/docs/howtos/connect-to-cluster/javascript.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/javascript.rst rename to docs/howtos/connect-to-cluster/javascript.rst diff --git a/docs/cloud-howtos/connect-to-cluster/php.rst b/docs/howtos/connect-to-cluster/php.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/php.rst rename to docs/howtos/connect-to-cluster/php.rst diff --git a/docs/cloud-howtos/connect-to-cluster/python.rst b/docs/howtos/connect-to-cluster/python.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/python.rst rename to docs/howtos/connect-to-cluster/python.rst diff --git a/docs/cloud-howtos/connect-to-cluster/ruby.rst b/docs/howtos/connect-to-cluster/ruby.rst similarity index 100% rename from docs/cloud-howtos/connect-to-cluster/ruby.rst rename to docs/howtos/connect-to-cluster/ruby.rst diff --git a/docs/cloud-howtos/create-org.rst b/docs/howtos/create-org.rst similarity index 100% rename from docs/cloud-howtos/create-org.rst rename to docs/howtos/create-org.rst diff --git a/docs/cloud-howtos/delete-cluster.rst b/docs/howtos/delete-cluster.rst similarity index 97% rename from docs/cloud-howtos/delete-cluster.rst rename to docs/howtos/delete-cluster.rst index f763625..76ed209 100644 --- a/docs/cloud-howtos/delete-cluster.rst +++ b/docs/howtos/delete-cluster.rst @@ -10,7 +10,7 @@ Microsoft Azure, the other is for a cluster created through AWS. For Azure, there are in turn two methods: via the CrateDB Cloud Console and through the Azure Portal. Each are outlined in the Azure section. -Although the :ref:`general documentation ` for the +Although the :ref:`general documentation ` for the CrateDB Cloud Console explains how you can delete a cluster specifically within the Console, this tutorial provides a step-by-step guide for *all* methods of deleting a CrateDB Cloud cluster. This is to make the process more @@ -32,7 +32,7 @@ Microsoft Azure =============== If you have followed the steps of our :ref:`tutorial on how to set up a cluster -from scratch via Microsoft Azure `, +from scratch via Microsoft Azure `, you should have one running. If you created your CrateDB Cloud cluster via the Microsoft Azure offering, you have two different ways to delete a cluster once it has been created. The first is through the CrateDB Cloud @@ -49,7 +49,7 @@ The easiest and preferred way to delete a cluster is via the CrateDB Cloud Console. Make sure you are logged in to the Console with a user that has admin access in the organization where your cluster is deployed. For more on what that means, please see our documentation on :ref:`user roles -`. +`. First, you need to select the cluster in question. To do this, we need to access the Clusters page in the left-hand sidebar. There you should see a list diff --git a/docs/cloud-howtos/index.rst b/docs/howtos/index.rst similarity index 79% rename from docs/cloud-howtos/index.rst rename to docs/howtos/index.rst index 6f2fbab..11f8eb8 100644 --- a/docs/cloud-howtos/index.rst +++ b/docs/howtos/index.rst @@ -20,10 +20,10 @@ documentation for :ref:`Croud `, the CLI for CrateDB Cloud. .. NOTE:: This resource assumes you know the basics. If not, check out the - :ref:`tutorials ` section for how to get started. - Additionally, the :ref:`reference ` section contains - a :ref:`glossary ` as well as an - :ref:`overview ` of the CrateDB Cloud Console to + :ref:`tutorials ` section for how to get started. + Additionally, the :ref:`reference ` section contains + a :ref:`glossary ` as well as an + :ref:`overview ` of the CrateDB Cloud Console to give you further information. .. SEEALSO:: @@ -48,4 +48,4 @@ documentation for :ref:`Croud `, the CLI for CrateDB Cloud. private-endpoints -.. _GitHub: https://github.com/crate/cloud-howtos/ +.. _GitHub: https://github.com/crate/cloud-docs/ diff --git a/docs/cloud-howtos/logical-replication.rst b/docs/howtos/logical-replication.rst similarity index 100% rename from docs/cloud-howtos/logical-replication.rst rename to docs/howtos/logical-replication.rst diff --git a/docs/cloud-howtos/private-endpoints.rst b/docs/howtos/private-endpoints.rst similarity index 100% rename from docs/cloud-howtos/private-endpoints.rst rename to docs/howtos/private-endpoints.rst diff --git a/docs/cloud-howtos/reconfigure-cluster.rst b/docs/howtos/reconfigure-cluster.rst similarity index 100% rename from docs/cloud-howtos/reconfigure-cluster.rst rename to docs/howtos/reconfigure-cluster.rst diff --git a/docs/cloud-howtos/snapshot.rst b/docs/howtos/snapshot.rst similarity index 96% rename from docs/cloud-howtos/snapshot.rst rename to docs/howtos/snapshot.rst index 1c25f33..5866cee 100644 --- a/docs/cloud-howtos/snapshot.rst +++ b/docs/howtos/snapshot.rst @@ -11,7 +11,7 @@ CrateDB handles snapshots can be found in the CrateDB documentation about :ref:`snapshots `. You may also want to read our reference on :ref:`the backup page on the -CrateDB Cloud Console `. +CrateDB Cloud Console `. .. rubric:: Table of contents diff --git a/docs/cloud-howtos/suspend-cluster.rst b/docs/howtos/suspend-cluster.rst similarity index 98% rename from docs/cloud-howtos/suspend-cluster.rst rename to docs/howtos/suspend-cluster.rst index 0b24be2..00bd9af 100644 --- a/docs/cloud-howtos/suspend-cluster.rst +++ b/docs/howtos/suspend-cluster.rst @@ -8,7 +8,7 @@ This guide will provide a quick overview of how to suspend your cluster using the CrateDB Cloud Console. For the purposes of this guide, it is assumed that you have a cluster up and running and can access the Console. If not, please refer to the :ref:`tutorial on how to deploy a cluster for the first time -`. +`. .. rubric:: Table of contents diff --git a/docs/cloud-howtos/visualize-data-with-grafana.rst b/docs/howtos/visualize-data-with-grafana.rst similarity index 99% rename from docs/cloud-howtos/visualize-data-with-grafana.rst rename to docs/howtos/visualize-data-with-grafana.rst index a800708..baafec9 100644 --- a/docs/cloud-howtos/visualize-data-with-grafana.rst +++ b/docs/howtos/visualize-data-with-grafana.rst @@ -12,7 +12,7 @@ data in real-time. For the purposes of this guide, it is assumed that you have a cluster up and running and can access the Console. If not, please refer to the :ref:`tutorial on how to deploy a cluster for the first time -`. +`. .. rubric:: Table of contents diff --git a/docs/index.rst b/docs/index.rst index 5667330..5c70ff7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,13 +26,13 @@ in the tutorials below. .. toctree:: :maxdepth: 4 - cloud-reference/index - cloud-tutorials/index - cloud-howtos/index + reference/index + tutorials/index + howtos/index .. _CrateDB Cloud: https://crate.io/products/cratedb-cloud/ .. _CrateDB: https://crate.io/products/cratedb/ .. _Croud CLI: https://crate.io/docs/cloud/cli/en/latest/ .. _GitHub: https://github.com/crate/cloud-docs -.. _How-To Guides: https://crate.io/docs/cloud/howtos/en/latest/ -.. _Reference: https://crate.io/docs/cloud/reference/en/latest/ +.. _How-To Guides: https://crate.io/docs/cloud/en/latest/howtos/ +.. _Reference: https://crate.io/docs/cloud/en/latest/reference/ diff --git a/docs/cloud-reference/api.rst b/docs/reference/api.rst similarity index 100% rename from docs/cloud-reference/api.rst rename to docs/reference/api.rst diff --git a/docs/cloud-reference/billing.rst b/docs/reference/billing.rst similarity index 97% rename from docs/cloud-reference/billing.rst rename to docs/reference/billing.rst index 484aab4..ff11c2b 100644 --- a/docs/cloud-reference/billing.rst +++ b/docs/reference/billing.rst @@ -77,7 +77,7 @@ Invoicing Invoicing is handled variously depending on which deployment method you use. If you deploy your cluster directly via the CrateDB Cloud Console, you will be invoiced at the email address you provided on :ref:`signing up with CrateDB -Cloud `. +Cloud `. If you use one of the marketplace offers, the invoicing is handled by the marketplace provider in question and will be part of your general invoicing for @@ -114,7 +114,7 @@ Payment processing ================== For clusters deployed in the :ref:`regular way -`, using our CrateDB Console cluster +`, using our CrateDB Console cluster deployment route, payment processing is handled by `Stripe`_. For clusters deployed through the `Microsoft Azure Marketplace`_ and the `AWS Marketplace`_, payment is handled by Stripe on behalf of the respective marketplaces. diff --git a/docs/cloud-reference/glossary.rst b/docs/reference/glossary.rst similarity index 100% rename from docs/cloud-reference/glossary.rst rename to docs/reference/glossary.rst diff --git a/docs/cloud-reference/index.rst b/docs/reference/index.rst similarity index 94% rename from docs/cloud-reference/index.rst rename to docs/reference/index.rst index a8e3e9a..e8a0b71 100644 --- a/docs/cloud-reference/index.rst +++ b/docs/reference/index.rst @@ -31,5 +31,5 @@ NoSQL with the power and simplicity of standard SQL. .. _CrateDB Cloud: https://crate.io/products/cratedb-cloud/ .. _CrateDB: https://crate.io/products/cratedb/ -.. _GitHub: https://github.com/crate/cloud-reference/ +.. _GitHub: https://github.com/crate/cloud-docs/ .. _Tutorials: https://crate.io/docs/cloud/tutorials/en/latest/ diff --git a/docs/cloud-reference/overview.rst b/docs/reference/overview.rst similarity index 100% rename from docs/cloud-reference/overview.rst rename to docs/reference/overview.rst diff --git a/docs/cloud-reference/subscription-plans.rst b/docs/reference/subscription-plans.rst similarity index 96% rename from docs/cloud-reference/subscription-plans.rst rename to docs/reference/subscription-plans.rst index f06697b..ddb48b6 100644 --- a/docs/cloud-reference/subscription-plans.rst +++ b/docs/reference/subscription-plans.rst @@ -65,7 +65,7 @@ This plan is aimed at new users who want to test and evaluate CrateDB Cloud and is perpetually free to use. Every user can deploy one free tier cluster in their organization without adding a payment method. This plan also doesn't consume any -:ref:`Free Credit ` that you may have +:ref:`Free Credit ` that you may have available. They are limited to one node with 2 CPUs, 2 GiB of memory, and 4 GiB of storage. @@ -122,9 +122,8 @@ scaling up/down: - Usage is billed based on consumption - Billing is done in $0.001 increments for the compute + storage usage -For details visit :ref:`Azure -`, or :ref:`AWS -` marketplace deployment tutorials. +For details visit :ref:`Azure `, or :ref:`AWS +` marketplace deployment tutorials. .. _subscription-plans-contracts: diff --git a/docs/cloud-reference/user-roles.rst b/docs/reference/user-roles.rst similarity index 96% rename from docs/cloud-reference/user-roles.rst rename to docs/reference/user-roles.rst index 16dcd15..bfc30d9 100644 --- a/docs/cloud-reference/user-roles.rst +++ b/docs/reference/user-roles.rst @@ -95,8 +95,8 @@ Regular database user Next to the ``crate`` user there is the regular database user, created as part of the CrateDB Cloud cluster deployment wizard when deploying a cluster -through :ref:`AWS ` or -:ref:`Azure `. +through :ref:`AWS ` or +:ref:`Azure `. Because the regular database user has `AL privileges`_, there are certain operations that they cannot perform. As of CrateDB 4.2.1, the list of such diff --git a/docs/requirements.txt b/docs/requirements.txt index ced14fe..ab5f070 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -crate-docs-theme +git+https://github.com/crate/crate-docs-theme@amo/adjust-leftnav +# crate-docs-theme diff --git a/docs/cloud-tutorials/cluster-deployment/croud.rst b/docs/tutorials/cluster-deployment/croud.rst similarity index 100% rename from docs/cloud-tutorials/cluster-deployment/croud.rst rename to docs/tutorials/cluster-deployment/croud.rst diff --git a/docs/cloud-tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-aws/subscribe-aws.rst b/docs/tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-aws/subscribe-aws.rst similarity index 100% rename from docs/cloud-tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-aws/subscribe-aws.rst rename to docs/tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-aws/subscribe-aws.rst diff --git a/docs/cloud-tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-azure/subscribe-azure.rst b/docs/tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-azure/subscribe-azure.rst similarity index 100% rename from docs/cloud-tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-azure/subscribe-azure.rst rename to docs/tutorials/cluster-deployment/deploy-to-cluster-marketplace/deploy-to-cluster-azure/subscribe-azure.rst diff --git a/docs/cloud-tutorials/cluster-deployment/deploy-to-cluster-marketplace/index.rst b/docs/tutorials/cluster-deployment/deploy-to-cluster-marketplace/index.rst similarity index 100% rename from docs/cloud-tutorials/cluster-deployment/deploy-to-cluster-marketplace/index.rst rename to docs/tutorials/cluster-deployment/deploy-to-cluster-marketplace/index.rst diff --git a/docs/cloud-tutorials/cluster-deployment/index.rst b/docs/tutorials/cluster-deployment/index.rst similarity index 100% rename from docs/cloud-tutorials/cluster-deployment/index.rst rename to docs/tutorials/cluster-deployment/index.rst diff --git a/docs/cloud-tutorials/cluster-deployment/stripe.rst b/docs/tutorials/cluster-deployment/stripe.rst similarity index 100% rename from docs/cloud-tutorials/cluster-deployment/stripe.rst rename to docs/tutorials/cluster-deployment/stripe.rst diff --git a/docs/cloud-tutorials/edge/custom-backup.rst b/docs/tutorials/edge/custom-backup.rst similarity index 100% rename from docs/cloud-tutorials/edge/custom-backup.rst rename to docs/tutorials/edge/custom-backup.rst diff --git a/docs/cloud-tutorials/edge/index.rst b/docs/tutorials/edge/index.rst similarity index 100% rename from docs/cloud-tutorials/edge/index.rst rename to docs/tutorials/edge/index.rst diff --git a/docs/cloud-tutorials/edge/introduction.rst b/docs/tutorials/edge/introduction.rst similarity index 100% rename from docs/cloud-tutorials/edge/introduction.rst rename to docs/tutorials/edge/introduction.rst diff --git a/docs/cloud-tutorials/edge/managed-kubernetes.rst b/docs/tutorials/edge/managed-kubernetes.rst similarity index 100% rename from docs/cloud-tutorials/edge/managed-kubernetes.rst rename to docs/tutorials/edge/managed-kubernetes.rst diff --git a/docs/cloud-tutorials/edge/monitoring.rst b/docs/tutorials/edge/monitoring.rst similarity index 96% rename from docs/cloud-tutorials/edge/monitoring.rst rename to docs/tutorials/edge/monitoring.rst index d1bac09..c92db25 100644 --- a/docs/cloud-tutorials/edge/monitoring.rst +++ b/docs/tutorials/edge/monitoring.rst @@ -241,9 +241,9 @@ If this looks interesting to you, go to `Cloud Console`_ and give it a try! .. _and Prometheus: https://grafana.com/docs/grafana/latest/datasources/prometheus/ .. _Cloud Console: https://console.cratedb.cloud/?utm_campaign=2022-Q3-WS-Developer-Motion&utm_source=docs -.. _Cluster performance dashboard: https://raw.githubusercontent.com/crate/cloud-tutorials/master/docs/_extra/cratedb-edge-cluster-dashboard.json +.. _Cluster performance dashboard: https://github.com/crate/cloud-docs/raw/main/docs/_extra/cratedb-edge-cluster-dashboard.json .. _for Loki: https://grafana.com/docs/loki/latest/ .. _Grafana: https://grafana.com/ .. _Loki: https://grafana.com/oss/loki/ -.. _Logs monitoring dashboard: https://raw.githubusercontent.com/crate/cloud-tutorials/master/docs/_extra/cratedb-edge-logs-dashboard.json +.. _Logs monitoring dashboard: https://github.com/crate/cloud-docs/raw/main/docs/_extra/cratedb-edge-logs-dashboard.json .. _Prometheus: https://grafana.com/oss/prometheus/ diff --git a/docs/cloud-tutorials/edge/self-hosted-edge.rst b/docs/tutorials/edge/self-hosted-edge.rst similarity index 98% rename from docs/cloud-tutorials/edge/self-hosted-edge.rst rename to docs/tutorials/edge/self-hosted-edge.rst index cd090e3..580fb02 100644 --- a/docs/cloud-tutorials/edge/self-hosted-edge.rst +++ b/docs/tutorials/edge/self-hosted-edge.rst @@ -126,7 +126,7 @@ install. The ```` in question is the token you receive from the CrateDB Console Edge region field in the Regions tab of the Organization Overview. For more information on this section of the CrateDB Console, refer to our :ref:`CrateDB -Cloud Console overview `. +Cloud Console overview `. With this, you should be ready to use CrateDB Edge via Microk8s. @@ -246,7 +246,7 @@ install. The ```` in question is the token you receive from the CrateDB Console Edge region field in the Regions tab of the Organization Overview. For more information on this section of the CrateDB Console, refer to our :ref:`CrateDB -Cloud Console overview `. +Cloud Console overview `. With this, you should be ready to use CrateDB Edge via K3S. diff --git a/docs/cloud-tutorials/index.rst b/docs/tutorials/index.rst similarity index 96% rename from docs/cloud-tutorials/index.rst rename to docs/tutorials/index.rst index 20cd0f8..cd03910 100644 --- a/docs/cloud-tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -42,6 +42,6 @@ in the tutorials below. .. _CrateDB Cloud: https://crate.io/products/cratedb-cloud/ .. _CrateDB: https://crate.io/products/cratedb/ .. _Croud CLI: https://crate.io/docs/cloud/cli/en/latest/ -.. _GitHub: https://github.com/crate/cloud-tutorials +.. _GitHub: https://github.com/crate/cloud-docs .. _How-To Guides: https://crate.io/docs/cloud/howtos/en/latest/ .. _Reference: https://crate.io/docs/cloud/reference/en/latest/ diff --git a/docs/cloud-tutorials/integrations/index.rst b/docs/tutorials/integrations/index.rst similarity index 100% rename from docs/cloud-tutorials/integrations/index.rst rename to docs/tutorials/integrations/index.rst diff --git a/docs/cloud-tutorials/integrations/metabase.rst b/docs/tutorials/integrations/metabase.rst similarity index 100% rename from docs/cloud-tutorials/integrations/metabase.rst rename to docs/tutorials/integrations/metabase.rst diff --git a/docs/cloud-tutorials/promotions/free-trial-budget.rst b/docs/tutorials/promotions/free-trial-budget.rst similarity index 98% rename from docs/cloud-tutorials/promotions/free-trial-budget.rst rename to docs/tutorials/promotions/free-trial-budget.rst index 40e2a6e..607e766 100644 --- a/docs/cloud-tutorials/promotions/free-trial-budget.rst +++ b/docs/tutorials/promotions/free-trial-budget.rst @@ -28,7 +28,7 @@ Create an organization To get the credit, simply create an organization. For the detailed instructions, see :ref:`Create a new organization how-to -`. +`. Enter the desired name for the organization in the field and click *Create organization*. Once this is done, you will be returned to the Clusters diff --git a/docs/cloud-tutorials/sign-up.rst b/docs/tutorials/sign-up.rst similarity index 100% rename from docs/cloud-tutorials/sign-up.rst rename to docs/tutorials/sign-up.rst