-
Notifications
You must be signed in to change notification settings - Fork 89
/
menus.en.toml
209 lines (187 loc) · 6.07 KB
/
menus.en.toml
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
198
199
200
201
202
203
204
205
206
207
208
209
[[main]]
name = "Curriculum"
url = "/curriculum"
weight = 1000
[main.params]
identifier = "curriculum"
image = "https://cdn-icons-png.flaticon.com/128/9041/9041299.png"
width = 21
height = 21
[[main]]
name = "Tutorials"
url = "/tutorials"
weight = 2000
[main.params]
identifier = "tutorials"
image = "https://cdn-icons-png.flaticon.com/128/6988/6988166.png"
width = 26
height = 26
[[main]]
name = "About"
url = "/about/"
weight = 3500
[main.params]
identifier = "about"
image = "https://cdn-icons-png.flaticon.com/128/2563/2563002.png"
width = 24
height = 24
# [[main]]
# name = "Get Started"
# weight = 30
# identifier = "get-started"
# url = "/docs/prologue/introduction/"
#
# [[main]]
# name = "Quick Start"
# weight = 40
# identifier = "quick-start"
# url = "/docs/prologue/quick-start/"
# parent = "get-started"
#
# [[main]]
# name = "Tutorial"
# weight = 50
# identifier = "tutorial"
# url = "https://getdoks.org/tutorial/introduction/"
# parent = "get-started"
[[social]]
name = "GitHub"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
url = "https://github.com/protocol/launchpad"
post = "v0.1.0"
weight = 10
[[social]]
name = "Twitter"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-twitter\"><path d=\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\"></path></svg>"
url = "https://twitter.com/launchpad_pl"
weight = 20
[[curriculum]]
name = "Getting Started"
weight = 10
identifier = "curriculum-intro"
[curriculum.params]
image = "/logos/lp-primary-color.png"
width = 100
height = 100
section = "getting-started"
description = "How to get started with the self-guided Launchpad curriculum."
[[curriculum]]
name = "Web 3 Basics"
weight = 20
identifier = "curriculum-web3"
[curriculum.params]
image = "/logos/blockchain.png"
width = 100
height = 100
section = "web3"
description = "Learn about the basics of web3, including blockchains, wallets, and more."
[[curriculum]]
name = "Protocol Labs Network"
weight = 30
identifier = "curriculum-pln"
[curriculum.params]
image = "/logos/pl.png"
width = 100
height = 100
section = "pln"
description = "The Protocol Labs Network includes companies that believe in Web3 and decentralization. Discover the different organizations that are part of the ecosystem!"
[[curriculum]]
name = "IPFS"
weight = 40
identifier = "curriculum-ipfs"
[curriculum.params]
image = "/logos/ipfs.svg"
width = 100
height = 100
section = "ipfs"
description = "IPFS is a peer to peer network in which files are retrieved by their content, instead of their location. Learn what are the benefits (and drawbacks) of using content addressing!"
[[curriculum]]
name = "IPLD"
weight = 70
identifier = "curriculum-ipld"
[curriculum.params]
image = "/logos/ipld.png"
width = 101
height = 110.6
section = "ipld"
description = "IPLD includes a set of protocols and data structures that empower content addressing platforms, such as IPFS. Learn how can you use this tools in your own project!"
[[curriculum]]
name = "libp2p"
weight = 60
identifier = "curriculum-libp2p"
[curriculum.params]
image = "/logos/libp2p.png"
width = 101.17
height = 110.47
section = "libp2p"
description = "Libp2p is the networking stack of IPFS, which aims to provide reusable networking pieces for your project! Get to know the different modules of Libp2p"
[[curriculum]]
name = "Filecoin"
weight = 50
identifier = "curriculum-filecoin"
[curriculum.params]
image = "/logos/filecoin.png"
width = 100
height = 100
section = "filecoin"
description = "Filecoin a decentralized storage network to store large datasets in an affordable and reliable way"
[[curriculum]]
name = "Dev Tools"
weight = 80
identifier = "curriculum-devtools"
[curriculum.params]
image = "/icons/devtools.png"
width = 100
height = 100
section = "dev-tools"
description = "Learn about some of the most popular tools and projects built using Protocol Labs' technology"
[[tutorials]]
name = "Introduction to IPFS"
weight = 10
identifier = "tutorials-ipfs"
[tutorials.params]
category = "ipfs"
icon = "/logos/ipfs.svg"
iconWidth = 23
iconHeight = 23
image = "/tutorials/intro-ipfs.png"
[[tutorials]]
name = "libp2p Networking"
weight = 20
identifier = "tutorials-libp2p"
[tutorials.params]
category = "libp2p"
icon = "/logos/libp2p.png"
iconWidth = 22.9
iconHeight = 26.4
image = "/tutorials/libp2p.png"
[[tutorials]]
name = "Building on the FVM"
weight = 30
identifier = "tutorials-fvm"
[tutorials.params]
category = "fvm"
icon = "/logos/fvm.png"
iconWidth = 14.71
iconHeight = 22.30
image = "/tutorials/fvm.png"
[[tutorials]]
name = "Introduction to Metamask"
weight = 40
identifier = "tutorials-metamask-intro"
[tutorials.params]
category = "web3"
icon = "/logos/metamask.png"
iconWidth = 22
iconHeight = 22
image = "/tutorials/metamask.jpeg"
[[tutorials]]
name = "IPLD structures"
weight = 30
identifier = "tutorials-ipld"
[tutorials.params]
image = "/tutorials/ipld.svg"
[[footer]]
name = "About Launchpad"
url = "/about/"
weight = 10