mirror of https://github.com/curbengh/hexo-yam
docs: links to xml & json sections
This commit is contained in:
parent
fd117bcd58
commit
353ca8ea37
|
@ -55,6 +55,8 @@ minify:
|
||||||
svg:
|
svg:
|
||||||
gzip:
|
gzip:
|
||||||
brotli:
|
brotli:
|
||||||
|
xml:
|
||||||
|
json:
|
||||||
```
|
```
|
||||||
|
|
||||||
- **enable** - Enable the plugin. Defaults to `true`.
|
- **enable** - Enable the plugin. Defaults to `true`.
|
||||||
|
@ -64,6 +66,8 @@ minify:
|
||||||
- **svg** - See [SVG](#svg) section
|
- **svg** - See [SVG](#svg) section
|
||||||
- **gzip** - See [Gzip](#gzip) section
|
- **gzip** - See [Gzip](#gzip) section
|
||||||
- **brotli** - See [Brotli](#brotli) section
|
- **brotli** - See [Brotli](#brotli) section
|
||||||
|
- **xml** - See [XML](#xml) section
|
||||||
|
- **json** - See [JSON](#json) section
|
||||||
|
|
||||||
## HTML
|
## HTML
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue