You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Code in `index.html`
98
98
99
99
### Cover Page
100
100
101
-
Generate a cover page through with markdown. Create a `_coverpage.md` and set `data-coverpage` in script tag.
101
+
Generate a cover page with markdown. Create a `_coverpage.md` and set `data-coverpage` in the script tag.
102
102
103
103
```markdown
104
104

@@ -117,7 +117,7 @@ Generate a cover page through with markdown. Create a `_coverpage.md` and set `d
117
117
```
118
118
119
119
#### Custom background
120
-
Currently the background of cover page is generated randomly. We can customize the background, just using the syntax to add image.
120
+
Currently the background of the cover page is generated randomly. We can customize the background color, or add a background image.
121
121
122
122
```markdown
123
123
# docsify <small>1.2.0</small>
@@ -135,7 +135,7 @@ Currently the background of cover page is generated randomly. We can customize t
135
135
136
136
### Markdown parser
137
137
138
-
Docsify uses [marked](https://github.com/chjj/marked) to parse markdown, we can configure it
138
+
Docsify uses [marked](https://github.com/chjj/marked) to parse markdown. We can configure it
139
139
140
140
```js
141
141
window.$docsify= {
@@ -145,7 +145,7 @@ window.$docsify = {
145
145
}
146
146
```
147
147
148
-
And can even be completely customized
148
+
And it can even be customized
149
149
150
150
```js
151
151
window.$docsify= {
@@ -159,7 +159,7 @@ window.$docsify = {
159
159
160
160
## Options
161
161
162
-
You can add configuration by script tag attributes or `window.$docsify`.
162
+
You can add configurations in the script tag attributes or with`window.$docsify`.
163
163
164
164
### repo
165
165
Display the [GitHub Corner](http://tholman.com/github-corners/) widget.
@@ -247,7 +247,7 @@ window.$docsify = {
247
247
248
248
### load-sidebar
249
249
250
-
Load sidebar markdown file. If it is configured, load the current directory `_sidebar.md` by default. If the file isn't exist, sidebar will appear as a TOC.
250
+
Load sidebar markdown file. If it is configured, load the current directory `_sidebar.md` by default. If the file doesn't exist, the sidebar will appear as a TOC.
251
251
** you should add `.nojekyll` into docs folder to prevent GitHub Pages from ignoring the `_sidebar.md`**
0 commit comments