diff --git a/docs/api/other-apis.md b/docs/api/other-apis.md index aa3443f1fc..543037ec07 100644 --- a/docs/api/other-apis.md +++ b/docs/api/other-apis.md @@ -6,23 +6,12 @@ nav_exclude: true # Other APIs {: .no_toc } -## Contents -{: .no_toc } +These are community maintained projects and are not officially supported by the core ONNX Runtime team. -* TOC placeholder -{:toc} +## Julia + +[https://github.com/jw3126/ONNXRunTime.jl](https://github.com/jw3126/ONNXRunTime.jl){:target="_blank"} ## Ruby -This is an community-contributed project and not officially supported by the core ONNX Runtime team. -### Supported Versions -{: .no_toc } -2.4 - 2.7 - -### API Reference -{: .no_toc } [https://github.com/ankane/onnxruntime](https://github.com/ankane/onnxruntime){:target="_blank"} - -### Samples -{: .no_toc } -[Ruby Samples](https://ankane.org/tensorflow-ruby){:target="_blank"} \ No newline at end of file diff --git a/docs/get-started/index.md b/docs/get-started/index.md index fbcf5888a2..89f57c450e 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -7,4 +7,7 @@ nav_order: 2 {: .no_toc } +Community Projects +[Julia](https://github.com/jw3126/ONNXRunTime.jl) (external project) +[Ruby](https://github.com/ankane/onnxruntime) (external project)