From 2ea2345efa2a40410d51a85e52a91a5b0fb3ed8e Mon Sep 17 00:00:00 2001 From: y00576111 Date: Tue, 7 Sep 2021 10:33:52 +0800 Subject: [PATCH] update documents Change-Id: I5b14d2bab8dc7f655fa994b35d814e9fe55f6d8b Signed-off-by: y00576111 --- .../ARK-Runtime-Subsystem-zh.md | 2 +- docs/ARK-Runtime-Usage-Guide-zh.md | 7 +++++++ ...K Runtime Usage Guide.md => ARK-Runtime-Usage-Guide.md} | 0 .../development-example-zh.md | 0 .../environment-setup-and-compilation-zh.md | 0 "docs/\347\273\274\350\277\260.md" => docs/overview-zh.md | 0 .../using-the-toolchain-zh.md | 4 ++-- ...266\344\275\277\347\224\250\346\214\207\345\215\227.md" | 7 ------- 8 files changed, 10 insertions(+), 10 deletions(-) rename "docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" => docs/ARK-Runtime-Subsystem-zh.md (97%) create mode 100644 docs/ARK-Runtime-Usage-Guide-zh.md rename docs/{ARK Runtime Usage Guide.md => ARK-Runtime-Usage-Guide.md} (100%) rename "docs/\345\274\200\345\217\221\345\256\236\344\276\213.md" => docs/development-example-zh.md (100%) rename "docs/\347\216\257\345\242\203\346\220\255\345\273\272\345\222\214\347\274\226\350\257\221.md" => docs/environment-setup-and-compilation-zh.md (100%) rename "docs/\347\273\274\350\277\260.md" => docs/overview-zh.md (100%) rename "docs/\345\267\245\345\205\267\351\223\276\344\275\277\347\224\250.md" => docs/using-the-toolchain-zh.md (99%) delete mode 100644 "docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\344\275\277\347\224\250\346\214\207\345\215\227.md" diff --git "a/docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" b/docs/ARK-Runtime-Subsystem-zh.md similarity index 97% rename from "docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" rename to docs/ARK-Runtime-Subsystem-zh.md index 0e39e4a4ce..12a2a46efa 100644 --- "a/docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" +++ b/docs/ARK-Runtime-Subsystem-zh.md @@ -57,7 +57,7 @@ ARK-JS Runtime主要由四个部分组成: ## 相关仓 -**[方舟运行时子系统](方舟运行时子系统.md)** +**[方舟运行时子系统](ARK-Runtime-Subsystem-zh.md)** [ark/runtime\_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README_zh.md) diff --git a/docs/ARK-Runtime-Usage-Guide-zh.md b/docs/ARK-Runtime-Usage-Guide-zh.md new file mode 100644 index 0000000000..efb910bbd6 --- /dev/null +++ b/docs/ARK-Runtime-Usage-Guide-zh.md @@ -0,0 +1,7 @@ +# 方舟运行时使用指南 + +- [综述](overview-zh.md) +- [环境搭建和编译](environment-setup-and-compilation-zh.md) +- [开发实例](development-example-zh.md) +- [工具链使用](using-the-toolchain-zh.md) + diff --git a/docs/ARK Runtime Usage Guide.md b/docs/ARK-Runtime-Usage-Guide.md similarity index 100% rename from docs/ARK Runtime Usage Guide.md rename to docs/ARK-Runtime-Usage-Guide.md diff --git "a/docs/\345\274\200\345\217\221\345\256\236\344\276\213.md" b/docs/development-example-zh.md similarity index 100% rename from "docs/\345\274\200\345\217\221\345\256\236\344\276\213.md" rename to docs/development-example-zh.md diff --git "a/docs/\347\216\257\345\242\203\346\220\255\345\273\272\345\222\214\347\274\226\350\257\221.md" b/docs/environment-setup-and-compilation-zh.md similarity index 100% rename from "docs/\347\216\257\345\242\203\346\220\255\345\273\272\345\222\214\347\274\226\350\257\221.md" rename to docs/environment-setup-and-compilation-zh.md diff --git "a/docs/\347\273\274\350\277\260.md" b/docs/overview-zh.md similarity index 100% rename from "docs/\347\273\274\350\277\260.md" rename to docs/overview-zh.md diff --git "a/docs/\345\267\245\345\205\267\351\223\276\344\275\277\347\224\250.md" b/docs/using-the-toolchain-zh.md similarity index 99% rename from "docs/\345\267\245\345\205\267\351\223\276\344\275\277\347\224\250.md" rename to docs/using-the-toolchain-zh.md index 9466b7f973..44b7dd46ae 100644 --- "a/docs/\345\267\245\345\205\267\351\223\276\344\275\277\347\224\250.md" +++ b/docs/using-the-toolchain-zh.md @@ -193,12 +193,12 @@ ark_asm [选项] 输入文件 输出文件 反汇编器工具概述 -工具名称为ark\_dissam,用于将二进制格式的方舟字节码文件转换为文本格式的方舟字节码文件。 +工具名称为ark\_disasm,用于将二进制格式的方舟字节码文件转换为文本格式的方舟字节码文件。 命令行格式: ``` -ark_dissam [选项] 输入文件 输出文件 +ark_disasm [选项] 输入文件 输出文件 ``` diff --git "a/docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\344\275\277\347\224\250\346\214\207\345\215\227.md" "b/docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\344\275\277\347\224\250\346\214\207\345\215\227.md" deleted file mode 100644 index 421cadd984..0000000000 --- "a/docs/\346\226\271\350\210\237\350\277\220\350\241\214\346\227\266\344\275\277\347\224\250\346\214\207\345\215\227.md" +++ /dev/null @@ -1,7 +0,0 @@ -# 方舟运行时使用指南 - -- [综述](综述.md) -- [环境搭建和编译](环境搭建和编译.md) -- [开发实例](开发实例.md) -- [工具链使用](工具链使用.md) - -- Gitee