mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
The table of contents is removed from the sidebar and relocated underneath breadcrumbs and page title (if there is one). It can be toggled open and closed.
24 lines
470 B
Scheme
Executable File
24 lines
470 B
Scheme
Executable File
<% if VersionWarning %>
|
|
<% include DocumentationVersion_warning %>
|
|
<% end_if %>
|
|
|
|
<div id="documentation-page">
|
|
<div id="content-column">
|
|
<% if Breadcrumbs %>
|
|
<% include DocBreadcrumbs %>
|
|
<% end_if %>
|
|
$Content
|
|
|
|
<% if EditLink %>
|
|
<div id="edit-link">
|
|
<p><a target="_blank" href="$EditLink">Edit this page</a></p>
|
|
</div>
|
|
<% end_if %>
|
|
</div>
|
|
|
|
<% if Content %>
|
|
<div id="sidebar-column">
|
|
<% include DocInThisModule %>
|
|
</div>
|
|
<% end_if %>
|
|
</div> |