Skip to content

Commit 2f198e5

Browse files
authored
docs(options): add VALIDATE_PUBRULES (#211)
1 parent accca00 commit 2f198e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/options.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,14 @@ Whether or not to validate markup of the generated document using the [Nu Html C
136136

137137
**Default:** true
138138

139+
## `VALIDATE_PUBRULES`
140+
141+
Whether or not to validate compliance with [W3C Publication Rules](https://www.w3.org/pubrules/) using [Specberus](https://github.com/w3c/specberus).
142+
143+
**Possible values:** true, false
144+
145+
**Default:** false
146+
139147
## `GH_PAGES_BRANCH`
140148

141149
Whether or not to deploy to GitHub pages. Set to a Falsy value to not deploy, or provide a Git branch name to push to. You would need to enable GitHub pages publish source in repository settings manually.

0 commit comments

Comments
 (0)