File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/.vitepress/locale-config Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
1818 {
1919 text : "Projects" ,
2020 items : [
21+ {
22+ text : "Java Dev Kit" ,
23+ link : "/projects/java-dev-kit"
24+ } ,
2125 {
2226 text : "Version Catalogue" ,
2327 link : "/projects/version-catalogue" ,
@@ -49,6 +53,10 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
4953 {
5054 text : "Open Source Projects" ,
5155 items : [
56+ {
57+ text : "Java Dev Kit" ,
58+ link : "/projects/java-dev-kit"
59+ } ,
5260 {
5361 text : "Version Catalogue" ,
5462 link : "/projects/version-catalogue" ,
@@ -67,6 +75,12 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
6775 ] ,
6876 } ,
6977 ] ,
78+ "/projects/java-dev-kit" : [
79+ {
80+ text : "Project" ,
81+ items : projectSidebar ( "java-dev-kit" )
82+ }
83+ ] ,
7084 "/projects/version-catalogue" : [
7185 {
7286 text : "Project" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ export const simplifiedChineseConfig: LocaleSpecificConfig<DefaultTheme.Config>
1717 {
1818 text : "项目" ,
1919 items : [
20+ {
21+ text : "Java Dev Kit" ,
22+ link : "/zh-CN/projects/java-dev-kit"
23+ } ,
2024 {
2125 text : "Version Catalogue" ,
2226 link : "/zh-CN/projects/version-catalogue" ,
You can’t perform that action at this time.
0 commit comments