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> & {
18
18
{
19
19
text : "Projects" ,
20
20
items : [
21
+ {
22
+ text : "Java Dev Kit" ,
23
+ link : "/projects/java-dev-kit"
24
+ } ,
21
25
{
22
26
text : "Version Catalogue" ,
23
27
link : "/projects/version-catalogue" ,
@@ -49,6 +53,10 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
49
53
{
50
54
text : "Open Source Projects" ,
51
55
items : [
56
+ {
57
+ text : "Java Dev Kit" ,
58
+ link : "/projects/java-dev-kit"
59
+ } ,
52
60
{
53
61
text : "Version Catalogue" ,
54
62
link : "/projects/version-catalogue" ,
@@ -67,6 +75,12 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
67
75
] ,
68
76
} ,
69
77
] ,
78
+ "/projects/java-dev-kit" : [
79
+ {
80
+ text : "Project" ,
81
+ items : projectSidebar ( "java-dev-kit" )
82
+ }
83
+ ] ,
70
84
"/projects/version-catalogue" : [
71
85
{
72
86
text : "Project" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ export const simplifiedChineseConfig: LocaleSpecificConfig<DefaultTheme.Config>
17
17
{
18
18
text : "项目" ,
19
19
items : [
20
+ {
21
+ text : "Java Dev Kit" ,
22
+ link : "/zh-CN/projects/java-dev-kit"
23
+ } ,
20
24
{
21
25
text : "Version Catalogue" ,
22
26
link : "/zh-CN/projects/version-catalogue" ,
You can’t perform that action at this time.
0 commit comments