File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed
docs/.vuepress/theme/components Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,44 @@ export default {
92
92
]
93
93
},
94
94
{
95
- title: ' Mine ' ,
96
- path: ' /mine ' ,
95
+ title: ' Build ' ,
96
+ path: ' /build ' ,
97
97
children: [
98
98
{
99
+ title: ' Interacting with the network' ,
100
+ path: ' /build/start-building/interacting-with-the-network/'
101
+ },
102
+ {
103
+ title: ' IPFS-backed pinning services' ,
104
+ path: ' /build/core-products/filecoin-backed-pinning-services/'
105
+ },
106
+ {
107
+ title: ' Powergate' ,
108
+ path: ' /build/core-products/powergate/'
109
+ },
110
+ {
111
+ title: ' Protocol Implementations' ,
112
+ path: ' /build/core-products/protocol-implementations/'
113
+ },
114
+ {
115
+ title: ' Wallets, signing tools and API clients' ,
116
+ path: ' /build/developer-tools/wallets-signing-tools-api-clients/'
117
+ },
118
+ {
119
+ title: ' Filecoin community resources' ,
120
+ path: ' https://github.com/filecoin-project/docs/wiki#community-resources'
121
+ },
122
+ {
123
+ title: ' Component design system' ,
124
+ path: ' http://filecoin.onrender.com/'
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ title: ' Mine' ,
130
+ path: ' /mine' ,
131
+ children: [
132
+ {
99
133
title: ' Mining overview' ,
100
134
path: ' /mine/mining'
101
135
}
You can’t perform that action at this time.
0 commit comments