-
Notifications
You must be signed in to change notification settings - Fork 2
/
sidebars.js
47 lines (46 loc) · 1.11 KB
/
sidebars.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
module.exports = {
docs: [
{
type: "category",
label: "秘宝",
items: ["about/what-is-new", "about/overview", "about/concepts", "usage/manual", "about/solution", "about/claim"],
},
{
type: "category",
label: "OpenAPI",
items: [
"openapi/concepts",
"openapi/prepare",
"openapi/signature",
{
type: "category",
label: "最佳实践",
items: [
"openapi/best-practice/token-class",
"openapi/best-practice/token",
"openapi/best-practice/holder",
"openapi/best-practice/transaction",
"openapi/best-practice/multi-issuers",
],
},
],
},
{
type: "link",
label: "CoTA",
href: "https://cotadev.io",
},
{
type: "category",
label: "Blog",
items: [
"blog/cota",
{
type: "category",
label: "CoTA 开发指南",
items: ["blog/getting-start/getting-started", "blog/getting-start/cota-nft-life", "blog/getting-start/qa"],
},
],
},
],
};