hdoc-tools 0.17.16 → 0.17.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/hdoc-help.js +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -37,6 +37,8 @@ Returns statistics regarding the book you are working on:
|
|
37
37
|
|
38
38
|
If the -v switch is provided, then more verbose output is output, which includes a list of each MD and HTML file found, the file sizes, and file-specific word count.
|
39
39
|
|
40
|
+
The book statistics do not include counts for any externally hosted content injected into the book content using the [[INCLUDE]] tags.
|
41
|
+
|
40
42
|
### build
|
41
43
|
|
42
44
|
Performs a local build of the book, validates the links and static content are present and correct and outputs as a ZIP file.
|
package/hdoc-help.js
CHANGED
@@ -27,7 +27,8 @@ Commands
|
|
27
27
|
Starts a local web server on port 3000, serving the content. Supports a -port N to use a different port
|
28
28
|
|
29
29
|
- stats
|
30
|
-
Returns statistics regarding the book you are working on. Supports a -v switch for verbose output
|
30
|
+
Returns statistics regarding the book you are working on. Supports a -v switch for verbose output.
|
31
|
+
The book statistics do not include counts for any externally hosted content injected into the book content using the [[INCLUDE]] tags.
|
31
32
|
|
32
33
|
- validate
|
33
34
|
Validates the book content
|