From ff67a9b3ebb421b878c142a2d1ccd2e75769fc06 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Fri, 15 Nov 2024 11:34:18 -0800 Subject: [PATCH] adding to all languages --- .../pages/ar/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/cs/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/de/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/es/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/fr/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/ha/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/hi/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/it/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/ja/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/ko/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/mr/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/nl/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/pl/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/pt/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/ro/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/ru/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/sv/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/tr/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/uk/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/ur/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/vi/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/yo/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ .../pages/zh/managing/delete-a-subgraph.mdx | 29 +++++++++++++++++++ 23 files changed, 667 insertions(+) create mode 100644 website/pages/ar/managing/delete-a-subgraph.mdx create mode 100644 website/pages/cs/managing/delete-a-subgraph.mdx create mode 100644 website/pages/de/managing/delete-a-subgraph.mdx create mode 100644 website/pages/es/managing/delete-a-subgraph.mdx create mode 100644 website/pages/fr/managing/delete-a-subgraph.mdx create mode 100644 website/pages/ha/managing/delete-a-subgraph.mdx create mode 100644 website/pages/hi/managing/delete-a-subgraph.mdx create mode 100644 website/pages/it/managing/delete-a-subgraph.mdx create mode 100644 website/pages/ja/managing/delete-a-subgraph.mdx create mode 100644 website/pages/ko/managing/delete-a-subgraph.mdx create mode 100644 website/pages/mr/managing/delete-a-subgraph.mdx create mode 100644 website/pages/nl/managing/delete-a-subgraph.mdx create mode 100644 website/pages/pl/managing/delete-a-subgraph.mdx create mode 100644 website/pages/pt/managing/delete-a-subgraph.mdx create mode 100644 website/pages/ro/managing/delete-a-subgraph.mdx create mode 100644 website/pages/ru/managing/delete-a-subgraph.mdx create mode 100644 website/pages/sv/managing/delete-a-subgraph.mdx create mode 100644 website/pages/tr/managing/delete-a-subgraph.mdx create mode 100644 website/pages/uk/managing/delete-a-subgraph.mdx create mode 100644 website/pages/ur/managing/delete-a-subgraph.mdx create mode 100644 website/pages/vi/managing/delete-a-subgraph.mdx create mode 100644 website/pages/yo/managing/delete-a-subgraph.mdx create mode 100644 website/pages/zh/managing/delete-a-subgraph.mdx diff --git a/website/pages/ar/managing/delete-a-subgraph.mdx b/website/pages/ar/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ar/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/cs/managing/delete-a-subgraph.mdx b/website/pages/cs/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/cs/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/de/managing/delete-a-subgraph.mdx b/website/pages/de/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/de/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/es/managing/delete-a-subgraph.mdx b/website/pages/es/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/es/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/fr/managing/delete-a-subgraph.mdx b/website/pages/fr/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/fr/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ha/managing/delete-a-subgraph.mdx b/website/pages/ha/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ha/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/hi/managing/delete-a-subgraph.mdx b/website/pages/hi/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/hi/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/it/managing/delete-a-subgraph.mdx b/website/pages/it/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/it/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ja/managing/delete-a-subgraph.mdx b/website/pages/ja/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ja/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ko/managing/delete-a-subgraph.mdx b/website/pages/ko/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ko/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/mr/managing/delete-a-subgraph.mdx b/website/pages/mr/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/mr/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/nl/managing/delete-a-subgraph.mdx b/website/pages/nl/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/nl/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/pl/managing/delete-a-subgraph.mdx b/website/pages/pl/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/pl/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/pt/managing/delete-a-subgraph.mdx b/website/pages/pt/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/pt/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ro/managing/delete-a-subgraph.mdx b/website/pages/ro/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ro/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ru/managing/delete-a-subgraph.mdx b/website/pages/ru/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ru/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/sv/managing/delete-a-subgraph.mdx b/website/pages/sv/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/sv/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/tr/managing/delete-a-subgraph.mdx b/website/pages/tr/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/tr/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/uk/managing/delete-a-subgraph.mdx b/website/pages/uk/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/uk/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/ur/managing/delete-a-subgraph.mdx b/website/pages/ur/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/ur/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/vi/managing/delete-a-subgraph.mdx b/website/pages/vi/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/vi/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/yo/managing/delete-a-subgraph.mdx b/website/pages/yo/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/yo/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message. diff --git a/website/pages/zh/managing/delete-a-subgraph.mdx b/website/pages/zh/managing/delete-a-subgraph.mdx new file mode 100644 index 000000000000..68ef0a37da75 --- /dev/null +++ b/website/pages/zh/managing/delete-a-subgraph.mdx @@ -0,0 +1,29 @@ +--- +title: Delete a Subgraph +--- + +Delete your subgraph using [Subgraph Studio](https://thegraph.com/studio/). + +> Deleting your subgraph will remove all published versions from The Graph Network, but it will remain visible on Graph Explorer and Subgraph Studio for users who have signaled on it. + +## Step-by-Step + +1. Visit the subgraph's page on [Subgraph Studio](https://thegraph.com/studio/). +2. Click on the three-dots to the right of the "publish" button. +3. Click on the option to "delete this subgraph": + + ![Delete-subgraph](/img/Delete-subgraph.png) + +4. Depending on the subgraph's status, you will be prompted with various options. + + - If the subgraph is not published, simply click “delete” and confirm. + - If the subgraph is published, you will need to confirm on your wallet before the subgraph can be deleted from Studio. If a subgraph is published to multiple networks, such as testnet and mainnet, additional steps may be required. + +> If the owner of the subgraph has signal on it, the signaled GRT will be returned to the owner. + +### Important Reminders + +- Once you delete a subgraph, it will **not** appear on Graph Explorer's homepage. However, users who have signaled on it will still be able to view it on their profile pages and remove their signal. +- Curators will not be able to signal on the subgraph anymore. +- Curators that already signaled on the subgraph can withdraw their signal at an average share price. +- Deleted subgraphs will show an error message.