mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-18 18:52:16 +00:00
[website] Fix sidebar ordering (#17620)
### Description - Fixes ordering of EPs in sidebar - Also fixes #17607 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
ea25f19229
commit
cd20cac27f
7 changed files with 7 additions and 7 deletions
|
|
@ -86,4 +86,4 @@
|
|||
|
||||
</body>
|
||||
|
||||
</html>f
|
||||
</html>
|
||||
|
|
|
|||
2
docs/build/index.md
vendored
2
docs/build/index.md
vendored
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Build from source
|
||||
title: Build ONNX Runtime
|
||||
has_children: true
|
||||
nav_order: 5
|
||||
redirect_from: /docs/how-to/build
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: Cloud - Azure
|
||||
description: Instructions to infer an ONNX model remotely with an Azure endpoint
|
||||
parent: Execution Providers
|
||||
nav_order: 11
|
||||
nav_order: 13
|
||||
redirect_from: /docs/reference/execution-providers/Azure-ExecutionProvider
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: AMD - MIGraphX
|
||||
description: Instructions to execute ONNX Runtime with the AMD MIGraphX execution provider
|
||||
parent: Execution Providers
|
||||
nav_order: 10
|
||||
nav_order: 11
|
||||
redirect_from: /docs/reference/execution-providers/MIGraphX-ExecutionProvider
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: AMD - Vitis AI
|
||||
description: Instructions to execute ONNX Runtime on AMD devices with the Vitis AI execution provider
|
||||
parent: Execution Providers
|
||||
nav_order: 6
|
||||
nav_order: 12
|
||||
redirect_from: /docs/execution-providers/community-maintained/Vitis-AI-ExecutionProvider
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: Add a new provider
|
||||
description: Instructions to add a new execution provider to ONNX Runtime
|
||||
parent: Execution Providers
|
||||
nav_order: 13
|
||||
nav_order: 15
|
||||
redirect_from: /docs/how-to/add-execution-provider
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: Community-maintained
|
||||
parent: Execution Providers
|
||||
has_children: true
|
||||
nav_order: 12
|
||||
nav_order: 14
|
||||
---
|
||||
# Community-maintained Providers
|
||||
This list of providers for specialized hardware is contributed and maintained by ONNX Runtime community partners.
|
||||
|
|
|
|||
Loading…
Reference in a new issue