Skip to content

Commit

Permalink
Recover sub-page toctrees
Browse files Browse the repository at this point in the history
Signed-off-by: chaoxinhu <chaoxinhu@hotmail.com>
  • Loading branch information
chaoxinhu committed Dec 25, 2019
1 parent b2f0b6b commit cc011a2
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
10 changes: 9 additions & 1 deletion docs/zh_CN/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,12 @@ Credential的重新生成则为重新发行一个Credential ID不相同的全新

**Window**<br>
1. 双击字体文件进行安装即可。(window10可能存在安装字体后程序仍然报字体错误情况,此时右键点击字体文件选择为所有用户安装)
---
---

```eval_rst
.. toctree::
:hidden:
:maxdepth: 1
faq-java.rst
```
8 changes: 7 additions & 1 deletion docs/zh_CN/docs/weidentity-endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ WeIdentity Endpoint Service
- Endpoint Service的RPC库基于 \ `smart-socket 1.4.2 <https://gitee.com/smartboot/smart-socket>`_\ 这一Java AIO框架。
- 目前Endpoint Service在此RPC库基础上自行实现了更加简单易用的按需断线重连机制。
- 目前Endpoint Service以异步的方式实现远程调用,并通过指定时长内的本地轮询查询执行结果。如果您的方法可能耗时过长,可以调节轮询的最大等待时长。
- Endpoint Service支持1:N的多集成端访问和多活机制。如果一个Endpoint可以由多台集成端访问,那么当其中某一台集成端访问出错时,访问其的请求会被自动导向其他注册了相同Endpoint的机器上。
- Endpoint Service支持1:N的多集成端访问和多活机制。如果一个Endpoint可以由多台集成端访问,那么当其中某一台集成端访问出错时,访问其的请求会被自动导向其他注册了相同Endpoint的机器上。

.. toctree::
:hidden:
:maxdepth: 1

weidentity-endpoint-deploy.rst
10 changes: 9 additions & 1 deletion docs/zh_CN/docs/weidentity-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@ WeIdentity Java SDK 安装部署
便捷工具
----------

当您部署SDK完成之后,可以通过一些便捷工具快速上手体验SDK,请参考 \ `WeIdentity JAVA SDK 便捷工具使用 <./weidentity-quick-tools.html>`__\。
当您部署SDK完成之后,可以通过一些便捷工具快速上手体验SDK,请参考 \ `WeIdentity JAVA SDK 便捷工具使用 <./weidentity-quick-tools.html>`__\。

.. toctree::
:hidden:
:maxdepth: 1

weidentity-build-with-deploy.rst
weidentity-installation-by-sourcecode.rst
weidentity-quick-tools.rst
10 changes: 9 additions & 1 deletion docs/zh_CN/docs/weidentity-rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ WeIdentity RestService提供了简化的WeIdentity集成方式与访问能力。
深入了解RestService
-----------------------------

您可以访问RestService的 \ `设计文档 <./weidentity-rest-design.html>`_\ \ `GitHub仓库 <https://github.com/WeBankFinTech/weid-http-service>`_\ ,了解RestService的方方面面。
您可以访问RestService的 \ `设计文档 <./weidentity-rest-design.html>`_\ \ `GitHub仓库 <https://github.com/WeBankFinTech/weid-http-service>`_\ ,了解RestService的方方面面。

.. toctree::
:hidden:
:maxdepth: 1

weidentity-rest-deploy.rst
weidentity-rest-api.rst
weidentity-rest-design.rst
7 changes: 7 additions & 0 deletions docs/zh_CN/docs/weidentity-sample.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ WeIdentity Sample 开发样例
(推荐方式)

- `spring-boot方式使用 <./weidentity-sample-springboot.html>`__

.. toctree::
:hidden:
:maxdepth: 1

weidentity-sample-commandline.rst
weidentity-sample-springboot.rst
1 change: 1 addition & 0 deletions docs/zh_CN/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ WeIdentity文档

.. toctree::
:maxdepth: 1
:hidden:
:caption: Contents:

README.rst
Expand Down

0 comments on commit cc011a2

Please sign in to comment.