mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* add docfx and gh action to build docs * kick off build from feature branch * Fix LGTM linting * update az pipeline to win22 & remove nuget install * remove azure ci changes * fix implicit using to support 5.0 * fix more js issues * remove resource designer changes * remove space * fix linting misspellings in autogenerated js temp * fix misspellings in generated code * delete log file
22 lines
No EOL
781 B
Cheetah
22 lines
No EOL
781 B
Cheetah
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<div id="sidetoggle">
|
|
<div>
|
|
{{^_disableSideFilter}}
|
|
<div class="sidefilter">
|
|
<form class="toc-filter">
|
|
<span class="glyphicon glyphicon-filter filter-icon"></span>
|
|
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
|
|
<input type="text" id="toc_filter_input" placeholder="{{__global.tocFilter}}" onkeypress="if(event.keyCode==13) {return false;}">
|
|
</form>
|
|
</div>
|
|
{{/_disableSideFilter}}
|
|
<div class="sidetoc">
|
|
<div class="toc" id="toc">
|
|
{{^leaf}}
|
|
{{>partials/li}}
|
|
{{/leaf}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |