This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsidebar.developer.js
79 lines (79 loc) · 1.79 KB
/
sidebar.developer.js
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
module.exports = {
docs: [
"intro",
{
type: "category",
label: "Pando Lake & 4swap",
items: [
"lake/overview",
{
type: "category",
label: "Guide",
items: ["lake/guide/using-sdk", "lake/guide/invoke-wallets"],
},
{
type: "category",
label: "API Reference",
items: [
"lake/apis/overview",
"lake/apis/auth",
"lake/apis/info",
"lake/apis/stat",
"lake/apis/pairs",
"lake/apis/assets",
"lake/apis/actions",
"lake/apis/orders",
"lake/apis/transactions",
],
},
"lake/design",
"lake/action-protocol",
"lake/lake-and-4swap",
],
},
{
type: "category",
label: "Pando Leaf",
items: [
"leaf/overview",
"leaf/design",
{
type: "category",
label: "API Reference",
items: [
"leaf/apis/overview",
"leaf/apis/info",
"leaf/apis/auth",
"leaf/apis/assets",
"leaf/apis/cats",
"leaf/apis/flips",
"leaf/apis/vaults",
"leaf/apis/oracles",
"leaf/apis/transactions",
"leaf/apis/actions",
],
},
],
},
{
type: "category",
label: "Pando Rings",
items: ["rings/overview", "rings/design", "rings/guide", "rings/apis"],
},
{
type: "doc",
label: "Pando Lots",
id: "lots/intro",
},
{
type: "doc",
label: "Talkee",
id:"talkee/intro",
},
{
type: "category",
label: "Resources",
items: ["resources/open-source", "resources/examples", "resources/sdk"],
},
],
};