diff --git a/docs/v1/configuration/fusionssg-configuration/index.html b/docs/v1/configuration/fusionssg-configuration/index.html index a8373b8..d566a04 100644 --- a/docs/v1/configuration/fusionssg-configuration/index.html +++ b/docs/v1/configuration/fusionssg-configuration/index.html @@ -153,7 +153,7 @@

wips

Files and folders prepended with "!" are negated and will be generated.

Introduced in v1.2.0

-

Beginning with v1.2.0, fusion.ssg will report all works in progress for each release build cycle. These warnings serve to prevent the unintended updating of web sites with missing HTML documents that should have been included but haven't because they are still marked as works in progress.

+

Beginning with v1.2.0, fusion.ssg will report all works in progress for each release build cycle. These warnings serve to prevent the unintended updating of websites with missing HTML documents that should have been included but haven't because they are still marked as works in progress.

imgage

tokens

Simple token property values declared here are global to the project and replace all matching simple tokens declared in all HTML documents. If both a local simple token and a global simple token have the same name the local simple token takes precedence.

diff --git a/docs/v1/htmldocuments/templates/index.html b/docs/v1/htmldocuments/templates/index.html index d106f8a..3fa48cb 100644 --- a/docs/v1/htmldocuments/templates/index.html +++ b/docs/v1/htmldocuments/templates/index.html @@ -119,10 +119,10 @@

Templates

Works In Progress

-

fusion.ssg can ignore templates that are works in progress during release builds, thereby preventing their associated HTML documents from polluting your web site. Please see wips for more information.

+

fusion.ssg can ignore templates that are works in progress during release builds, thereby preventing their associated HTML documents from polluting your website. Please see wips for more information.

Works In Progress Reporting

Introduced in v1.2.0

-

Beginning with v1.2.0, fusion.ssg will report all works in progress during release builds. These warnings serve to prevent the unintended updating of web sites with missing HTML documents that should have been included but aren't because they are still marked as WIPS.

+

Beginning with v1.2.0, fusion.ssg will report all works in progress during release builds. These warnings serve to prevent the unintended updating of websites with missing HTML documents that should have been included but aren't because they are still marked as WIPS.

image