diff --git a/document/_config.yml b/docs/_config.yml similarity index 100% rename from document/_config.yml rename to docs/_config.yml diff --git a/document/countersign.md b/docs/document/countersign.md similarity index 100% rename from document/countersign.md rename to docs/document/countersign.md diff --git a/document/cross_compile.md b/docs/document/cross_compile.md similarity index 100% rename from document/cross_compile.md rename to docs/document/cross_compile.md diff --git a/document/end_process.md b/docs/document/end_process.md similarity index 100% rename from document/end_process.md rename to docs/document/end_process.md diff --git a/document/exclusive_gateway.md b/docs/document/exclusive_gateway.md similarity index 100% rename from document/exclusive_gateway.md rename to docs/document/exclusive_gateway.md diff --git a/document/forward.md b/docs/document/forward.md similarity index 100% rename from document/forward.md rename to docs/document/forward.md diff --git a/document/ide_development.md b/docs/document/ide_development.md similarity index 100% rename from document/ide_development.md rename to docs/document/ide_development.md diff --git a/document/install.md b/docs/document/install.md similarity index 100% rename from document/install.md rename to docs/document/install.md diff --git a/document/introduction.md b/docs/document/introduction.md similarity index 100% rename from document/introduction.md rename to docs/document/introduction.md diff --git a/document/new_process.md b/docs/document/new_process.md similarity index 100% rename from document/new_process.md rename to docs/document/new_process.md diff --git a/document/parallel_gateway.md b/docs/document/parallel_gateway.md similarity index 100% rename from document/parallel_gateway.md rename to docs/document/parallel_gateway.md diff --git a/document/system_manager.md b/docs/document/system_manager.md similarity index 100% rename from document/system_manager.md rename to docs/document/system_manager.md diff --git a/document/urge.md b/docs/document/urge.md similarity index 100% rename from document/urge.md rename to docs/document/urge.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..5ceb82d --- /dev/null +++ b/docs/index.md @@ -0,0 +1,15 @@ +# 目录 + +* [介绍](https://lanyulei.github.io/ferry_docs/document/introduction "介绍") +* [安装](https://lanyulei.github.io/ferry_docs/document/install "安装") +* [IDE 开发](https://lanyulei.github.io/ferry_docs/document/ide_development "IDE 开发") +* [系统管理](https://lanyulei.github.io/ferry_docs/document/system_manager "系统管理") +* 工单系统 +* * [创建一个新流程](https://lanyulei.github.io/ferry_docs/document/new_process "创建一个新流程") +* * [催办](https://lanyulei.github.io/ferry_docs/document/urge "催办") +* * [转交](https://lanyulei.github.io/ferry_docs/document/forward "转交") +* * [结单](https://lanyulei.github.io/ferry_docs/document/end_process "结单") +* * [排他网关](https://lanyulei.github.io/ferry_docs/document/exclusive_gateway "排他网关") +* * [并行网关](https://lanyulei.github.io/ferry_docs/document/parallel_gateway "并行网关") +* * [会签](https://lanyulei.github.io/ferry_docs/document/countersign "会签") +* [Mac、Linux、Windows下分别进行交叉编译](https://lanyulei.github.io/ferry_docs/document/cross_compile "Mac、Linux、Windows下分别进行交叉编译") diff --git a/document/index.md b/document/index.md deleted file mode 100644 index c866a94..0000000 --- a/document/index.md +++ /dev/null @@ -1,15 +0,0 @@ -# 目录 - -* [介绍](https://lanyulei.github.io/ferry_docs/introduction "介绍") -* [安装](https://lanyulei.github.io/ferry_docs/install "安装") -* [IDE 开发](https://lanyulei.github.io/ferry_docs/ide_development "IDE 开发") -* [系统管理](https://lanyulei.github.io/ferry_docs/system_manager "系统管理") -* 工单系统 -* * [创建一个新流程](https://lanyulei.github.io/ferry_docs/new_process "创建一个新流程") -* * [催办](https://lanyulei.github.io/ferry_docs/urge "催办") -* * [转交](https://lanyulei.github.io/ferry_docs/forward "转交") -* * [结单](https://lanyulei.github.io/ferry_docs/end_process "结单") -* * [排他网关](https://lanyulei.github.io/ferry_docs/exclusive_gateway "排他网关") -* * [并行网关](https://lanyulei.github.io/ferry_docs/parallel_gateway "并行网关") -* * [会签](https://lanyulei.github.io/ferry_docs/countersign "会签") -* [Mac、Linux、Windows下分别进行交叉编译](https://lanyulei.github.io/ferry_docs/cross_compile "Mac、Linux、Windows下分别进行交叉编译")