Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ redirect_from: /docs/reference/api
| <span class="fs-5"> [Objective-C Docs](objectivec/index.html){: .btn target="_blank"} </span> |
| <span class="fs-5"> [JavaScript API Docs](js/index.html){: .btn target="_blank"} </span>|
| <span class="fs-5"> [Ruby API (Community)](https://github.com/ankane/onnxruntime-ruby){: .btn target="_blank"} </span>|
| <span class="fs-5"> [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} </span>|
| <span class="fs-5"> [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} </span>|
| <span class="fs-5"> [Rust API (Community)](https://github.com/pykeio/ort){: .btn target="_blank"} </span>|
5 changes: 3 additions & 2 deletions docs/get-started/community-projects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Julia and Ruby APIs
description: Get started with APIs for Julia and Ruby developed by our community
title: Julia, Ruby and Rust APIs
description: Get started with APIs for Julia, Ruby and Rust developed by our community
parent: Get Started
nav_order: 8
has_toc: false
Expand All @@ -10,3 +10,4 @@ has_toc: false

* [Julia](https://github.com/jw3126/ONNXRunTime.jl) (external project)
* [Ruby](https://github.com/ankane/onnxruntime) (external project)
* [Rust](https://github.com/pykeio/ort) (external project)
Loading