From 606141f5bab7b5c6e70cc8d94238461c1b8cdbb8 Mon Sep 17 00:00:00 2001
From: aky15 <ankeyuthu@gmail.com>
Date: 星期二, 18 四月 2023 14:04:43 +0800
Subject: [PATCH] Merge pull request #351 from alibaba-damo-academy/dev_aky

---
 docs/index.rst |   43 +++++++++++++++++++++++++++++++++++++++----
 1 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index ce44488..ae75c3f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,17 +11,52 @@
 
 .. toctree::
    :maxdepth: 1
-   :caption: Tutorial:
+   :caption: Installation
 
    ./installation.md
-   ./papers.md
-   ./get_started.md
 
 .. toctree::
    :maxdepth: 1
-   :caption: ModelScope:
+   :caption: Recipe
+
+   ./asr_recipe.md
+   ./sv_recipe.md
+   ./punc_recipe.md
+   ./vad_recipe.md
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Define Model
+
+   ./build_task.md
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Runtime
+
+   ./export.md
+   ./onnxruntime_python.md
+   ./onnxruntime_cpp.md
+   ./libtorch_python.md
+   ./grpc_python.md
+   ./grpc_cpp.md
+   ./websocket_python.md
+
+
+
+.. toctree::
+   :maxdepth: 1
+   :caption: ModelScope pipeline
 
    ./modelscope_models.md
+   ./modelscope_usages.md
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Papers
+
+   ./papers.md
+
 
 Indices and tables
 ==================

--
Gitblit v1.9.1