docs: uniform AntV navbar's order and naming

This commit is contained in:
羽熙 2020-07-14 21:14:23 +08:00 committed by Yanyan Wang
parent c699bb75f1
commit 61e1104ebe
2 changed files with 5 additions and 5 deletions

View File

@ -23,21 +23,21 @@ module.exports = {
{
slug: 'docs/manual/introduction',
title: {
zh: '文档',
en: 'Docs',
zh: '使用文档',
en: 'Manual',
},
},
{
slug: 'docs/api/Graph',
title: {
zh: 'API',
zh: 'API 文档',
en: 'API',
},
},
{
slug: 'examples',
title: {
zh: '图表示',
zh: '图表',
en: 'Examples',
},
},

View File

@ -125,4 +125,4 @@
"webpack-cli": "^3.3.10",
"worker-loader": "^2.0.0"
}
}
}