Skip to content

Commit 22808ba

Browse files
MichaelMacaulayMichael Macaulay
andauthored
Sunsetting hosted service & ReadMe clone command fix (#168)
Added message about deprecated hosting service & fixed the command to copy the repo on ReadMe - previous command did not work. Co-authored-by: Michael Macaulay <micmac@Michaels-iMac.local>
1 parent f35da28 commit 22808ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is built on [Next.js](https://nextjs.org/). You can run it on your
1313
First, clone the repo:
1414

1515
```bash
16-
git clone git@github.com:graphprotocol/docs.git
16+
git clone https://github.com/graphprotocol/docs.git
1717
```
1818

1919
Make sure you are inside the folder:

pages/en/deploying/hosted-service.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: What is the Hosted Service?
33
---
44

5+
> Please note, the Hosted Service is sunsetting in Q1 2023, but it will remain available until that time. All developers are strongly encouraged to [migrate their subgraphs](https://thegraph.com/blog/how-to-migrate-ethereum-subgraph) to the decentralized network. Read more about the sunsetting of the Hosted Service [here](https://thegraph.com/blog/sunsetting-hosted-service).
6+
57
This section will walk you through deploying a subgraph to the Hosted Service, otherwise known as the [Hosted Service.](https://thegraph.com/hosted-service/) As a reminder, the Hosted Service will not be shut down soon. We will gradually sunset the Hosted Service once we reach feature parity with the decentralized network. Your subgraphs deployed on the Hosted Service are still available [here.](https://thegraph.com/hosted-service/)
68

79
If you don't have an account on the Hosted Service, you can signup with your Github account. Once you authenticate, you can start creating subgraphs through the UI and deploying them from your terminal. Graph Node supports a number of Ethereum testnets (Rinkeby, Ropsten, Kovan) in addition to mainnet.

0 commit comments

Comments
 (0)