-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathsidebars.js
More file actions
107 lines (105 loc) · 3.69 KB
/
sidebars.js
File metadata and controls
107 lines (105 loc) · 3.69 KB
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
module.exports = {
"Oracle": [
"getting-started/welcome",
{
type: "category",
label: "Developer Quickstart",
items: ["dev-quickstart/deploy-lsp", "dev-quickstart/mint-tokens", "dev-quickstart/price-request", "dev-quickstart/propose-price", "dev-quickstart/settle"],
},
{
type: "category",
label: "Oracle Service",
items: ["getting-started/oracle", "oracle/econ-architecture", "oracle/tech-architecture", "oracle/known-issues"],
},
"dev-ref/bug-bounty",
"synthetic-tokens/glossary"
],
"DAO Products": [
"products/dao-products",
{
type: "category",
label: "KPI Options",
items: ["kpi-options/summary", "kpi-options/deployment-tutorial","kpi-options/kpi-price-identifier", "kpi-options/usage-tutorial","kpi-options/references"],
},
{
type: "category",
label: "Success Tokens",
items: ["success-tokens/summary", "success-tokens/deployment-tutorial", "success-tokens/usage-tutorial", "success-tokens/references"],
},
{
type: "category",
label: "Range Tokens",
items: ["range-tokens/summary", "range-tokens/deployment-tutorial", "range-tokens/usage-tutorial", "range-tokens/references"],
},
{
type: "category",
label: "Other Products",
items: ["products/calloption", "products/protected-tokens"],
},
],
Developers: [
"build-walkthrough/build-process",
{
type: "category",
label: "LongShortPair (LSP)",
items: ["synthetic-tokens/long-short-pair", "developers/lsp-prereqs", "developers/deploy-an-lsp"],
},
// {
// type: "category",
// label: "Minting Tokens",
// items: ["developers/mint-locally", "developers/mint-etherscan"],
// },
{
type: "category",
label: "Bots",
items: ["developers/setup","developers/bots", "developers/bot-param", "developers/pf-configuration"],
},
{
type: "category",
label: "Advanced Tutorials",
items: ["developers/optimistic-oracle-integration", "developers/dvm-integration"],
},
{
type: "category",
label: "Developer Reference",
items: ["dev-ref/mainnet-info", "dev-ref/addresses", "dev-ref/subgraphs", "getting-started/scalingsolutions", "oracle/dvm-interface", "oracle/optimistic-oracle-interface",
{
type: "link",
label: "Contracts (Github)",
href:
"https://github.com/UMAprotocol/protocol/tree/master/packages/core/contracts",
},
{
type: "link",
label: "Contract Documentation",
href:
"https://docs-git-doc-updates-uma.vercel.app/contracts/Contracts",
},],
},
],
"UMA Tokenholders": [
"uma-tokenholders/uma-holders",
"uma-tokenholders/uma-tokenomics",
{
type: "category",
label: "Price IDs and Collateral Currencies",
items: ["uma-tokenholders/adding-price-id", "uma-tokenholders/approved-price-identifiers", "uma-tokenholders/approved-collateral-currencies","uma-tokenholders/guidance-on-adding-price-identifiers","uma-tokenholders/guidence-on-collateral-currency-addition",],
},
"uma-tokenholders/umips",
"uma-tokenholders/voter-dApp",
],
"Community": [
"community/community-overview", "community/superUMAns",
{
type: "category",
label: "Events & Press",
items: ["community/press", "community/blog-posts", "community/events"],
},
],
"Contracts": [
{
type: "autogenerated",
dirName: "contracts",
},
],
};