Skip to content

Commit

Permalink
[Doc] Fix C++ tutorial does not display on doc site (#7174)
Browse files Browse the repository at this point in the history
This PR fixes the problem that `depolyment/tutorial.md` does not display
on the doc site.
  • Loading branch information
neozhaoliang authored and lin-hitonami committed Jan 16, 2023
1 parent 10fa837 commit a2b8207
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/lang/articles/deployment/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Tutorial: Run Taichi programs in C++ application

Taichi makes it easy to write high-performance programs with efficient parallelism, but in many applications we cannot simply deploy the Python scripts. Taichi offers a runtime library (TiRT) with a C interface so that your Taichi kernels can be launched in any native application. In this tutorial, we'll walkthrough the steps to deploy a Taichi program in a C++ application.
Expand Down

0 comments on commit a2b8207

Please sign in to comment.