Skip to content
Closed
Show file tree
Hide file tree
Changes from 9 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: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ http {
rewrite ^/docs/([a-zA-Z][a-zA-Z])/about/network/$ $scheme://$http_host/docs/$1/network/overview/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/curating/$ $scheme://$http_host/docs/$1/network/curating/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/delegating/$ $scheme://$http_host/docs/$1/network/delegating/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/network-transition-faq/$ $scheme://$http_host/docs/$1/arbitrum/arbitrum-faq/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/network-transition-faq/$ $scheme://$http_host/docs/$1/arbitrum/arbitrum-faq/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developer/assemblyscript-api/$ $scheme://$http_host/docs/$1/developing/assemblyscript-api/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developer/assemblyscript-migration-guide/$ $scheme://$http_host/docs/$1/release-notes/assemblyscript-migration-guide/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developer/create-subgraph-hosted/$ $scheme://$http_host/docs/$1/developing/creating-a-subgraph/ permanent;
Expand Down
37 changes: 21 additions & 16 deletions website/pages/en/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@ export default {
'---1': {
type: 'separator',
},
'###1': {
type: 'heading',
title: 'Overview',
},
about: '',
network: 'The Graph Network',
sunrise: 'Post-Sunrise Upgrade FAQ',
billing: '',
glossary: '',
tokenomics: 'Tokenomics',
arbitrum: 'Scaling with Arbitrum',
contracts: 'Protocol Contracts',
glossary: '',
explorer: '',
firehose: '',
substreams: '',
'---2': {
type: 'separator',
},
'###1': {
'###2': {
type: 'heading',
title: 'Subgraphs',
title: 'Developers',
},
'quick-start': '',
developing: 'Developing',
Expand All @@ -28,23 +33,23 @@ export default {
'---3': {
type: 'separator',
},
'###2': {
type: 'heading',
title: 'Substreams',
},
substreams: '',
'---4': {
type: 'separator',
},
'###3': {
type: 'heading',
title: 'Indexing',
title: 'Indexers',
},
'operating-graph-node': '',
'chain-integration-overview': '',
'supported-network-requirements': '',
'new-chain-integration': '',
firehose: '',
graphcast: '',
'---4': {
type: 'separator',
},
'###4': {
type: 'heading',
title: 'Archived',
},
sunrise: 'Post-Sunrise Upgrade FAQ',
'mips-faqs': '',
arbitrum: 'Scaling with Arbitrum',
}
File renamed without changes.
2 changes: 1 addition & 1 deletion website/pages/en/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Get Started",
"title": "Home",
"intro": "Learn about The Graph, a decentralized protocol for indexing and querying data from blockchains.",
"shortcuts": {
"aboutTheGraph": {
Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/network/_meta.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default {
overview: 'Overview',
benefits: 'Benefits',
billing: '',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused as to why Billing was moved to The Graph Network.

indexing: '',
delegating: '',
curating: '',
developing: '',
explorer: '',
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should setup a redirect for this page so old paths don't see 404

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, and I just realized that I approved #741 and it got merged without redirects. 🥲 @idalithb, are you able to add those, maybe all in this PR?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@idalithb – I've done it in #753, if you want to take a look at the diff and the comments there.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was about to resolve this, but a redirect still needs to be added for the Billing page, if we indeed want to move it (I left a comment about that here).

File renamed without changes.