|
|
|
@@ -97,6 +97,8 @@ |
|
|
|
<li><code>{{TopicTitle}}</code>. This is replaced with the title of the page, which is the value specified as name in the <code>Pages</code> tree. </li> |
|
|
|
<li><code>{{Footer}}</code>. This is replaced with the value specified in <code>Footer</code> in the docnet.json file. </li> |
|
|
|
<li><code>{{Breadcrumbs}}</code>. This is replaced with a / delimited list of names making up the bread crumbs representing the navigation through the ToC to reach the current page. </li> |
|
|
|
<li><code>{{RelativeSourceFileName}}</code>. This is replaced with the source file name relative to the root folder. </li> |
|
|
|
<li><code>{{RelativeTargetFileName}}</code>. This is replaced with the target file name relative to the output folder. </li> |
|
|
|
<li><code>{{ExtraScript}}</code>. This is replaced with extra script definitions / references required by some pages, like the search page. It's <code>docnet</code> specific and if this marker isn't present, search won't work.</li> |
|
|
|
<li> |
|
|
|
<code>{{Path}}</code>. This is used to fill in the relative path to reach css/js files in hard-coded URLs in the <code>PageTemplate</code> file. This means that specifying a css URL in <code>PageTemplate</code> should look like: |
|
|
|
|