Skip to content

Commit

Permalink
[website] Fix sidebar ordering (#17620)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
faxu authored Sep 20, 2023
1 parent ea25f19 commit cd20cac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ <h2 class="blue-text">Repos</h2>

</body>

</html>f
</html>
2 changes: 1 addition & 1 deletion docs/build/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Build from source
title: Build ONNX Runtime
has_children: true
nav_order: 5
redirect_from: /docs/how-to/build
Expand Down
2 changes: 1 addition & 1 deletion docs/execution-providers/Azure-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/execution-providers/MIGraphX-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/execution-providers/Vitis-AI-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/execution-providers/add-execution-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/execution-providers/community-maintained/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd20cac

Please sign in to comment.