Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HS Nav sweep #748

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions website/pages/en/deploying/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ export default {
'subgraph-studio': '',
'deploying-a-subgraph-to-studio': '',
'subgraph-studio-faqs': '',
'hosted-service': '',
'deploying-a-subgraph-to-hosted': '',
}
4 changes: 0 additions & 4 deletions website/pages/en/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
"graphExplorer": {
"title": "Graph Explorer",
"description": "Explore subgraphs and interact with the protocol"
},
"hostedService": {
"title": "Hosted Service",
"description": "Create and explore subgraphs on the hosted service"
}
}
},
Expand Down
5 changes: 0 additions & 5 deletions website/src/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ export function Products() {
description: t('index.products.products.graphExplorer.description'),
href: '/network/explorer',
},
{
title: t('index.products.products.hostedService.title'),
description: t('index.products.products.hostedService.description'),
href: '/deploying/hosted-service',
},
].map((product) => (
<Flex.Column as="li" key={product.href}>
<div sx={{ mb: Spacing['16px'] }}>
Expand Down
Loading