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

Potential Nav #744

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
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: 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: '',
Comment on lines 12 to +13
Copy link
Contributor

Choose a reason for hiding this comment

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

I could be wrong, but I feel like Tokenomics should be under "The Graph Network". And maybe even Contracts?

glossary: '',
explorer: '',
firehose: '',
substreams: '',
'---2': {
type: 'separator',
},
'###1': {
'###2': {
type: 'heading',
title: 'Subgraphs',
title: 'Subgraph Developers',
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice solution 👍

},
'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: '',
}
File renamed without changes.
Loading