Skip to content

Commit

Permalink
Adjust more intersphinx references and links after renaming directories
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 27, 2023
1 parent b86e1cf commit 8432953
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/howtos/add-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cloud-reference:overview>` but is
CrateDB Cloud Console :ref:`Overview <overview>` but is
presented here separately for ease of use.

.. rubric:: Table of contents
Expand All @@ -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 <cloud-reference:user-roles>`.)
:ref:`user roles <user-roles>`.)

.. image:: ../_assets/img/users-overview.png
:alt: Cloud Console users overview
Expand Down
6 changes: 3 additions & 3 deletions docs/howtos/delete-cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cloud-reference:overview>` for the
Although the :ref:`general documentation <overview>` 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
Expand All @@ -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 <cloud-tutorials:signup-azure-to-cluster>`,
from scratch via Microsoft Azure <signup-azure-to-cluster>`,
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
Expand All @@ -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
<cloud-reference:user-roles>`.
<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
Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/suspend-cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<cloud-tutorials:cluster-deployment>`.
<cluster-deployment>`.

.. rubric:: Table of contents

Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/en/latest/cloud-howtos/
.. _Reference: https://crate.io/docs/cloud/en/latest/cloud-reference/
.. _How-To Guides: https://crate.io/docs/cloud/en/latest/howtos/
.. _Reference: https://crate.io/docs/cloud/en/latest/reference/
2 changes: 1 addition & 1 deletion docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions docs/tutorials/edge/self-hosted-edge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ install.
The ``<token>`` 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-reference:overview-org-regions>`.
Cloud Console overview <overview-org-regions>`.

With this, you should be ready to use CrateDB Edge via Microk8s.

Expand Down Expand Up @@ -246,7 +246,7 @@ install.
The ``<token>`` 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-reference:overview-org-regions>`.
Cloud Console overview <overview-org-regions>`.

With this, you should be ready to use CrateDB Edge via K3S.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 8432953

Please sign in to comment.