e94818a1cb
- Update Dokka to 1.6.20-M1 - Update Dokka to 1.6.20 - Update Dokka to 1.7.0-dev - Update Dokka to 1.7.20-dev-187 Co-authored-by: ilya.gorbunov@jetbrains.com
24 lines
826 B
Plaintext
24 lines
826 B
Plaintext
<#import "source_set_selector.ftl" as source_set_selector>
|
|
<#macro display>
|
|
<div class="navigation-wrapper" id="navigation-wrapper">
|
|
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
|
<div class="library-name">
|
|
<@template_cmd name="pathToRoot">
|
|
<a href="${pathToRoot}index.html">
|
|
<@template_cmd name="projectName">
|
|
<span>${projectName}</span>
|
|
</@template_cmd>
|
|
</a>
|
|
</@template_cmd>
|
|
</div>
|
|
<div>
|
|
<#-- This can be handled by a versioning plugin -->
|
|
<@version/>
|
|
</div>
|
|
<div class="pull-right d-flex">
|
|
<@source_set_selector.display/>
|
|
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
|
|
<div id="searchBar"></div>
|
|
</div>
|
|
</div>
|
|
</#macro> |