Skip to content

Commit

Permalink
docs: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 5, 2017
1 parent 115c80b commit 6e35f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -430,7 +430,7 @@ window.$docsify = {
}
```

### nameLink
### name-link

Name link. The default value is `window.location.pathname`.

Expand Down
6 changes: 3 additions & 3 deletions docs/zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ window.$docsify = {
}
```

### basePath
### base-path

指定加载文档的路径,如果你的 HTML 入口文件和文档是放在不同地方,你可以设置:

Expand Down Expand Up @@ -438,7 +438,7 @@ window.$docsify = {
}
```

### nameLink
### name-link

项目名链接,默认为 `window.location.pathname`

Expand All @@ -452,7 +452,7 @@ window.$docsify = {
}
```

### themeColor
### theme-color

自定义主题色。

Expand Down

0 comments on commit 6e35f64

Please sign in to comment.