diff --git a/docs/README.md b/docs/README.md index aa14a37a..4968428a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -381,7 +381,7 @@ window.$docsify = { ``` -### basePath +### base-path If your HTML entry file and the markdown files are in different directories, we can use: @@ -430,7 +430,7 @@ window.$docsify = { } ``` -### nameLink +### name-link Name link. The default value is `window.location.pathname`. diff --git a/docs/zh-cn.md b/docs/zh-cn.md index 53fb7c03..56f249bb 100644 --- a/docs/zh-cn.md +++ b/docs/zh-cn.md @@ -387,7 +387,7 @@ window.$docsify = { } ``` -### basePath +### base-path 指定加载文档的路径,如果你的 HTML 入口文件和文档是放在不同地方,你可以设置: @@ -438,7 +438,7 @@ window.$docsify = { } ``` -### nameLink +### name-link 项目名链接,默认为 `window.location.pathname`。 @@ -452,7 +452,7 @@ window.$docsify = { } ``` -### themeColor +### theme-color 自定义主题色。