Skip to content

Commit

Permalink
chore: update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 3, 2024
1 parent 0c961e2 commit ec4f59c
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"eName": "Quickstart",
"show": true
},
{
"name": "advanced",
"cName": "进阶用法",
"eName": "Advanced Usage",
"show": true
},
{
"name": "official-theme",
"cName": "官方主题",
Expand Down Expand Up @@ -45,25 +51,25 @@
"show": true
},
{
"name": "ide",
"cName": "开发工具支持",
"eName": "IDE tool support",
"show": true
},
{
"name": "contributing",
"name": "https://github.com/jdf2e/nutui/issues/1671",
"cName": "贡献指南",
"eName": "Contributing",
"path": "#/contributing",
"show": true
"show": true,
"isLink": true
},

{
"name": "https://github.com/jdf2e/nutui/releases",
"cName": "更新日志",
"eName": "Changelog",
"show": true,
"isLink": true
},
{
"name": "https://github.com/jdf2e/nutui/issues/2461",
"cName": "常见问题",
"eName": "QA",
"show": true,
"isLink": true
}
]
},
Expand Down

0 comments on commit ec4f59c

Please sign in to comment.