docpress
Version:
Documentation website generator
29 lines (19 loc) • 501 B
Markdown
Disqus
================
Enable [Disqus](https://disqus.com) comments in your pages by adding the `disqus` configuration key in `docpress.json`.
<!-- {.file-heading} -->
```json
{
"disqus": {
"shortname": "mythbusters-js-org",
"exclude": "index|bibliography|resources|contributing"
}
}
```
Type: `string`
Your disqus shortname.
Type: `string`
An `RegExp` expression that you can provide for specify in what pages disable comments.