mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
43b6d42719
This major update changes the behaviour of the docviewer module to use a cached manifest rather than on demand. This allows us to simplify the URL matching and store 'nice' URL configuration rather than altering handleAction().
20 lines
376 B
Scheme
Executable File
20 lines
376 B
Scheme
Executable File
<div id="documentation-page" class="box">
|
|
<% if VersionWarning %>
|
|
<% include DocumentationVersion_warning %>
|
|
<% end_if %>
|
|
|
|
<% if Breadcrumbs %>
|
|
<% include DocumentationBreadcrumbs %>
|
|
<% end_if %>
|
|
|
|
$Content
|
|
|
|
<% include DocumentationNextPrevious %>
|
|
|
|
<% if EditLink %>
|
|
<% include DocumentationEditLink %>
|
|
<% end_if %>
|
|
|
|
|
|
<% include DocumentationComments %>
|
|
</div> |