diff --git a/README.md b/README.md index 15f9dc6d13..9b7d0bdec8 100644 --- a/README.md +++ b/README.md @@ -578,7 +578,7 @@ For external links, use standard Markdown. Clicking these links automatically opens them in a new tab: ```markdown -[ArangoGraph Insights Platform](https://cloud.arangodb.com) +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud) ``` For internal links, use relative paths to the Markdown files. Always link to diff --git a/site/content/3.10/about-arangodb/features/_index.md b/site/content/3.10/about-arangodb/features/_index.md index 6704ed1d28..f96c5039a2 100644 --- a/site/content/3.10/about-arangodb/features/_index.md +++ b/site/content/3.10/about-arangodb/features/_index.md @@ -88,4 +88,4 @@ If you do not want to operate your own ArangoDB instances on-premises, then you may use our fully managed multi-cloud **ArangoGraph Insights Platform**. It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a few clicks, and is operated by a dedicated team of ArangoDB engineers day and -night. To learn more, go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +night. To learn more, go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). diff --git a/site/content/3.10/about-arangodb/features/community-edition.md b/site/content/3.10/about-arangodb/features/community-edition.md index 53556f9fa8..ed534dd77e 100644 --- a/site/content/3.10/about-arangodb/features/community-edition.md +++ b/site/content/3.10/about-arangodb/features/community-edition.md @@ -49,7 +49,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/) or modified, using an AQL expression. - [**Multiple Environments**](../../operations/installation/_index.md#supported-platforms-and-architectures): - Use ArangoDB as a [managed service](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), + Use ArangoDB as a [managed service](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), in your own cloud, or on-premises. Develop and test with ArangoDB on Linux, macOS, and Windows, and run it in production on Linux. ArangoDB is available for 64-bit ARM chips on macOS and diff --git a/site/content/3.10/arangograph/_index.md b/site/content/3.10/arangograph/_index.md index dc12a07a47..1f64673718 100644 --- a/site/content/3.10/arangograph/_index.md +++ b/site/content/3.10/arangograph/_index.md @@ -7,7 +7,7 @@ description: >- ArangoDB as a service, without the need to run or manage databases yourself archetype: chapter --- -The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), formerly called Oasis, provides ArangoDB databases as a Service (DBaaS). It enables you to use the entire functionality of an ArangoDB cluster deployment without the need to run or manage the system yourself. @@ -31,7 +31,7 @@ The ArangoGraph Insights Platform... access to it is protected with industry standard safeguards. For more information see -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) For quick start guide, see [Use ArangoDB in the Cloud](../get-started/set-up-a-cloud-instance.md). diff --git a/site/content/3.10/arangograph/api/_index.md b/site/content/3.10/arangograph/api/_index.md index 4e8fbc7d6f..f6f696183e 100644 --- a/site/content/3.10/arangograph/api/_index.md +++ b/site/content/3.10/arangograph/api/_index.md @@ -8,7 +8,7 @@ archetype: chapter aliases: - arangograph-api --- -The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), comes with its own API. This API enables you to control all resources inside ArangoGraph in a scriptable manner. Typical use cases are spinning up ArangoGraph deployments during continuous integration and infrastructure as code. diff --git a/site/content/3.10/arangograph/api/get-started.md b/site/content/3.10/arangograph/api/get-started.md index b23fb9cd89..007ba9cfbd 100644 --- a/site/content/3.10/arangograph/api/get-started.md +++ b/site/content/3.10/arangograph/api/get-started.md @@ -38,7 +38,7 @@ is to **assume they are all case sensitive**, when being used with Oasisctl. The first step to using the ArangoGraph API is to generate an API key. To generate a key you will need to be signed into your account at -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). Once you are signed in, hover over the profile icon in the top right corner.  diff --git a/site/content/3.10/arangograph/api/set-up-a-connection.md b/site/content/3.10/arangograph/api/set-up-a-connection.md index d76d09c340..12aad116ac 100644 --- a/site/content/3.10/arangograph/api/set-up-a-connection.md +++ b/site/content/3.10/arangograph/api/set-up-a-connection.md @@ -16,11 +16,11 @@ all examples can be easily translated to many different languages. ## Prerequisites -Make sure that you have already [signed up for ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +Make sure that you have already [signed up for ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ## Creating an API key -1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login. +1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login. 2. Click the user icon in the top-right of the dashboard. 3. Select __My API keys__ 4. Click __New API key__ diff --git a/site/content/3.10/arangograph/migrate-to-the-cloud.md b/site/content/3.10/arangograph/migrate-to-the-cloud.md index 266f5ebfc1..abc11f776b 100644 --- a/site/content/3.10/arangograph/migrate-to-the-cloud.md +++ b/site/content/3.10/arangograph/migrate-to-the-cloud.md @@ -46,7 +46,7 @@ chmod 755 ./arangosync-migration Before getting started, make sure the following prerequisites are in place: -- Go to the [ArangoGraph Insights Platform](https://cloud.arangodb.com/home) +- Go to the [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home) and sign in. If you don’t have an account yet, sign-up to create one. - Generate an ArangoGraph API key and API secret. See a detailed guide on diff --git a/site/content/3.10/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md b/site/content/3.10/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md index becb64fbd1..4727df24bd 100644 --- a/site/content/3.10/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md +++ b/site/content/3.10/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md @@ -57,7 +57,7 @@ supports the SCIM provisioning feature. 3. Navigate to the **Provisioning** tab. The SCIM connection settings are displayed under **Settings > Integration**. 4. Fill in the following fields: - - For **SCIM connector base URL**, use `https://cloud.arangodb.com/api/scim/v1` + - For **SCIM connector base URL**, use `https://dashboard.arangodb.cloud/api/scim/v1` - For **Unique identifier field for users**, use `userName` 5. For **Supported provisioning actions**, enable the following: - **Import New Users and Profile Updates** diff --git a/site/content/3.10/data-science/_index.md b/site/content/3.10/data-science/_index.md index 40a7026ded..e0b963280d 100644 --- a/site/content/3.10/data-science/_index.md +++ b/site/content/3.10/data-science/_index.md @@ -125,7 +125,7 @@ your running database from the **Examples** tab of your deployment. {{< tip >}} You can try out the ArangoGraph Insights Platform free of charge for 14 days. -Sign up at [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +Sign up at [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). {{< /tip >}} The ArangoFlix demo uses five different recommendation methods: diff --git a/site/content/3.10/data-science/arangograph-notebooks.md b/site/content/3.10/data-science/arangograph-notebooks.md index ac52d5a185..2f25566dfd 100644 --- a/site/content/3.10/data-science/arangograph-notebooks.md +++ b/site/content/3.10/data-science/arangograph-notebooks.md @@ -14,7 +14,7 @@ with the ArangoDB team. {{< /tip >}} The ArangoGraph Notebook is a JupyterLab notebook embedded in the -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). The notebook integrates seamlessly with the platform, automatically connecting to ArangoGraph services and ArangoDB. This makes it much easier to leverage these resources without having diff --git a/site/content/3.10/data-science/graphml/_index.md b/site/content/3.10/data-science/graphml/_index.md index 33b4b75c65..3a5e0bdda8 100644 --- a/site/content/3.10/data-science/graphml/_index.md +++ b/site/content/3.10/data-science/graphml/_index.md @@ -54,7 +54,7 @@ to the database for application use. ArangoGraphML provides enterprise-ready graph-powered machine learning as a cloud service via Jupyter Notebooks that run on the -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ArangoGraphML uses GraphML techniques that focus on solving different problems and, at the same time, provides actionable insights leveraging ArangoDB's graph diff --git a/site/content/3.10/deploy/_index.md b/site/content/3.10/deploy/_index.md index d8041ab8eb..50bef4946d 100644 --- a/site/content/3.10/deploy/_index.md +++ b/site/content/3.10/deploy/_index.md @@ -37,7 +37,7 @@ If the leader fails, then a follower takes over seamlessly. operations and analytics, allowing you to scale elastically with your applications and data models. ArangoDB's synchronously-replicating cluster technology runs on premises, on Kubernetes, and in the cloud on -[ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service. +[ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service. Clustering ArangoDB not only delivers better performance and capacity improvements, but it also provides resilience through replication and automatic failover. @@ -79,7 +79,7 @@ There are different ways to set up and operate ArangoDB. ArangoDB Kubernetes Operator (`kube-arangodb`). The fastest way to get ArangoDB up and running is to run it in the cloud - the -[ArangoGraph Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed +[ArangoGraph Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed cloud service, available on AWS, Microsoft Azure, and Google Cloud Platform. ### Manual Deployment @@ -137,7 +137,7 @@ If you want a specific version, download the precompiled executable via the ### Run in the cloud - [AWS and Azure](in-the-cloud.md) -- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), fully managed, available on AWS, Azure & GCP ### Run in Kubernetes diff --git a/site/content/3.10/deploy/cluster/_index.md b/site/content/3.10/deploy/cluster/_index.md index f0ccfc80cd..515d856ba7 100644 --- a/site/content/3.10/deploy/cluster/_index.md +++ b/site/content/3.10/deploy/cluster/_index.md @@ -386,7 +386,7 @@ See the [Cluster Deployment](deployment/_index.md) chapter for instructions. ArangoDB is also available as a cloud service, the -[**ArangoGraph Insights Platform**](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[**ArangoGraph Insights Platform**](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ## Cluster ID diff --git a/site/content/3.10/deploy/cluster/deployment/_index.md b/site/content/3.10/deploy/cluster/deployment/_index.md index 904ef5b694..c39fea9dd6 100644 --- a/site/content/3.10/deploy/cluster/deployment/_index.md +++ b/site/content/3.10/deploy/cluster/deployment/_index.md @@ -10,7 +10,7 @@ You can deploy an ArangoDB cluster in different ways: - [Using the ArangoDB Starter](using-the-arangodb-starter.md) - [Manual Start](manual-start.md) - [Kubernetes](../../kubernetes.md) -- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), fully managed, available on AWS, Azure & GCP ## Preliminary Information For Debian/Ubuntu Systems diff --git a/site/content/3.10/get-started/set-up-a-cloud-instance.md b/site/content/3.10/get-started/set-up-a-cloud-instance.md index 9cf788cb44..6d1e82fb90 100644 --- a/site/content/3.10/get-started/set-up-a-cloud-instance.md +++ b/site/content/3.10/get-started/set-up-a-cloud-instance.md @@ -8,7 +8,7 @@ description: >- archetype: default --- For general information about the ArangoGraph Insights Platform, see -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). For guides and reference documentation, see the [ArangoGraph](../arangograph/_index.md) documentation. @@ -30,7 +30,7 @@ used for multiple accounts. ## How to Create a New Account -1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). 2. Click the __Start Free__ button or click the __Sign Up__ link in the top right corner. @@ -60,7 +60,7 @@ used for multiple accounts. name, and then press the __Save__ button. 9. An organization with a default project is now prepared for you. Once that is completed, you are redirected to the - [ArangoGraph dashboard](https://cloud.arangodb.com/dashboard). + [ArangoGraph dashboard](https://dashboard.arangodb.cloud). ## Get a Deployment up and Running diff --git a/site/content/3.10/operations/installation/_index.md b/site/content/3.10/operations/installation/_index.md index 7d94e6e020..810a940625 100644 --- a/site/content/3.10/operations/installation/_index.md +++ b/site/content/3.10/operations/installation/_index.md @@ -40,7 +40,7 @@ ArangoDB requires systems with Little Endian byte order. {{< /info >}} {{< tip >}} -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) is a fully-managed service and requires no installation. It's the easiest way to run ArangoDB in the cloud. {{< /tip >}} diff --git a/site/content/3.11/about-arangodb/features/_index.md b/site/content/3.11/about-arangodb/features/_index.md index 6704ed1d28..2f4c0f7616 100644 --- a/site/content/3.11/about-arangodb/features/_index.md +++ b/site/content/3.11/about-arangodb/features/_index.md @@ -88,4 +88,4 @@ If you do not want to operate your own ArangoDB instances on-premises, then you may use our fully managed multi-cloud **ArangoGraph Insights Platform**. It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a few clicks, and is operated by a dedicated team of ArangoDB engineers day and -night. To learn more, go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +night. To learn more, go to [https://dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). diff --git a/site/content/3.11/about-arangodb/features/community-edition.md b/site/content/3.11/about-arangodb/features/community-edition.md index 80fd37ed40..e46761ac2b 100644 --- a/site/content/3.11/about-arangodb/features/community-edition.md +++ b/site/content/3.11/about-arangodb/features/community-edition.md @@ -49,7 +49,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/) or modified, using an AQL expression. - [**Multiple Environments**](../../operations/installation/_index.md#supported-platforms-and-architectures): - Use ArangoDB as a [managed service](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), + Use ArangoDB as a [managed service](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), in your own cloud, or on-premises. Develop and test with ArangoDB on Linux, macOS, and Windows, and run it in production on Linux. ArangoDB is available for 64-bit ARM chips on macOS and diff --git a/site/content/3.11/arangograph/_index.md b/site/content/3.11/arangograph/_index.md index dc12a07a47..1f64673718 100644 --- a/site/content/3.11/arangograph/_index.md +++ b/site/content/3.11/arangograph/_index.md @@ -7,7 +7,7 @@ description: >- ArangoDB as a service, without the need to run or manage databases yourself archetype: chapter --- -The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), formerly called Oasis, provides ArangoDB databases as a Service (DBaaS). It enables you to use the entire functionality of an ArangoDB cluster deployment without the need to run or manage the system yourself. @@ -31,7 +31,7 @@ The ArangoGraph Insights Platform... access to it is protected with industry standard safeguards. For more information see -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) For quick start guide, see [Use ArangoDB in the Cloud](../get-started/set-up-a-cloud-instance.md). diff --git a/site/content/3.11/arangograph/api/_index.md b/site/content/3.11/arangograph/api/_index.md index 4e8fbc7d6f..f6f696183e 100644 --- a/site/content/3.11/arangograph/api/_index.md +++ b/site/content/3.11/arangograph/api/_index.md @@ -8,7 +8,7 @@ archetype: chapter aliases: - arangograph-api --- -The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), comes with its own API. This API enables you to control all resources inside ArangoGraph in a scriptable manner. Typical use cases are spinning up ArangoGraph deployments during continuous integration and infrastructure as code. diff --git a/site/content/3.11/arangograph/api/get-started.md b/site/content/3.11/arangograph/api/get-started.md index b23fb9cd89..007ba9cfbd 100644 --- a/site/content/3.11/arangograph/api/get-started.md +++ b/site/content/3.11/arangograph/api/get-started.md @@ -38,7 +38,7 @@ is to **assume they are all case sensitive**, when being used with Oasisctl. The first step to using the ArangoGraph API is to generate an API key. To generate a key you will need to be signed into your account at -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). Once you are signed in, hover over the profile icon in the top right corner.  diff --git a/site/content/3.11/arangograph/api/set-up-a-connection.md b/site/content/3.11/arangograph/api/set-up-a-connection.md index d76d09c340..12aad116ac 100644 --- a/site/content/3.11/arangograph/api/set-up-a-connection.md +++ b/site/content/3.11/arangograph/api/set-up-a-connection.md @@ -16,11 +16,11 @@ all examples can be easily translated to many different languages. ## Prerequisites -Make sure that you have already [signed up for ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +Make sure that you have already [signed up for ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ## Creating an API key -1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login. +1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login. 2. Click the user icon in the top-right of the dashboard. 3. Select __My API keys__ 4. Click __New API key__ diff --git a/site/content/3.11/arangograph/migrate-to-the-cloud.md b/site/content/3.11/arangograph/migrate-to-the-cloud.md index 266f5ebfc1..abc11f776b 100644 --- a/site/content/3.11/arangograph/migrate-to-the-cloud.md +++ b/site/content/3.11/arangograph/migrate-to-the-cloud.md @@ -46,7 +46,7 @@ chmod 755 ./arangosync-migration Before getting started, make sure the following prerequisites are in place: -- Go to the [ArangoGraph Insights Platform](https://cloud.arangodb.com/home) +- Go to the [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home) and sign in. If you don’t have an account yet, sign-up to create one. - Generate an ArangoGraph API key and API secret. See a detailed guide on diff --git a/site/content/3.11/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md b/site/content/3.11/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md index becb64fbd1..4727df24bd 100644 --- a/site/content/3.11/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md +++ b/site/content/3.11/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md @@ -57,7 +57,7 @@ supports the SCIM provisioning feature. 3. Navigate to the **Provisioning** tab. The SCIM connection settings are displayed under **Settings > Integration**. 4. Fill in the following fields: - - For **SCIM connector base URL**, use `https://cloud.arangodb.com/api/scim/v1` + - For **SCIM connector base URL**, use `https://dashboard.arangodb.cloud/api/scim/v1` - For **Unique identifier field for users**, use `userName` 5. For **Supported provisioning actions**, enable the following: - **Import New Users and Profile Updates** diff --git a/site/content/3.11/data-science/_index.md b/site/content/3.11/data-science/_index.md index 40a7026ded..e0b963280d 100644 --- a/site/content/3.11/data-science/_index.md +++ b/site/content/3.11/data-science/_index.md @@ -125,7 +125,7 @@ your running database from the **Examples** tab of your deployment. {{< tip >}} You can try out the ArangoGraph Insights Platform free of charge for 14 days. -Sign up at [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +Sign up at [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). {{< /tip >}} The ArangoFlix demo uses five different recommendation methods: diff --git a/site/content/3.11/data-science/arangograph-notebooks.md b/site/content/3.11/data-science/arangograph-notebooks.md index ac52d5a185..2f25566dfd 100644 --- a/site/content/3.11/data-science/arangograph-notebooks.md +++ b/site/content/3.11/data-science/arangograph-notebooks.md @@ -14,7 +14,7 @@ with the ArangoDB team. {{< /tip >}} The ArangoGraph Notebook is a JupyterLab notebook embedded in the -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). The notebook integrates seamlessly with the platform, automatically connecting to ArangoGraph services and ArangoDB. This makes it much easier to leverage these resources without having diff --git a/site/content/3.11/data-science/graphml/_index.md b/site/content/3.11/data-science/graphml/_index.md index 33b4b75c65..3a5e0bdda8 100644 --- a/site/content/3.11/data-science/graphml/_index.md +++ b/site/content/3.11/data-science/graphml/_index.md @@ -54,7 +54,7 @@ to the database for application use. ArangoGraphML provides enterprise-ready graph-powered machine learning as a cloud service via Jupyter Notebooks that run on the -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ArangoGraphML uses GraphML techniques that focus on solving different problems and, at the same time, provides actionable insights leveraging ArangoDB's graph diff --git a/site/content/3.11/deploy/_index.md b/site/content/3.11/deploy/_index.md index d8041ab8eb..50bef4946d 100644 --- a/site/content/3.11/deploy/_index.md +++ b/site/content/3.11/deploy/_index.md @@ -37,7 +37,7 @@ If the leader fails, then a follower takes over seamlessly. operations and analytics, allowing you to scale elastically with your applications and data models. ArangoDB's synchronously-replicating cluster technology runs on premises, on Kubernetes, and in the cloud on -[ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service. +[ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service. Clustering ArangoDB not only delivers better performance and capacity improvements, but it also provides resilience through replication and automatic failover. @@ -79,7 +79,7 @@ There are different ways to set up and operate ArangoDB. ArangoDB Kubernetes Operator (`kube-arangodb`). The fastest way to get ArangoDB up and running is to run it in the cloud - the -[ArangoGraph Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed +[ArangoGraph Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed cloud service, available on AWS, Microsoft Azure, and Google Cloud Platform. ### Manual Deployment @@ -137,7 +137,7 @@ If you want a specific version, download the precompiled executable via the ### Run in the cloud - [AWS and Azure](in-the-cloud.md) -- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), fully managed, available on AWS, Azure & GCP ### Run in Kubernetes diff --git a/site/content/3.11/deploy/cluster/_index.md b/site/content/3.11/deploy/cluster/_index.md index f0ccfc80cd..515d856ba7 100644 --- a/site/content/3.11/deploy/cluster/_index.md +++ b/site/content/3.11/deploy/cluster/_index.md @@ -386,7 +386,7 @@ See the [Cluster Deployment](deployment/_index.md) chapter for instructions. ArangoDB is also available as a cloud service, the -[**ArangoGraph Insights Platform**](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[**ArangoGraph Insights Platform**](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ## Cluster ID diff --git a/site/content/3.11/deploy/cluster/deployment/_index.md b/site/content/3.11/deploy/cluster/deployment/_index.md index 904ef5b694..c39fea9dd6 100644 --- a/site/content/3.11/deploy/cluster/deployment/_index.md +++ b/site/content/3.11/deploy/cluster/deployment/_index.md @@ -10,7 +10,7 @@ You can deploy an ArangoDB cluster in different ways: - [Using the ArangoDB Starter](using-the-arangodb-starter.md) - [Manual Start](manual-start.md) - [Kubernetes](../../kubernetes.md) -- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), fully managed, available on AWS, Azure & GCP ## Preliminary Information For Debian/Ubuntu Systems diff --git a/site/content/3.11/get-started/set-up-a-cloud-instance.md b/site/content/3.11/get-started/set-up-a-cloud-instance.md index 9cf788cb44..fec861a981 100644 --- a/site/content/3.11/get-started/set-up-a-cloud-instance.md +++ b/site/content/3.11/get-started/set-up-a-cloud-instance.md @@ -8,7 +8,7 @@ description: >- archetype: default --- For general information about the ArangoGraph Insights Platform, see -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). For guides and reference documentation, see the [ArangoGraph](../arangograph/_index.md) documentation. @@ -30,7 +30,7 @@ used for multiple accounts. ## How to Create a New Account -1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). 2. Click the __Start Free__ button or click the __Sign Up__ link in the top right corner. @@ -60,7 +60,7 @@ used for multiple accounts. name, and then press the __Save__ button. 9. An organization with a default project is now prepared for you. Once that is completed, you are redirected to the - [ArangoGraph dashboard](https://cloud.arangodb.com/dashboard). + [ArangoGraph dashboard](https://dashboard.arangodb.cloud/). ## Get a Deployment up and Running diff --git a/site/content/3.11/operations/installation/_index.md b/site/content/3.11/operations/installation/_index.md index 76cfff8a4e..42554e2e7e 100644 --- a/site/content/3.11/operations/installation/_index.md +++ b/site/content/3.11/operations/installation/_index.md @@ -40,7 +40,7 @@ ArangoDB requires systems with Little Endian byte order. {{< /info >}} {{< tip >}} -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) is a fully-managed service and requires no installation. It's the easiest way to run ArangoDB in the cloud. {{< /tip >}} diff --git a/site/content/3.12/about-arangodb/features/_index.md b/site/content/3.12/about-arangodb/features/_index.md index 02d313fb29..e48969e5d2 100644 --- a/site/content/3.12/about-arangodb/features/_index.md +++ b/site/content/3.12/about-arangodb/features/_index.md @@ -86,4 +86,4 @@ If you do not want to operate your own ArangoDB instances on-premises, then you may use our fully managed multi-cloud **ArangoGraph Insights Platform**. It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a few clicks, and is operated by a dedicated team of ArangoDB engineers day and -night. To learn more, go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +night. To learn more, go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). diff --git a/site/content/3.12/about-arangodb/features/community-edition.md b/site/content/3.12/about-arangodb/features/community-edition.md index 99da7d5080..1f8e6dd2ab 100644 --- a/site/content/3.12/about-arangodb/features/community-edition.md +++ b/site/content/3.12/about-arangodb/features/community-edition.md @@ -49,7 +49,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/) or modified, using an AQL expression. - [**Multiple Environments**](../../operations/installation/_index.md#supported-platforms-and-architectures): - Use ArangoDB as a [managed service](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), + Use ArangoDB as a [managed service](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), in your own cloud, or on-premises. Develop and test with ArangoDB on Linux, macOS, and Windows, and run it in production on Linux. ArangoDB is available for 64-bit ARM chips on macOS and diff --git a/site/content/3.12/arangograph/_index.md b/site/content/3.12/arangograph/_index.md index dc12a07a47..1f64673718 100644 --- a/site/content/3.12/arangograph/_index.md +++ b/site/content/3.12/arangograph/_index.md @@ -7,7 +7,7 @@ description: >- ArangoDB as a service, without the need to run or manage databases yourself archetype: chapter --- -The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), formerly called Oasis, provides ArangoDB databases as a Service (DBaaS). It enables you to use the entire functionality of an ArangoDB cluster deployment without the need to run or manage the system yourself. @@ -31,7 +31,7 @@ The ArangoGraph Insights Platform... access to it is protected with industry standard safeguards. For more information see -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) For quick start guide, see [Use ArangoDB in the Cloud](../get-started/set-up-a-cloud-instance.md). diff --git a/site/content/3.12/arangograph/api/_index.md b/site/content/3.12/arangograph/api/_index.md index 4e8fbc7d6f..f6f696183e 100644 --- a/site/content/3.12/arangograph/api/_index.md +++ b/site/content/3.12/arangograph/api/_index.md @@ -8,7 +8,7 @@ archetype: chapter aliases: - arangograph-api --- -The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), comes with its own API. This API enables you to control all resources inside ArangoGraph in a scriptable manner. Typical use cases are spinning up ArangoGraph deployments during continuous integration and infrastructure as code. diff --git a/site/content/3.12/arangograph/api/get-started.md b/site/content/3.12/arangograph/api/get-started.md index b23fb9cd89..007ba9cfbd 100644 --- a/site/content/3.12/arangograph/api/get-started.md +++ b/site/content/3.12/arangograph/api/get-started.md @@ -38,7 +38,7 @@ is to **assume they are all case sensitive**, when being used with Oasisctl. The first step to using the ArangoGraph API is to generate an API key. To generate a key you will need to be signed into your account at -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). Once you are signed in, hover over the profile icon in the top right corner.  diff --git a/site/content/3.12/arangograph/api/set-up-a-connection.md b/site/content/3.12/arangograph/api/set-up-a-connection.md index d76d09c340..12aad116ac 100644 --- a/site/content/3.12/arangograph/api/set-up-a-connection.md +++ b/site/content/3.12/arangograph/api/set-up-a-connection.md @@ -16,11 +16,11 @@ all examples can be easily translated to many different languages. ## Prerequisites -Make sure that you have already [signed up for ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +Make sure that you have already [signed up for ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ## Creating an API key -1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login. +1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login. 2. Click the user icon in the top-right of the dashboard. 3. Select __My API keys__ 4. Click __New API key__ diff --git a/site/content/3.12/arangograph/migrate-to-the-cloud.md b/site/content/3.12/arangograph/migrate-to-the-cloud.md index 266f5ebfc1..abc11f776b 100644 --- a/site/content/3.12/arangograph/migrate-to-the-cloud.md +++ b/site/content/3.12/arangograph/migrate-to-the-cloud.md @@ -46,7 +46,7 @@ chmod 755 ./arangosync-migration Before getting started, make sure the following prerequisites are in place: -- Go to the [ArangoGraph Insights Platform](https://cloud.arangodb.com/home) +- Go to the [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home) and sign in. If you don’t have an account yet, sign-up to create one. - Generate an ArangoGraph API key and API secret. See a detailed guide on diff --git a/site/content/3.12/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md b/site/content/3.12/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md index becb64fbd1..4727df24bd 100644 --- a/site/content/3.12/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md +++ b/site/content/3.12/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md @@ -57,7 +57,7 @@ supports the SCIM provisioning feature. 3. Navigate to the **Provisioning** tab. The SCIM connection settings are displayed under **Settings > Integration**. 4. Fill in the following fields: - - For **SCIM connector base URL**, use `https://cloud.arangodb.com/api/scim/v1` + - For **SCIM connector base URL**, use `https://dashboard.arangodb.cloud/api/scim/v1` - For **Unique identifier field for users**, use `userName` 5. For **Supported provisioning actions**, enable the following: - **Import New Users and Profile Updates** diff --git a/site/content/3.12/data-science/_index.md b/site/content/3.12/data-science/_index.md index 40a7026ded..e0b963280d 100644 --- a/site/content/3.12/data-science/_index.md +++ b/site/content/3.12/data-science/_index.md @@ -125,7 +125,7 @@ your running database from the **Examples** tab of your deployment. {{< tip >}} You can try out the ArangoGraph Insights Platform free of charge for 14 days. -Sign up at [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +Sign up at [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). {{< /tip >}} The ArangoFlix demo uses five different recommendation methods: diff --git a/site/content/3.12/data-science/arangograph-notebooks.md b/site/content/3.12/data-science/arangograph-notebooks.md index ac52d5a185..2f25566dfd 100644 --- a/site/content/3.12/data-science/arangograph-notebooks.md +++ b/site/content/3.12/data-science/arangograph-notebooks.md @@ -14,7 +14,7 @@ with the ArangoDB team. {{< /tip >}} The ArangoGraph Notebook is a JupyterLab notebook embedded in the -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). The notebook integrates seamlessly with the platform, automatically connecting to ArangoGraph services and ArangoDB. This makes it much easier to leverage these resources without having diff --git a/site/content/3.12/data-science/graphml/_index.md b/site/content/3.12/data-science/graphml/_index.md index 33b4b75c65..3a5e0bdda8 100644 --- a/site/content/3.12/data-science/graphml/_index.md +++ b/site/content/3.12/data-science/graphml/_index.md @@ -54,7 +54,7 @@ to the database for application use. ArangoGraphML provides enterprise-ready graph-powered machine learning as a cloud service via Jupyter Notebooks that run on the -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ArangoGraphML uses GraphML techniques that focus on solving different problems and, at the same time, provides actionable insights leveraging ArangoDB's graph diff --git a/site/content/3.12/deploy/_index.md b/site/content/3.12/deploy/_index.md index 56b7bc5fd5..8c251ba267 100644 --- a/site/content/3.12/deploy/_index.md +++ b/site/content/3.12/deploy/_index.md @@ -30,7 +30,7 @@ or by using the ArangoDB Starter tool. operations and analytics, allowing you to scale elastically with your applications and data models. ArangoDB's synchronously-replicating cluster technology runs on premises, on Kubernetes, and in the cloud on -[ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service. +[ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service. Clustering ArangoDB not only delivers better performance and capacity improvements, but it also provides resilience through replication and automatic failover. @@ -72,7 +72,7 @@ There are different ways to set up and operate ArangoDB. ArangoDB Kubernetes Operator (`kube-arangodb`). The fastest way to get ArangoDB up and running is to run it in the cloud - the -[ArangoGraph Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed +[ArangoGraph Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed cloud service, available on AWS, Microsoft Azure, and Google Cloud Platform. ### Manual Deployment @@ -119,7 +119,7 @@ If you want a specific version, download the precompiled executable via the ### Run in the cloud - [AWS and Azure](in-the-cloud.md) -- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), fully managed, available on AWS, Azure & GCP ### Run in Kubernetes diff --git a/site/content/3.12/deploy/cluster/_index.md b/site/content/3.12/deploy/cluster/_index.md index f0ccfc80cd..515d856ba7 100644 --- a/site/content/3.12/deploy/cluster/_index.md +++ b/site/content/3.12/deploy/cluster/_index.md @@ -386,7 +386,7 @@ See the [Cluster Deployment](deployment/_index.md) chapter for instructions. ArangoDB is also available as a cloud service, the -[**ArangoGraph Insights Platform**](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[**ArangoGraph Insights Platform**](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). ## Cluster ID diff --git a/site/content/3.12/deploy/cluster/deployment/_index.md b/site/content/3.12/deploy/cluster/deployment/_index.md index 904ef5b694..c39fea9dd6 100644 --- a/site/content/3.12/deploy/cluster/deployment/_index.md +++ b/site/content/3.12/deploy/cluster/deployment/_index.md @@ -10,7 +10,7 @@ You can deploy an ArangoDB cluster in different ways: - [Using the ArangoDB Starter](using-the-arangodb-starter.md) - [Manual Start](manual-start.md) - [Kubernetes](../../kubernetes.md) -- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), +- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic), fully managed, available on AWS, Azure & GCP ## Preliminary Information For Debian/Ubuntu Systems diff --git a/site/content/3.12/get-started/set-up-a-cloud-instance.md b/site/content/3.12/get-started/set-up-a-cloud-instance.md index 9cf788cb44..86d8ce9e44 100644 --- a/site/content/3.12/get-started/set-up-a-cloud-instance.md +++ b/site/content/3.12/get-started/set-up-a-cloud-instance.md @@ -8,7 +8,7 @@ description: >- archetype: default --- For general information about the ArangoGraph Insights Platform, see -[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). For guides and reference documentation, see the [ArangoGraph](../arangograph/_index.md) documentation. @@ -30,7 +30,7 @@ used for multiple accounts. ## How to Create a New Account -1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). +1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic). 2. Click the __Start Free__ button or click the __Sign Up__ link in the top right corner. @@ -60,7 +60,7 @@ used for multiple accounts. name, and then press the __Save__ button. 9. An organization with a default project is now prepared for you. Once that is completed, you are redirected to the - [ArangoGraph dashboard](https://cloud.arangodb.com/dashboard). + [ArangoGraph dashboard](https://dashboard.arangodb.cloud/home). ## Get a Deployment up and Running diff --git a/site/content/3.12/operations/installation/_index.md b/site/content/3.12/operations/installation/_index.md index 76cfff8a4e..42554e2e7e 100644 --- a/site/content/3.12/operations/installation/_index.md +++ b/site/content/3.12/operations/installation/_index.md @@ -40,7 +40,7 @@ ArangoDB requires systems with Little Endian byte order. {{< /info >}} {{< tip >}} -[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) +[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) is a fully-managed service and requires no installation. It's the easiest way to run ArangoDB in the cloud. {{< /tip >}} diff --git a/site/themes/arangodb-docs-theme/layouts/_default/_markup/render-link.html b/site/themes/arangodb-docs-theme/layouts/_default/_markup/render-link.html index 8bd89dbe53..b5416383d7 100644 --- a/site/themes/arangodb-docs-theme/layouts/_default/_markup/render-link.html +++ b/site/themes/arangodb-docs-theme/layouts/_default/_markup/render-link.html @@ -12,8 +12,8 @@ {{- if $isRemote }} {{- $isProduction := eq site.BaseURL "https://docs.arangodb.com" }} - {{- if and (not $isProduction) (eq .Destination "https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic") }} - {{- $permalink = "https://cloud.arangodb.com/home" }} + {{- if and (not $isProduction) (eq .Destination "https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic") }} + {{- $permalink = "https://dashboard.arangodb.cloud/home" }} {{- else }} {{- $permalink = .Destination }} {{- end }} diff --git a/site/themes/arangodb-docs-theme/layouts/shortcodes/cloudbanner.html b/site/themes/arangodb-docs-theme/layouts/shortcodes/cloudbanner.html index 93aa9eb7b5..3f85cda1a0 100644 --- a/site/themes/arangodb-docs-theme/layouts/shortcodes/cloudbanner.html +++ b/site/themes/arangodb-docs-theme/layouts/shortcodes/cloudbanner.html @@ -3,7 +3,7 @@