mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +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
30 lines
955 B
Text
30 lines
955 B
Text
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<ul class="nav level{{level}}">
|
|
{{#items}}
|
|
{{^dropdown}}
|
|
<li>
|
|
{{^leaf}}
|
|
<span class="expand-stub"></span>
|
|
{{/leaf}}
|
|
{{#topicHref}}
|
|
<a href="{{topicHref}}" name="{{tocHref}}" title="{{name}}">{{name}}</a>
|
|
{{/topicHref}}
|
|
{{^topicHref}}
|
|
<a>{{{name}}}</a>
|
|
{{/topicHref}}
|
|
{{^leaf}}
|
|
{{>partials/li}}
|
|
{{/leaf}}
|
|
</li>
|
|
{{/dropdown}}
|
|
{{#dropdown}}
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">{{name}} <span class="caret"></span></a>
|
|
<ul class="dropdown-menu level{{level}}">
|
|
{{>partials/dd-li}}
|
|
</ul>
|
|
</li>
|
|
{{/dropdown}}
|
|
{{/items}}
|
|
</ul>
|