Files
radzen-blazor/Radzen.DocFX/templates/radzen/partials/_toc.liquid
Atanas Korchev 1f79572c07 Add docfx.
2021-10-29 15:09:43 +03:00

8 lines
480 B
Plaintext

{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">{{__global.tocToggleButton}}</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>