@@ -2,31 +2,51 @@ import { DefaultTheme } from "vitepress";
22
33export default < DefaultTheme . NavItem [ ] > [
44 {
5- text : "Quickstart " ,
6- link : '/quickstart ' ,
7- activeMatch : '/quickstart ' ,
5+ text : "Guide " ,
6+ link : '/guide/what-is-dynapi/ ' ,
7+ activeMatch : '/guide/ ' ,
88 } ,
99 {
10- text : "Documentation " ,
11- link : '/docs ' ,
12- activeMatch : '/docs ' ,
10+ text : "References " ,
11+ link : '/references/ ' ,
12+ activeMatch : '/references/ ' ,
1313 } ,
1414 {
1515 text : "Repositories" ,
1616 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+ } ,
1727 {
1828 text : "DynAPI Website" ,
1929 link : 'https://github.com/DynAPI/DynAPI.github.io' ,
2030 target : '_blank' ,
2131 } ,
2232 {
23- text : "DynAPI " ,
24- link : 'https://github.com/DynAPI/org.dynapi.DynAPI ' ,
33+ text : "The Interceptor " ,
34+ link : 'https://github.com/DynAPI/Interceptor ' ,
2535 target : '_blank' ,
2636 } ,
2737 {
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' ,
3050 target : '_blank' ,
3151 } ,
3252 ]
0 commit comments