Compare commits

...
4 Commits
Author SHA1 Message Date
qingwei.li 543cbbce81 -> v2.0.2 2017-02-05 14:50:09 +08:00
qingwei.li 72c34152d4 bump: 2.0.2 2017-02-05 14:50:04 +08:00
qingwei.li 44708554f7 fix: button style in cover page 2017-02-05 14:48:57 +08:00
qingwei.li 6e35f6481a docs: update api 2017-02-05 13:53:36 +08:00
8 changed files with 16 additions and 11 deletions
+5
View File
@@ -1,3 +1,8 @@
## 2.0.2
### Bug fixes
- fix button style in cover page.
## 2.0.1
### Bug fixes
- border style.
+2 -2
View File
@@ -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`.
+1 -1
View File
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>2.0.1</small>
# docsify <small>2.0.2</small>
> A magical documentation site generator.
+3 -3
View File
@@ -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
自定义主题色。
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "2.0.1",
"version": "2.0.2",
"description": "A magical documentation generator.",
"main": "lib/docsify.js",
"files": [
+2 -2
View File
@@ -73,8 +73,8 @@ section.cover {
.cover-main p:last-child a {
border-radius: 2em;
border-width: 1px;
border-style: solid;
border-width: var(--theme-color, $color-primary);
border-style: solid;
border-color: var(--theme-color, $color-primary);
box-sizing: border-box;
color: var(--theme-color, $color-primary);
font-size: 1.05em;