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/options.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,14 @@ Whether or not to validate markup of the generated document using the [Nu Html C
136
136
137
137
**Default:** true
138
138
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
+
139
147
## `GH_PAGES_BRANCH`
140
148
141
149
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