From a3c0a0c4bf0b9f066fb8996117d0263878f33f86 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期六, 29 四月 2023 01:03:41 +0800
Subject: [PATCH] websocket docs

---
 funasr/runtime/websocket/readme.md |    2 +-
 docs/index.rst                     |    1 +
 docs/runtime/websocket_cpp.md      |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index e6aff5f..b8fcacd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -70,6 +70,7 @@
    ./runtime/grpc_python.md
    ./runtime/grpc_cpp.md
    ./runtime/websocket_python.md
+   ./runtime/websocket_cpp.md
 
 .. toctree::
    :maxdepth: 1
diff --git a/docs/runtime/websocket_cpp.md b/docs/runtime/websocket_cpp.md
new file mode 120000
index 0000000..8a87df5
--- /dev/null
+++ b/docs/runtime/websocket_cpp.md
@@ -0,0 +1 @@
+../../funasr/runtime/websocket/readme.md
\ No newline at end of file
diff --git a/funasr/runtime/websocket/readme.md b/funasr/runtime/websocket/readme.md
index d5cba00..7ed6d71 100644
--- a/funasr/runtime/websocket/readme.md
+++ b/funasr/runtime/websocket/readme.md
@@ -1,4 +1,4 @@
-# ONNXRuntime-cpp for Websocket Server
+# Service with websocket-cpp
 
 ## Export the model
 ### Install [modelscope and funasr](https://github.com/alibaba-damo-academy/FunASR#installation)

--
Gitblit v1.9.1