forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
siteconfig.json
197 lines (197 loc) · 4.95 KB
/
siteconfig.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"title": "Sui Documentation",
"tagline": "Documentation for Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move.",
"URL": "https://docs.sui.io/",
"baseUrl": "/",
"favIcon": "/favicon2.png",
"organizationName": "Mysten Labs",
"projectName": "Dev Portal",
"footerData": {
"copyRight": "©2022 Copyright Sui. All rights reserved.",
"privacyPolicy": {
"label": "Privacy Policy",
"link": "https://sui.io/policy/"
},
"terms": {
"label": "Terms of Service",
"link": "https://sui.io/terms/"
},
"menu": [
{
"title": "Community",
"listItems": [
{
"title": "Discord",
"link": "https://discord.gg/sui",
"external": true
},
{
"title": "Twitter",
"link": "https://twitter.com/SuiNetwork/",
"external": true
},
{
"title": "Medium",
"link": "https://medium.com/mysten-labs/",
"external": true
},
{
"title": "GitHub",
"link": "https://github.com/MystenLabs",
"external": true
}
]
},
{
"title": "Ecosystem",
"listItems": [
{
"title": "Sui.io",
"link": "https://sui.io/",
"external": true,
"arrow": true
},
{
"title": "Sui Resources",
"link": "https://sui.io/resources/",
"external": true,
"arrow": true
},
{
"title": "Sui Developer Forums",
"link": "https://forums.sui.io/",
"external": true,
"arrow": true
}
]
},
{
"title": "Send Feedback",
"listItems": [
{
"title": "Contact us (Email)",
"link": "mailto:[email protected]",
"external": true,
"arrow": true
},
{
"title": "Create an Issue (GitHub)",
"link": "https://github.com/MystenLabs/sui/issues/new/choose",
"external": true,
"arrow": true
},
{
"title": "Chat about Docs (Discord)",
"link": "https://discord.com/channels/916379725201563759/1001562806862233701",
"external": true,
"arrow": true
}
]
}
]
},
"headerData": {
"menu": [
{
"title": "Learn",
"link": "/learn"
},
{
"title": "Build",
"link": "/build"
},
{
"title": "Reference",
"link": "/reference"
},
{
"title": "Explore",
"link": "/explore"
},
{
"title": "Contribute",
"link": "/contribute"
}
]
},
"HomePage": {
"title": "Sui Documentation",
"subTitle": "Docs for Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move",
"partner": {
"title": "Partnerships Highlight",
"copy": "Explore examples and 3rd-party projects built on Sui.",
"cta": {
"label": "Go",
"link": "https://sui.io/ecosystem/",
"external": true
}
},
"cta": [
{
"name": "What's New",
"sublist": [
{
"name": "Doc Updates",
"url": "/doc-updates"
},
{
"name": "Sui Releases",
"url": "https://github.com/MystenLabs/sui/releases",
"external": true
},
{
"name": "Sui Announcements (Discord)",
"url": "https://discord.com/channels/916379725201563759/925109817834631189",
"external": true
},
{
"name": "Sui Developer Experience Roadmap",
"url": "https://github.com/MystenLabs/sui/blob/main/DEVX_ROADMAP.md",
"external": true
}
]
},
{
"name": "Read the Docs",
"sublist": [
{
"name": "Learn About Sui",
"url": "/learn"
},
{
"name": "Start Building on Sui",
"url": "/build"
},
{
"name": "Sui Reference Docs",
"url": "/reference"
},
{
"name": "Explore Sui",
"url": "/explore"
}
]
},
{
"name": "More About Sui",
"sublist": [
{
"name": "Sui Resources",
"url": "https://sui.io/resources/",
"external": true
},
{
"name": "Sui Partners",
"url": "https://sui.io/ecosystem/",
"external": true
},
{
"name": "Why We Created Sui Move",
"url": "https://medium.com/mysten-labs/why-we-created-sui-move-6a234656c36b",
"external": true
}
]
}
]
}
}