Skip to content

Commit 478de07

Browse files
HS Nav sweep (#748)
1 parent 8ce2224 commit 478de07

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

website/pages/en/deploying/_meta.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ export default {
22
'subgraph-studio': '',
33
'deploying-a-subgraph-to-studio': '',
44
'subgraph-studio-faqs': '',
5-
'hosted-service': '',
6-
'deploying-a-subgraph-to-hosted': '',
75
}

website/pages/en/index.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
"graphExplorer": {
5757
"title": "Graph Explorer",
5858
"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"
6359
}
6460
}
6561
},

website/src/IndexPage.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ export function Products() {
166166
description: t('index.products.products.graphExplorer.description'),
167167
href: '/network/explorer',
168168
},
169-
{
170-
title: t('index.products.products.hostedService.title'),
171-
description: t('index.products.products.hostedService.description'),
172-
href: '/deploying/hosted-service',
173-
},
174169
].map((product) => (
175170
<Flex.Column as="li" key={product.href}>
176171
<div sx={{ mb: Spacing['16px'] }}>

0 commit comments

Comments
 (0)