Skip to content

Commit

Permalink
Re-order C and C# get started so C is next to C++; add link to candy …
Browse files Browse the repository at this point in the history
…style transfer sample
  • Loading branch information
natke committed Mar 8, 2023
1 parent bd9b15f commit 596206b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/with-c.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: C
parent: Get Started
nav_order: 4
nav_order: 3
---

# Get started with ORT for C
Expand Down Expand Up @@ -110,4 +110,4 @@ To turn on/off telemetry collection on official Windows builds, please use Enabl

## Samples

See [Tutorials: API Basics - C](../tutorials/api-basics)
See [Candy Style Transfer](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer)
2 changes: 1 addition & 1 deletion docs/get-started/with-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: C#
parent: Get Started
toc: true
nav_order: 3
nav_order: 4
---
# Get started with ORT for C#
{: .no_toc }
Expand Down

0 comments on commit 596206b

Please sign in to comment.