File tree Expand file tree Collapse file tree 4 files changed +35
-31
lines changed Expand file tree Collapse file tree 4 files changed +35
-31
lines changed Original file line number Diff line number Diff line change 1
1
export default {
2
- index : '' ,
3
- about : '' ,
4
2
'---1' : {
5
3
type : 'separator' ,
6
4
} ,
5
+ '###1' : {
6
+ type : 'heading' ,
7
+ title : 'Overview' ,
8
+ } ,
9
+ index : '' ,
10
+ about : '' ,
7
11
about : '' ,
8
- network : 'The Graph Network ' ,
12
+ network : 'The Graph Roles ' ,
9
13
billing : '' ,
10
14
benefits : 'Benefits' ,
15
+ tokenomics : 'Tokenomics' ,
16
+ contracts : 'Protocol Contracts' ,
17
+ glossary : '' ,
11
18
'---2' : {
12
19
type : 'separator' ,
13
20
} ,
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' : {
15
40
type : 'heading' ,
16
- title : 'Subgraphs ' ,
41
+ title : 'Developing ' ,
17
42
} ,
18
43
'quick-start' : '' ,
19
44
developing : 'Developing' ,
20
45
deploying : 'Deploying' ,
21
46
publishing : 'Publishing' ,
22
47
managing : 'Managing' ,
23
- querying : 'Querying' ,
24
48
cookbook : 'Cookbook' ,
25
49
'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' : {
35
51
type : 'separator' ,
36
52
} ,
37
- '###3 ' : {
53
+ '###5 ' : {
38
54
type : 'heading' ,
39
55
title : 'Indexing' ,
40
56
} ,
41
57
'operating-graph-node' : '' ,
42
58
'chain-integration-overview' : '' ,
43
59
'supported-network-requirements' : '' ,
44
60
'new-chain-integration' : 'Integrating New Networks' ,
45
- firehose : '' ,
46
61
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 : '' ,
57
62
'---6' : {
58
63
type : 'separator' ,
59
64
} ,
60
- '###5 ' : {
65
+ '###6 ' : {
61
66
type : 'heading' ,
62
67
title : 'Archived' ,
63
68
} ,
69
+ sunrise : 'Sunrise Upgrade FAQ' ,
64
70
'mips-faqs' : '' ,
65
71
arbitrum : 'Scaling with Arbitrum' ,
66
- sunrise : 'Sunrise Upgrade FAQ' ,
67
72
}
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
- "title" : " Docs Overview " ,
2
+ "title" : " Home " ,
3
3
"intro" : " Learn about The Graph, a decentralized protocol for indexing and querying data from blockchains." ,
4
4
"shortcuts" : {
5
5
"aboutTheGraph" : {
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ export default {
4
4
delegating : '' ,
5
5
curating : '' ,
6
6
developing : '' ,
7
- explorer : '' ,
8
7
}
You can’t perform that action at this time.
0 commit comments