From 20dfd7fb429e68c74ccb157a91c21978d47e37a5 Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Wed, 14 Nov 2018 01:45:49 +0800 Subject: [PATCH] docs: add more reference links --- packages/docs/docs/config/README.md | 2 +- packages/docs/docs/zh/config/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/docs/config/README.md b/packages/docs/docs/config/README.md index a7c219bc..5863e133 100644 --- a/packages/docs/docs/config/README.md +++ b/packages/docs/docs/config/README.md @@ -208,7 +208,7 @@ Whether to show line numbers to the left of each code blocks. - Type: `Function` - Default: [source](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/shared-utils/lib/slugify.js) -Function for transforming header texts into slugs. Changing this affects the ids/links generated for header anchors, table of contents and sidebar links. +Function for transforming [header](../miscellaneous/glossary.md#headers) texts into slugs. Changing this affects the ids/links generated for header anchors, [table of contents](../guide/markdown.md#table-of-contents) and [sidebar](../theme/default-theme-config.md#sidebar) links. ### markdown.anchor diff --git a/packages/docs/docs/zh/config/README.md b/packages/docs/docs/zh/config/README.md index 5c1082c6..016af43c 100644 --- a/packages/docs/docs/zh/config/README.md +++ b/packages/docs/docs/zh/config/README.md @@ -202,7 +202,7 @@ VuePress provides a convenient way to add extra styles. you can create an `.vuep - Type: `Function` - Default: [source](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/shared-utils/lib/slugify.js) -一个将标题文本转换为 slug 的函数。修改它会影响标题锚点、TOC、以及侧边栏链接生成的 id 和 链接。 +一个将标题文本转换为 slug 的函数。修改它会影响 [标题](../miscellaneous/glossary.md#headers)、[目录](../guide/markdown.md#目录)、以及[侧边栏](../theme/default-theme-config.md#侧边栏)链接的 id 和 链接。 ### markdown.anchor -- GitLab