From 61e1104ebea7a71eef222b34f8955397a966d91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BE=BD=E7=86=99?= Date: Tue, 14 Jul 2020 21:14:23 +0800 Subject: [PATCH] docs: uniform AntV navbar's order and naming --- gatsby-config.js | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index caa2dde49a..b2141b66ab 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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', }, }, diff --git a/package.json b/package.json index 2c48710847..8952c3eb2d 100644 --- a/package.json +++ b/package.json @@ -125,4 +125,4 @@ "webpack-cli": "^3.3.10", "worker-loader": "^2.0.0" } -} \ No newline at end of file +}