[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:
Faith Xu 2023-09-20 14:11:50 -07:00 committed by GitHub
parent ea25f19229
commit cd20cac27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -86,4 +86,4 @@
</body>
</html>f
</html>

2
docs/build/index.md vendored
View file

@ -1,5 +1,5 @@
---
title: Build from source
title: Build ONNX Runtime
has_children: true
nav_order: 5
redirect_from: /docs/how-to/build

View file

@ -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
---

View file

@ -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
---

View file

@ -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
---

View file

@ -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
---

View file

@ -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.