12345678910111213141516171819202122232425 |
- {% 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="hidden-sm col-md-2" role="complementary">
- <div class="sideaffix">
- {%- if not _disableContribution -%}
- <div class="contribution">
- <ul class="nav">
- {%- if docurl -%}
- <li>
- <a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a>
- </li>
- {%- endif -%}
- {%- if sourceurl -%}
- <li>
- <a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a>
- </li>
- {%- endif -%}
- </ul>
- </div>
- {%- endif -%}
- <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
- <h5>{{__global.inThisArticle}}</h5>
- <div></div>
- </nav>
- </div>
- </div>
|