File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ export default {
2
2
'subgraph-studio' : '' ,
3
3
'deploying-a-subgraph-to-studio' : '' ,
4
4
'subgraph-studio-faqs' : '' ,
5
- 'hosted-service' : '' ,
6
- 'deploying-a-subgraph-to-hosted' : '' ,
7
5
}
Original file line number Diff line number Diff line change 56
56
"graphExplorer" : {
57
57
"title" : " Graph Explorer" ,
58
58
"description" : " Explore subgraphs and interact with the protocol"
59
- },
60
- "hostedService" : {
61
- "title" : " Hosted Service" ,
62
- "description" : " Create and explore subgraphs on the hosted service"
63
59
}
64
60
}
65
61
},
Original file line number Diff line number Diff line change @@ -166,11 +166,6 @@ export function Products() {
166
166
description : t ( 'index.products.products.graphExplorer.description' ) ,
167
167
href : '/network/explorer' ,
168
168
} ,
169
- {
170
- title : t ( 'index.products.products.hostedService.title' ) ,
171
- description : t ( 'index.products.products.hostedService.description' ) ,
172
- href : '/deploying/hosted-service' ,
173
- } ,
174
169
] . map ( ( product ) => (
175
170
< Flex . Column as = "li" key = { product . href } >
176
171
< div sx = { { mb : Spacing [ '16px' ] } } >
You can’t perform that action at this time.
0 commit comments