diff --git a/docs/_navbar.md b/docs/_navbar.md index 0248daea6d..229e1d1a20 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -1,6 +1,6 @@ - Translations - [:uk: English](/) - - [:cn: 中文](/zh-cn/) + - [:cn: 简体中文](/zh-cn/) - [:de: Deutsch](/de-de/) - [:es: Español](/es/) - [:ru: Русский](/ru-ru/) diff --git a/docs/custom-navbar.md b/docs/custom-navbar.md index 14b6c8b3b5..0d05a243f5 100644 --- a/docs/custom-navbar.md +++ b/docs/custom-navbar.md @@ -12,7 +12,7 @@ If you need custom navigation, you can create a HTML-based navigation bar.
diff --git a/test/integration/__snapshots__/docs.test.js.snap b/test/integration/__snapshots__/docs.test.js.snap index cdb46103de..7c7af73d05 100644 --- a/test/integration/__snapshots__/docs.test.js.snap +++ b/test/integration/__snapshots__/docs.test.js.snap @@ -7,6 +7,6 @@ exports[`Docs Site coverpage renders and is unchanged 1`] = ` Getting Started

" `; -exports[`Docs Site navbar renders and is unchanged 1`] = `""`; +exports[`Docs Site navbar renders and is unchanged 1`] = `""`; exports[`Docs Site sidebar renders and is unchanged 1`] = `""`;