Skip to content

Commit 6743393

Browse files
authored
Add build section to homepage
2 parents c2957c4 + bffce89 commit 6743393

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

docs/.vuepress/theme/components/Home.vue

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,44 @@ export default {
9292
]
9393
},
9494
{
95-
title: 'Mine',
96-
path: '/mine',
95+
title: 'Build',
96+
path: '/build',
9797
children: [
9898
{
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+
{
99133
title: 'Mining overview',
100134
path: '/mine/mining'
101135
}

0 commit comments

Comments
 (0)