diff --git a/build2023.html b/build2023.html index c0efa97a0d..b74078fd47 100644 --- a/build2023.html +++ b/build2023.html @@ -86,4 +86,4 @@ -f + diff --git a/docs/build/index.md b/docs/build/index.md index 5a1719bc31..be906d8b9c 100644 --- a/docs/build/index.md +++ b/docs/build/index.md @@ -1,5 +1,5 @@ --- -title: Build from source +title: Build ONNX Runtime has_children: true nav_order: 5 redirect_from: /docs/how-to/build diff --git a/docs/execution-providers/Azure-ExecutionProvider.md b/docs/execution-providers/Azure-ExecutionProvider.md index 15a157cbf6..db70920687 100644 --- a/docs/execution-providers/Azure-ExecutionProvider.md +++ b/docs/execution-providers/Azure-ExecutionProvider.md @@ -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 --- diff --git a/docs/execution-providers/MIGraphX-ExecutionProvider.md b/docs/execution-providers/MIGraphX-ExecutionProvider.md index 9eb38814bb..510cd1480a 100644 --- a/docs/execution-providers/MIGraphX-ExecutionProvider.md +++ b/docs/execution-providers/MIGraphX-ExecutionProvider.md @@ -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 --- diff --git a/docs/execution-providers/Vitis-AI-ExecutionProvider.md b/docs/execution-providers/Vitis-AI-ExecutionProvider.md index dfe3b2831e..a0e4086963 100644 --- a/docs/execution-providers/Vitis-AI-ExecutionProvider.md +++ b/docs/execution-providers/Vitis-AI-ExecutionProvider.md @@ -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 --- diff --git a/docs/execution-providers/add-execution-provider.md b/docs/execution-providers/add-execution-provider.md index 51c3f7645d..15914336c4 100644 --- a/docs/execution-providers/add-execution-provider.md +++ b/docs/execution-providers/add-execution-provider.md @@ -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 --- diff --git a/docs/execution-providers/community-maintained/index.md b/docs/execution-providers/community-maintained/index.md index 2eb0670062..0f699aad20 100644 --- a/docs/execution-providers/community-maintained/index.md +++ b/docs/execution-providers/community-maintained/index.md @@ -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.