@@ -2,31 +2,51 @@ import { DefaultTheme } from "vitepress";
2
2
3
3
export default < DefaultTheme . NavItem [ ] > [
4
4
{
5
- text : "Quickstart " ,
6
- link : '/quickstart ' ,
7
- activeMatch : '/quickstart ' ,
5
+ text : "Guide " ,
6
+ link : '/guide/what-is-dynapi/ ' ,
7
+ activeMatch : '/guide/ ' ,
8
8
} ,
9
9
{
10
- text : "Documentation " ,
11
- link : '/docs ' ,
12
- activeMatch : '/docs ' ,
10
+ text : "References " ,
11
+ link : '/references/ ' ,
12
+ activeMatch : '/references/ ' ,
13
13
} ,
14
14
{
15
15
text : "Repositories" ,
16
16
items : [
17
+ {
18
+ text : "DynAPI" ,
19
+ link : 'https://github.com/DynAPI/org.dynapi.DynAPI' ,
20
+ target : '_blank' ,
21
+ } ,
22
+ {
23
+ text : "DynAPI (v1)" ,
24
+ link : 'https://github.com/DynAPI/DynAPI' ,
25
+ target : '_blank' ,
26
+ } ,
17
27
{
18
28
text : "DynAPI Website" ,
19
29
link : 'https://github.com/DynAPI/DynAPI.github.io' ,
20
30
target : '_blank' ,
21
31
} ,
22
32
{
23
- text : "DynAPI " ,
24
- link : 'https://github.com/DynAPI/org.dynapi.DynAPI ' ,
33
+ text : "The Interceptor " ,
34
+ link : 'https://github.com/DynAPI/Interceptor ' ,
25
35
target : '_blank' ,
26
36
} ,
27
37
{
28
- text : "DynAPI (v1)" ,
29
- link : 'https://github.com/DynAPI/DynAPI' ,
38
+ text : "org.dynapi:squirtle" ,
39
+ link : 'https://github.com/DynAPI/org.dynapi.squirtle' ,
40
+ target : '_blank' ,
41
+ } ,
42
+ {
43
+ text : "org.dynapi:openapispec" ,
44
+ link : 'https://github.com/DynAPI/org.dynapi.openapispec' ,
45
+ target : '_blank' ,
46
+ } ,
47
+ {
48
+ text : "org.dynapi:json-schema-gen" ,
49
+ link : 'https://github.com/DynAPI/org.dynapi.jsonschemagen' ,
30
50
target : '_blank' ,
31
51
} ,
32
52
]
0 commit comments