diff --git a/_config.yml b/_config.yml index a93cf26f35..d45162008c 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,8 @@ aux_links: - "/docs/tutorials/" "API Docs": - "/docs/api/" + "YouTube": + - "https://www.youtube.com/channel/UC_SJk17KdRvDulXz-nc1uFg/featured" "GitHub": - "https://github.com/microsoft/onnxruntime" ga_tracking: UA-156955408-1 diff --git a/docs/index.md b/docs/index.md index d18b5f5ce0..bd74d94e81 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,28 +14,26 @@ ONNX Runtime is an accelerator for machine learning models with multi platform s |:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------| | [Get started with ORT](./get-started){: .btn .mr-4 target="_blank"} | [API Docs](./api){: .btn target="_blank"} | -| [Tutorials](./tutorials){: .btn target="_blank"} | [Ecosystem](./ecosystem){: .btn target="_blank"} | +| [Tutorials](./tutorials){: .btn target="_blank"} | [Ecosystem](./ecosystem){: .btn target="_blank"} | +| [ONNX Runtime YouTube](https://www.youtube.com/channel/UC_SJk17KdRvDulXz-nc1uFg/featured){: .btn .mr-4 target="_blank"} | ## Contribute and Customize |:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------| -| [Build ORT Packages](./build){: .btn .mr-4 target="_blank"} | [ONNX Runtime GitHub](https://github.com/microsoft/onnxruntime){: .btn target="_blank"} | +| [Build ORT Packages](./build){: .btn .mr-4 target="_blank"} | [ONNX Runtime GitHub](https://github.com/microsoft/onnxruntime){: .btn target="_blank"} | --- - ## QuickStart Template |:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------| -| [ORT Web JavaScript Site Template using NextJS](https://github.com/microsoft/onnxruntime-nextjs-template){: .btn .mr-4 target="_blank"} | +| [ORT Web JavaScript Site Template](https://github.com/microsoft/onnxruntime-nextjs-template){: .btn .mr-4 target="_blank"} | [ORT C# Console App Template](https://github.com/microsoft/onnxruntime-csharp-cv-template){: .btn .mr-4 target="_blank"} | --- - - ## ONNX Runtime for Inferencing ONNX Runtime Inference powers machine learning models in key Microsoft products and services across Office, Azure, Bing, as well as dozens of community projects.