Skip to content

Commit b139750

Browse files
committed
start of round2
1 parent ba73a8c commit b139750

File tree

4 files changed

+35
-31
lines changed

4 files changed

+35
-31
lines changed

website/pages/en/_meta.js

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,72 @@
11
export default {
2-
index: '',
3-
about: '',
42
'---1': {
53
type: 'separator',
64
},
5+
'###1': {
6+
type: 'heading',
7+
title: 'Overview',
8+
},
9+
index: '',
10+
about: '',
711
about: '',
8-
network: 'The Graph Network',
12+
network: 'The Graph Roles',
913
billing: '',
1014
benefits: 'Benefits',
15+
tokenomics: 'Tokenomics',
16+
contracts: 'Protocol Contracts',
17+
glossary: '',
1118
'---2': {
1219
type: 'separator',
1320
},
14-
'###1': {
21+
'###2': {
22+
type: 'heading',
23+
title: 'Products',
24+
},
25+
firehose: '',
26+
substreams: '',
27+
'---3': {
28+
type: 'separator',
29+
},
30+
'###3': {
31+
type: 'heading',
32+
title: 'Data Consumers',
33+
},
34+
explorer: '',
35+
querying: 'Querying',
36+
'---4': {
37+
type: 'separator',
38+
},
39+
'###4': {
1540
type: 'heading',
16-
title: 'Subgraphs',
41+
title: 'Developing',
1742
},
1843
'quick-start': '',
1944
developing: 'Developing',
2045
deploying: 'Deploying',
2146
publishing: 'Publishing',
2247
managing: 'Managing',
23-
querying: 'Querying',
2448
cookbook: 'Cookbook',
2549
'release-notes': 'Release Notes & Upgrade Guides',
26-
'---3': {
27-
type: 'separator',
28-
},
29-
'###2': {
30-
type: 'heading',
31-
title: 'Substreams',
32-
},
33-
substreams: '',
34-
'---4': {
50+
'---5': {
3551
type: 'separator',
3652
},
37-
'###3': {
53+
'###5': {
3854
type: 'heading',
3955
title: 'Indexing',
4056
},
4157
'operating-graph-node': '',
4258
'chain-integration-overview': '',
4359
'supported-network-requirements': '',
4460
'new-chain-integration': 'Integrating New Networks',
45-
firehose: '',
4661
graphcast: '',
47-
'---5': {
48-
type: 'separator',
49-
},
50-
'###4': {
51-
type: 'heading',
52-
title: 'Additional Resources',
53-
},
54-
tokenomics: 'Tokenomics',
55-
contracts: 'Protocol Contracts',
56-
glossary: '',
5762
'---6': {
5863
type: 'separator',
5964
},
60-
'###5': {
65+
'###6': {
6166
type: 'heading',
6267
title: 'Archived',
6368
},
69+
sunrise: 'Sunrise Upgrade FAQ',
6470
'mips-faqs': '',
6571
arbitrum: 'Scaling with Arbitrum',
66-
sunrise: 'Sunrise Upgrade FAQ',
6772
}
File renamed without changes.

website/pages/en/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Docs Overview",
2+
"title": "Home",
33
"intro": "Learn about The Graph, a decentralized protocol for indexing and querying data from blockchains.",
44
"shortcuts": {
55
"aboutTheGraph": {

website/pages/en/network/_meta.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ export default {
44
delegating: '',
55
curating: '',
66
developing: '',
7-
explorer: '',
87
}

0 commit comments

Comments
 (0)