@@ -5,26 +5,32 @@ export default defineConfig({
5
5
title : "Zencode W3C VC" ,
6
6
description : "Dyne.org W3C VC based on W3C standard and implemented using Zencode." ,
7
7
base : "/zencode-w3c-vc/" ,
8
- outDir : "./docs" ,
9
8
srcDir : "./src" ,
10
9
themeConfig : {
11
10
// https://vitepress.dev/reference/default-theme-config
12
11
nav : [
13
12
{ text : 'Home' , link : '/' } ,
14
- { text : 'Examples' , link : '/markdown-examples' }
13
+ { text : 'DIDRoom' , link : 'https://didroom.com' } ,
14
+ { text : 'Credimi' , link : 'https://credimi.io' } ,
15
+ { text : 'Zenroom' , link : 'https://zenroom.org' } ,
16
+ { text : 'Zencode' , link : 'https://dev.zenroom.org' } ,
17
+ { text : 'Slangroom' , link : 'https://dyne.org/slangroom' } ,
15
18
] ,
16
19
17
20
sidebar : [
18
21
{
19
- text : 'Use-cases ' ,
22
+ text : 'Use in your app ' ,
20
23
items : [
21
- { text : 'EUDI Wallet' , link : 'https://didroom.com' } ,
22
- { text : 'Interop' , link : 'https://credimi.io' }
24
+ { text : 'How to embed' , link : 'https://dev.zenroom.org/#/pages/how-to-embed' } ,
25
+ { text : 'Javascript' , link : 'https://dev.zenroom.org/#/pages/javascript' } ,
26
+ { text : 'Python' , link : 'https://dev.zenroom.org/#/pages/python' } ,
27
+ { text : 'Java' , link : 'https://dev.zenroom.org/#/pages/java' }
23
28
]
24
29
}
25
30
] ,
26
31
27
32
socialLinks : [
33
+ { icon : 'linkedin' , link : 'https://linkedin.com/company/forkbomb' } ,
28
34
{ icon : 'github' , link : 'https://github.com/dyne/zencode-w3c-vc' }
29
35
]
30
36
}
0 commit comments