From 40e803e9defb3db33cfea0dc9dc9b0d0e348de4c Mon Sep 17 00:00:00 2001
From: Luffy <52o@qq52o.cn>
Date: Thu, 8 May 2025 15:32:07 +0800
Subject: [PATCH] docs: changes in sync Chinese translation
---
docs/adding-pages.md | 4 ++--
docs/configuration.md | 6 +++---
docs/cover.md | 4 ++--
docs/custom-navbar.md | 2 +-
docs/deploy.md | 2 +-
docs/markdown.md | 2 +-
docs/plugins.md | 14 +++++++-------
docs/pwa.md | 2 +-
docs/quickstart.md | 2 +-
docs/vue.md | 4 ++--
src/core/render/tpl.js | 4 ++--
test/e2e/search.test.js | 6 +++---
12 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/docs/adding-pages.md b/docs/adding-pages.md
index 9a5b2454b..9cd6407dc 100644
--- a/docs/adding-pages.md
+++ b/docs/adding-pages.md
@@ -27,7 +27,7 @@ docs/zh-cn/guide.md => http://domain.com/#/zh-cn/guide
In order to have a sidebar, you can create your own `_sidebar.md` (see [this documentation's sidebar](https://github.com/docsifyjs/docsify/blob/main/docs/_sidebar.md) for an example):
-First, you need to set `loadSidebar` to **true**. Details are available in the [configuration paragraph](configuration.md#loadsidebar).
+First, you need to set `loadSidebar` to **true**. Details are available in the [configuration paragraph](configuration#loadsidebar).
```html
@@ -115,7 +115,7 @@ A page's `title` tag is generated from the _selected_ sidebar item name. For bet
Once you've created `_sidebar.md`, the sidebar content is automatically generated based on the headers in the markdown files.
-A custom sidebar can also automatically generate a table of contents by setting a `subMaxLevel`, compare [subMaxLevel configuration](configuration.md#submaxlevel).
+A custom sidebar can also automatically generate a table of contents by setting a `subMaxLevel`, compare [subMaxLevel configuration](configuration#submaxlevel).
```html
diff --git a/docs/configuration.md b/docs/configuration.md
index a11f89806..e4cc24e02 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -480,7 +480,7 @@ window.$docsify = {
- Type: `Boolean`
- Default: `false`
-Render emoji shorthand codes using GitHub-style emoji images or platform-native emoji characters.
+Render emoji shorthand codes using GitHub-style emoji images or native emoji characters.
```js
window.$docsify = {
@@ -506,7 +506,7 @@ GitHub-style images when `false`:
-Platform-native characters when `true`:
+Native characters when `true`: