Skip to content

Commit

Permalink
[Docs] Removed Chinese Docs (WasmEdge#2709)
Browse files Browse the repository at this point in the history
Signed-off-by: Adithya Krishna <[email protected]>
  • Loading branch information
Adithya Krishna authored Aug 1, 2023
1 parent 783e96c commit dda1ee5
Show file tree
Hide file tree
Showing 121 changed files with 4 additions and 13,551 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/document_translation.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
mdbook build
cp -r book ../target/en
- name: Build Chinese version
run: |
cd docs/book/zh
mdbook build
cp -r book ../target/zh
- name: Publish EN version
if: ${{ github.event_name == 'push' }}
uses: cpina/github-action-push-to-another-repository@main
Expand Down
8 changes: 4 additions & 4 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ WasmEdge (之前名为 SSVM) 是为边缘计算优化的轻量级、高性能、

# 快速开始指引

🚀 [安装](docs/book/zh/src/start/install.md) WasmEdge\
🤖 [Build](docs/book/zh/src/extend/build.md)[贡献](docs/book/en/src/contribute.md)给 WasmEdge\
⌨️ [从 CLI 跑](docs/book/zh/src/start/cli.md)一个独立的 Wasm 程序或 [JavaScript 程序](docs/book/zh/src/intro/use/js.md) \
🚀 [安装](docs/book/en/src/start/install.md) WasmEdge\
🤖 [Build](docs/book/en/src/extend/build.md)[贡献](docs/book/en/src/contribute.md)给 WasmEdge\
⌨️ [从 CLI 跑](docs/book/en/src/start/cli.md)一个独立的 Wasm 程序或 [JavaScript 程序](docs/book/en/src/intro/use/js.md) \
🔌 [嵌入一个 Wasm 函数](https://www.secondstate.io/articles/getting-started-with-rust-function/)在你的[Node.js](https://github.com/second-state/wasm-learning/tree/master/ssvm/file-example)[Go语言](https://github.com/second-state/WasmEdge-go/tree/master/examples/go_mtcnn)或 Rust 应用里 \
🛠 使用 [Docker 工具](https://www.secondstate.io/articles/manage-webassembly-apps-in-wasmedge-using-docker-tools/)[数据流框架](https://www.secondstate.io/articles/yomo-wasmedge-real-time-data-streams/), 和 [区块链](https://medium.com/ethereum-on-steroids/running-ethereum-smart-contracts-in-a-substrate-blockchain-56fbc27fc95a) 管理和编排 Wasm runtimes

Expand All @@ -34,7 +34,7 @@ WasmEdge Runtime为其执行的 Wasm 字节码程序提供了一个有良好定

<div align="center">

**查看 WasmEdge 的[应用场景](docs/book/zh/src/intro/use.md)**
**查看 WasmEdge 的[应用场景](docs/book/en/src/intro/use.md)**

</div>

Expand Down
32 changes: 0 additions & 32 deletions docs/book/zh/book.toml

This file was deleted.

116 changes: 0 additions & 116 deletions docs/book/zh/src/SUMMARY.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/book/zh/src/dev.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/book/zh/src/dev/as.md

This file was deleted.

119 changes: 0 additions & 119 deletions docs/book/zh/src/dev/go.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/book/zh/src/dev/grain.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/book/zh/src/dev/js.md

This file was deleted.

52 changes: 0 additions & 52 deletions docs/book/zh/src/dev/js/es6.md

This file was deleted.

Loading

0 comments on commit dda1ee5

Please sign in to comment.