|
|
@@ -48,7 +48,7 @@ |
|
|
|
|
|
|
|
<li class="tocentry"><a href="#theme">Theme</a></li>
|
|
|
|
|
|
|
|
<li class="tocentry"><a href="#sourcefolderstocopy">SourceFoldersToCopy`</a></li>
|
|
|
|
<li class="tocentry"><a href="#sourcefolderstocopy">SourceFoldersToCopy</a></li>
|
|
|
|
|
|
|
|
<li class="tocentry"><a href="#convertlocallinks">ConvertLocalLinks</a></li>
|
|
|
|
|
|
|
@@ -149,7 +149,7 @@ |
|
|
|
<p>Specifies the folder where the files specified to be included using <a href="markdownextensions.htm#include-files">@@include directives</a> are located. If <code>IncludeSource</code> isn't specified, the value <code>Includes</code> is assumed. </p> |
|
|
|
<h3 id="theme">Theme<a class="headerlink" href="#theme" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h3> |
|
|
|
<p>Specifies the folder within the <code>Themes</code> folder in the folder the <code>docnet</code> executable is located which is used as the theme for the pages to generate. <code>Docnet</code> expects a file called <code>PageTemplate.htm</code> within the specified <code>Theme</code> 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 <code>Theme</code> isn't specified, <code>Default</code> is assumed.</p> |
|
|
|
<h3 id="sourcefolderstocopy">SourceFoldersToCopy`<a class="headerlink" href="#sourcefolderstocopy" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h3> |
|
|
|
<h3 id="sourcefolderstocopy">SourceFoldersToCopy<a class="headerlink" href="#sourcefolderstocopy" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h3> |
|
|
|
<p>This is an optional directive with, if specified, one or more folder names relative to <code>Source</code>, which contain files to copy to the <code>Destination</code> folder. E.g. image files used in the markdown files, located in an <code>Images</code> folder can be copied this way to the output folder reliably. All folders specified are copied recursively.</p> |
|
|
|
<h3 id="convertlocallinks">ConvertLocalLinks<a class="headerlink" href="#convertlocallinks" title="Permalink to this headline"><i class="fa fa-link" aria-hidden="true"></i></a></h3> |
|
|
|
<p>This is an optional directive which, if specified and set to <code>"true"</code>, will make DocNet convert all local links to <code>.md</code> suffixed files into <code>.htm</code> files. Example: <code>(local link)[somemarkdownfile.md]</code> will be converted to <code><a href="somemarkdownfile.htm">local link</a></code>. Non-local urls are not converted. Default: <code>"false"</code>. </p> |
|
|
|