Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 77de360

Browse files
authored
rename cloud path (#678)
1 parent f170fbb commit 77de360

27 files changed

+10
-10
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ aliases = ["/contribute"]
6969
</a>
7070
</div>
7171
<div class="item">
72-
<a href="{{< relref "/dgraphcloud">}}">
72+
<a href="{{< relref "/cloud">}}">
7373
<svg class="icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
7474
<path d="M12 22V13M12 13L15.5 16.5M12 13L8.5 16.5" stroke="#100C19" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/>
7575
<path d="M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073" stroke="#EF265A" stroke-width="1.71429" stroke-linecap="round" stroke-linejoin="round"/></svg>
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/dgraphcloud/admin/drop-data.md renamed to content/cloud/admin/drop-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 5
55
parent = "cloud-admin"
66
+++
77

8-
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]({{<relref "dgraphcloud/admin/import-export">}}) your data before you drop your data.
8+
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]({{<relref "cloud/admin/import-export">}}) your data before you drop your data.
99

1010
In order to drop all data while retaining the schema, click the <kbd>Drop Data</kbd> button under the [Schema](https://cloud.dgraph.io/_/schema) tab in the sidebar.
1111

@@ -15,7 +15,7 @@ In order to drop all data while retaining the schema, click the <kbd>Drop Data</
1515

1616
In order to do this, call the `dropData` mutation on `/admin/slash`. 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`.
1717

18-
Please note that this endpoint requires [Authentication]({{<relref "dgraphcloud/admin/authentication">}}).
18+
Please note that this endpoint requires [Authentication]({{<relref "cloud/admin/authentication">}}).
1919

2020
Please see the following curl as an example.
2121

content/dgraphcloud/admin/import-export.md renamed to content/cloud/admin/import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight = 4
77

88
## Exporting and Importing Data in Dgraph Cloud
99

10-
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" >}}).
10+
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" >}}).
1111

1212
To import data to Dgraph Cloud, see [live loader]({{< relref "howto/importdata/live-loader.md" >}}).
1313

0 commit comments

Comments
 (0)