-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.json
115 lines (115 loc) · 2.67 KB
/
toc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"collapseTableOfContents": false,
"items": [
{
"type": "item",
"title": "Getting Started",
"uri": "/docs/Getting Started.md"
},
{
"type": "group",
"title": "Examples",
"items": [
{
"title": "Cast Vote",
"type": "item",
"uri": "/docs/Cast Vote.md"
},
{
"title": "Delegate Vote Power",
"type": "item",
"uri": "/docs/Delegate Vote Power.md"
}
]
},
{
"type": "group",
"title": "Adapters",
"uri": "/docs/Adapters.md",
"items": [
{
"type": "item",
"title": "Vote Adapter",
"uri": "/docs/Vote Adapter.md"
},
{
"type": "item",
"title": "Delegation Adapter",
"uri": "/docs/Delegation Adapter.md"
},
{
"type": "item",
"title": "Proposal Adapter",
"uri": "/docs/Proposal Adapter.md"
},
{
"type": "item",
"title": "Staking Adapter",
"uri": "/docs/Staking Adapter.md"
}
]
},
{
"type": "group",
"title": "Frameworks",
"uri": "/docs/Frameworks.md",
"items":[
{
"type": "item",
"title": "Snapshot",
"uri": "/docs/Snapshot.md"
},
{
"type": "item",
"title": "Compound Governor Alpha",
"uri": "/docs/Compound Governor Alpha.md"
},
{
"type": "item",
"title": "Compound Governor Bravo",
"uri": "/docs/Compound Governor Bravo.md"
},
{
"type": "item",
"title": "Open Zeppelin Governor",
"uri": "/docs/Open Zeppelin Governor.md"
},
{
"type": "item",
"title": "Aave Governance V2",
"uri": "/docs/Aave Governance V2.md"
},
{
"type": "item",
"title": "Optimism Governor",
"uri": "/docs/Optimism Governor.md"
},
{
"type": "item",
"title": "Moloch Governor",
"uri": "/docs/Moloch Governor.md"
},
{
"type": "item",
"title": "Nouns Governor",
"uri": "/docs/Nouns Governor.md"
},
{
"type": "item",
"title": "Nouns Builder",
"uri": "/docs/Nouns Builder.md"
},
{
"type": "item",
"title": "Council",
"uri": "/docs/Council.md"
},
{
"type": "item",
"title": "Maker",
"uri": "/docs/Maker.md"
}
]
}
]
}