diff --git a/docnetjson.htm b/docnetjson.htm index 9fdf485..cfc03d9 100644 --- a/docnetjson.htm +++ b/docnetjson.htm @@ -48,7 +48,7 @@
Specifies the folder where the files specified to be included using @@include directives are located. If IncludeSource
isn't specified, the value Includes
is assumed.
Specifies the folder within the Themes
folder in the folder the docnet
executable is located which is used as the theme for the pages to generate. Docnet
expects a file called PageTemplate.htm
within the specified Theme
folder, which contains the HTML which is used as the wrapper file for the HTML generated from the markdown. It has to contain a couple of marker, which are described later in this document. If Theme
isn't specified, Default
is assumed.
This is an optional directive with, if specified, one or more folder names relative to Source
, which contain files to copy to the Destination
folder. E.g. image files used in the markdown files, located in an Images
folder can be copied this way to the output folder reliably. All folders specified are copied recursively.
This is an optional directive which, if specified and set to "true"
, will make DocNet convert all local links to .md
suffixed files into .htm
files. Example: (local link)[somemarkdownfile.md]
will be converted to <a href="somemarkdownfile.htm">local link</a>
. Non-local urls are not converted. Default: "false"
.