diff --git a/content/_index.md b/content/_index.md index cc832f7d..5b52b6bc 100644 --- a/content/_index.md +++ b/content/_index.md @@ -69,7 +69,7 @@ aliases = ["/contribute"]
- }}"> + }}"> diff --git a/content/dgraphcloud/_index.md b/content/cloud/_index.md similarity index 100% rename from content/dgraphcloud/_index.md rename to content/cloud/_index.md diff --git a/content/dgraphcloud/admin/_index.md b/content/cloud/admin/_index.md similarity index 100% rename from content/dgraphcloud/admin/_index.md rename to content/cloud/admin/_index.md diff --git a/content/dgraphcloud/admin/authentication.md b/content/cloud/admin/authentication.md similarity index 100% rename from content/dgraphcloud/admin/authentication.md rename to content/cloud/admin/authentication.md diff --git a/content/dgraphcloud/admin/clone.md b/content/cloud/admin/clone.md similarity index 100% rename from content/dgraphcloud/admin/clone.md rename to content/cloud/admin/clone.md diff --git a/content/dgraphcloud/admin/drop-data.md b/content/cloud/admin/drop-data.md similarity index 89% rename from content/dgraphcloud/admin/drop-data.md rename to content/cloud/admin/drop-data.md index 35c8b0e4..170af0cf 100644 --- a/content/dgraphcloud/admin/drop-data.md +++ b/content/cloud/admin/drop-data.md @@ -5,7 +5,7 @@ weight = 5 parent = "cloud-admin" +++ -It is possible to drop all data from your Dgraph Cloud backend, and start afresh while retaining the same endpoint. Be careful, as this operation is not reversible, and all data will be lost. It is highly recommended that you [export]({{}}) your data before you drop your data. +It is possible to drop all data from your Dgraph Cloud backend, and start afresh while retaining the same endpoint. Be careful, as this operation is not reversible, and all data will be lost. It is highly recommended that you [export]({{}}) your data before you drop your data. In order to drop all data while retaining the schema, click the Drop Data button under the [Schema](https://cloud.dgraph.io/_/schema) tab in the sidebar. @@ -15,7 +15,7 @@ In order to drop all data while retaining the schema, click the Drop Data}}). +Please note that this endpoint requires [Authentication]({{}}). Please see the following curl as an example. diff --git a/content/dgraphcloud/admin/import-export.md b/content/cloud/admin/import-export.md similarity index 98% rename from content/dgraphcloud/admin/import-export.md rename to content/cloud/admin/import-export.md index 910b9bfd..a591132e 100644 --- a/content/dgraphcloud/admin/import-export.md +++ b/content/cloud/admin/import-export.md @@ -7,7 +7,7 @@ weight = 4 ## Exporting and Importing Data in Dgraph Cloud -You can export your data as an Administrator from one Dgraph Cloud backend, and then import this data back into another Dgraph instance or Dgraph Cloud backend. For more information about how to export data in Dgraph Cloud, see [Export data]({{< relref "howto/exportdata/export-data-cloud.md" >}}). You can also export data from Dgraph Cloud programatically using the Dgraph Cloud API. For more information, see [Cloud API documentation]({{< relref "dgraphcloud/cloud-api/backup.md" >}}). +You can export your data as an Administrator from one Dgraph Cloud backend, and then import this data back into another Dgraph instance or Dgraph Cloud backend. For more information about how to export data in Dgraph Cloud, see [Export data]({{< relref "howto/exportdata/export-data-cloud.md" >}}). You can also export data from Dgraph Cloud programatically using the Dgraph Cloud API. For more information, see [Cloud API documentation]({{< relref "cloud/cloud-api/backup.md" >}}). To import data to Dgraph Cloud, see [live loader]({{< relref "howto/importdata/live-loader.md" >}}). diff --git a/content/dgraphcloud/admin/monitoring.md b/content/cloud/admin/monitoring.md similarity index 100% rename from content/dgraphcloud/admin/monitoring.md rename to content/cloud/admin/monitoring.md diff --git a/content/dgraphcloud/admin/overview.md b/content/cloud/admin/overview.md similarity index 100% rename from content/dgraphcloud/admin/overview.md rename to content/cloud/admin/overview.md diff --git a/content/dgraphcloud/admin/schema-modes.md b/content/cloud/admin/schema-modes.md similarity index 100% rename from content/dgraphcloud/admin/schema-modes.md rename to content/cloud/admin/schema-modes.md diff --git a/content/dgraphcloud/admin/schema.md b/content/cloud/admin/schema.md similarity index 100% rename from content/dgraphcloud/admin/schema.md rename to content/cloud/admin/schema.md diff --git a/content/dgraphcloud/advanced-queries.md b/content/cloud/advanced-queries.md similarity index 100% rename from content/dgraphcloud/advanced-queries.md rename to content/cloud/advanced-queries.md diff --git a/content/dgraphcloud/cloud-api/_index.md b/content/cloud/cloud-api/_index.md similarity index 100% rename from content/dgraphcloud/cloud-api/_index.md rename to content/cloud/cloud-api/_index.md diff --git a/content/dgraphcloud/cloud-api/authentication.md b/content/cloud/cloud-api/authentication.md similarity index 100% rename from content/dgraphcloud/cloud-api/authentication.md rename to content/cloud/cloud-api/authentication.md diff --git a/content/dgraphcloud/cloud-api/backend.md b/content/cloud/cloud-api/backend.md similarity index 100% rename from content/dgraphcloud/cloud-api/backend.md rename to content/cloud/cloud-api/backend.md diff --git a/content/dgraphcloud/cloud-api/backup.md b/content/cloud/cloud-api/backup.md similarity index 95% rename from content/dgraphcloud/cloud-api/backup.md rename to content/cloud/cloud-api/backup.md index 9bc30a37..16555892 100644 --- a/content/dgraphcloud/cloud-api/backup.md +++ b/content/cloud/cloud-api/backup.md @@ -147,7 +147,7 @@ curl "https://${DEPLOYMENT_URL}/admin/slash" \ ## Import Data -Import your data back using Dgraph [Live Loader]({{< relref "dgraphcloud/admin/import-export.md#importing-data-with-live-loader" >}}) (requires Docker). +Import your data back using Dgraph [Live Loader]({{< relref "cloud/admin/import-export.md#importing-data-with-live-loader" >}}) (requires Docker). ### Shell Command diff --git a/content/dgraphcloud/cloud-api/lambda.md b/content/cloud/cloud-api/lambda.md similarity index 100% rename from content/dgraphcloud/cloud-api/lambda.md rename to content/cloud/cloud-api/lambda.md diff --git a/content/dgraphcloud/cloud-api/overview.md b/content/cloud/cloud-api/overview.md similarity index 100% rename from content/dgraphcloud/cloud-api/overview.md rename to content/cloud/cloud-api/overview.md diff --git a/content/dgraphcloud/cloud-api/schema.md b/content/cloud/cloud-api/schema.md similarity index 100% rename from content/dgraphcloud/cloud-api/schema.md rename to content/cloud/cloud-api/schema.md diff --git a/content/dgraphcloud/cloud-multitenancy.md b/content/cloud/cloud-multitenancy.md similarity index 100% rename from content/dgraphcloud/cloud-multitenancy.md rename to content/cloud/cloud-multitenancy.md diff --git a/content/dgraphcloud/introduction.md b/content/cloud/introduction.md similarity index 100% rename from content/dgraphcloud/introduction.md rename to content/cloud/introduction.md diff --git a/content/dgraphcloud/migrating-from-hosted-dgraph.md b/content/cloud/migrating-from-hosted-dgraph.md similarity index 100% rename from content/dgraphcloud/migrating-from-hosted-dgraph.md rename to content/cloud/migrating-from-hosted-dgraph.md diff --git a/content/dgraphcloud/provision-backend.md b/content/cloud/provision-backend.md similarity index 100% rename from content/dgraphcloud/provision-backend.md rename to content/cloud/provision-backend.md diff --git a/content/graphql/security/anonymous-access.md b/content/graphql/security/anonymous-access.md index 35fdfe28..7999b17c 100644 --- a/content/graphql/security/anonymous-access.md +++ b/content/graphql/security/anonymous-access.md @@ -17,7 +17,7 @@ To turn ``/graphql`` endpoint anonymous access off 2. Open the [Access](https://cloud.dgraph.io/_/schema?tab=anon-access) tab. 3. Set ``Anonymous Access`` toggle to ``On`` or ``Off`` -With **Anonymous Access** turned ``off``, any client accessing the ``/graphql`` endpoint must pass a valid client or admin [API Key]({{< relref "dgraphcloud/admin/authentication.md" >}}) in ``DG-Auth`` or ``X-Auth-Token`` header. +With **Anonymous Access** turned ``off``, any client accessing the ``/graphql`` endpoint must pass a valid client or admin [API Key]({{< relref "cloud/admin/authentication.md" >}}) in ``DG-Auth`` or ``X-Auth-Token`` header. With **Anonymous Access** turned ``on`` (Default configuration), you need to further define the permission per ``type`` defined in your GraphQL Schema. diff --git a/content/howto/drop-data.md b/content/howto/drop-data.md index ea8ec6c8..e695d97a 100644 --- a/content/howto/drop-data.md +++ b/content/howto/drop-data.md @@ -25,7 +25,7 @@ You can drop data by invoking the `dropData` mutation on `/admin/slash` endpoint As an example, if your GraphQL endpoint is `https://frozen-mango.us-west-2.aws.cloud.dgraph.io/graphql`, then the admin endpoint for schema will be at `https://frozen-mango.us-west-2.aws.cloud.dgraph.io/admin/slash`. -This endpoint requires [Authentication]({{}}). +This endpoint requires [Authentication]({{}}). Here is curl example. diff --git a/content/learn/administrator/_index.md b/content/learn/administrator/_index.md index bfda0623..5dbd9ff6 100644 --- a/content/learn/administrator/_index.md +++ b/content/learn/administrator/_index.md @@ -16,8 +16,8 @@ weight = 4 - See [Dgraph Overview]({{< relref "dgraph-overview.md" >}}) for an introduction to Dgraph database and a presentation of Dgraph cluster architecture. - Get familiar with some terms in the [Glossary]({{< relref "dgraph-glossary.md" >}}) - **Dgraph Cloud** - - Learn from [Dgraph Cloud]({{< relref "dgraphcloud" >}}) section of our documentation. - - Refer to [Administering Tasks]({{< relref "dgraphcloud/admin" >}}). + - Learn from [Dgraph Cloud]({{< relref "cloud" >}}) section of our documentation. + - Refer to [Administering Tasks]({{< relref "cloud/admin" >}}). - **Dgraph Community and Dgraph Enterprise** (self-managed) - Refer to [Self-managed cluster]({{< relref "deploy" >}}) to learn how to deploy and manage Dgraph database in a variety of self-managed deployment scenarios. - [Dgraph Administration]({{< relref "deploy/admin" >}}) describes the admin operations. diff --git a/public/_redirects b/public/_redirects index ca4abc65..b439783e 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1,4 +1,4 @@ /badger/* /docs/badger:splat 301! /docs/badger/* https://badger-docs.netlify.app:splat 200! -/docs/cloud/* /docs/dgraphcloud:splat 200! +/docs/dgraphcloud/* /docs/cloud:splat 301!