Compare commits
1 commit
develop
...
QingWei-Li
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28d094200c |
2 changed files with 13 additions and 1 deletions
|
|
@ -454,6 +454,18 @@ window.$docsify = {
|
|||
};
|
||||
```
|
||||
|
||||
Such as setting the cache
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
requestHeaders: {
|
||||
'cache-control': 'max-age=600'
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
|
||||
## ext
|
||||
|
||||
- type: `String`
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ It is recommended that you save your files to the `./docs` subfolder of the `mas
|
|||

|
||||
|
||||
!> You can also save files in the root directory and select `master branch`.
|
||||
You'll need to place a `.nojekyll` file in the deploy location (such as `/docs` or the gh-pages branch)
|
||||
You'll need to place a `.nojekyll` file in the deploy location (such as `/docs` or the gh-pages branch
|
||||
|
||||
## GitLab Pages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue