From 2b75c9bf54d41b71b0a85908e7dca2cbad1c7a45 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Thu, 11 Jul 2024 12:32:10 -0700 Subject: [PATCH] Minor updates to Java docs (#21269) --- docs/genai/api/java.md | 4 ++-- docs/genai/howto/build-from-source.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/genai/api/java.md b/docs/genai/api/java.md index 3f69ce76b1425..47e654566c569 100644 --- a/docs/genai/api/java.md +++ b/docs/genai/api/java.md @@ -4,7 +4,7 @@ description: Java API reference for ONNX Runtime generate() API has_children: false parent: API docs grand_parent: Generate API (Preview) -nav_order: 1 +nav_order: 4 --- # ONNX Runtime generate() Java API @@ -17,7 +17,7 @@ _Note: this API is in preview and is subject to change._ {:toc} ## Install and import -The Java API is delivered by the ai.onnxruntime.genai Java package. Package publication is pending. To build the package from source, see the [installation guide](../howto/build-from-source.md). +The Java API is delivered by the ai.onnxruntime.genai Java package. Package publication is pending. To build the package from source, see the [build from source guide](../howto/build-from-source.md). ```java import ai.onnxruntime.genai.*; diff --git a/docs/genai/howto/build-from-source.md b/docs/genai/howto/build-from-source.md index 683dd26739f4c..012d8ea2fd048 100644 --- a/docs/genai/howto/build-from-source.md +++ b/docs/genai/howto/build-from-source.md @@ -16,7 +16,7 @@ nav_order: 2 ## Pre-requisites - `cmake` -- `.Net v6` (if building C# library or API) +- `.Net v6` (if building C#) ## Clone the onnxruntime-genai repo