File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
i18n/en/docusaurus-theme-classic Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -184,9 +184,14 @@ const config = {
184184 sidebarId : 'tools' ,
185185 label : 'Tools' ,
186186 } ,
187+ {
188+ href : 'https://github.com/orgs/kcl-lang/packages' ,
189+ position : 'left' ,
190+ sidebarId : 'packages' ,
191+ label : 'Packages' ,
192+ } ,
187193 {
188194 href : 'http://play.kcl-lang.io/' ,
189- // type: 'docSidebar',
190195 position : 'left' ,
191196 sidebarId : 'playground' ,
192197 label : 'Playground' ,
Original file line number Diff line number Diff line change 3535 "message" : " Playground" ,
3636 "description" : " Navbar item with label Playground"
3737 },
38+ "item.label.Packages" : {
39+ "message" : " Packages" ,
40+ "description" : " Navbar item with label Packages"
41+ },
3842 "item.label.Examples" : {
3943 "message" : " Examples" ,
4044 "description" : " Navbar item with label Examples"
You can’t perform that action at this time.
0 commit comments