Skip to content

Commit

Permalink
Fix toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoxinhu committed Dec 25, 2019
1 parent cc011a2 commit 791c7b9
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 25 deletions.
8 changes: 0 additions & 8 deletions docs/zh_CN/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,3 @@ Credential的重新生成则为重新发行一个Credential ID不相同的全新
**Window**<br>
1. 双击字体文件进行安装即可。(window10可能存在安装字体后程序仍然报字体错误情况,此时右键点击字体文件选择为所有用户安装)
---

```eval_rst
.. toctree::
:hidden:
:maxdepth: 1
faq-java.rst
```
12 changes: 6 additions & 6 deletions docs/zh_CN/docs/weidentity-endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ WeIdentity Endpoint Service

您可以参照 \ `部署指引 <./weidentity-endpoint-deploy.html>`_\ 文档,进行Endpoint Service的部署及初始化。

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

weidentity-endpoint-deploy.rst

使用Endpoint Service
-----------------------------

Expand All @@ -25,9 +31,3 @@ WeIdentity Endpoint Service
- 目前Endpoint Service在此RPC库基础上自行实现了更加简单易用的按需断线重连机制。
- 目前Endpoint Service以异步的方式实现远程调用,并通过指定时长内的本地轮询查询执行结果。如果您的方法可能耗时过长,可以调节轮询的最大等待时长。
- Endpoint Service支持1:N的多集成端访问和多活机制。如果一个Endpoint可以由多台集成端访问,那么当其中某一台集成端访问出错时,访问其的请求会被自动导向其他注册了相同Endpoint的机器上。

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

weidentity-endpoint-deploy.rst
13 changes: 10 additions & 3 deletions docs/zh_CN/docs/weidentity-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,22 @@ WeIdentity Java SDK 安装部署
注意:如果您使用了针对oracle jdk1.8.0.231及以上版本,不论用哪种方式部署SDK,在使用时都需要配置jvm参数 -Djdk.tls.namedGroups="secp256k1" 。详细原因,请见Oracle JDK 8u231的Release Notes: https://www.oracle.com/technetwork/java/javase/8u231-relnotes-5592812.html


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

weidentity-build-with-deploy.rst
weidentity-installation-by-sourcecode.rst


便捷工具
----------

当您部署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
14 changes: 12 additions & 2 deletions docs/zh_CN/docs/weidentity-rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,23 @@ WeIdentity RestService提供了简化的WeIdentity集成方式与访问能力。

您可以访问详细的 \ `部署指引 <./weidentity-rest-deploy.html>`_\ 文档,按照文中步骤部署RestService到您的Server上。

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

weidentity-rest-deploy.rst

使用RestService
-----------------------------

您可以访问具体的 \ `API接口文档 <./weidentity-rest-api.html>`_\ ,了解如何通过HTTP/HTTPS请求,访问WeIdentity的功能。

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

weidentity-rest-api.rst

深入了解RestService
-----------------------------

Expand All @@ -25,6 +37,4 @@ WeIdentity RestService提供了简化的WeIdentity集成方式与访问能力。
:hidden:
:maxdepth: 1

weidentity-rest-deploy.rst
weidentity-rest-api.rst
weidentity-rest-design.rst
7 changes: 4 additions & 3 deletions docs/zh_CN/docs/weidentity-sample-commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

1. 配置与部署
^^^^^^^^^^^^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~~

1.1 下载 weid-sample 源码:
''''''''''''''''''''''''''''''''''''
Expand Down Expand Up @@ -122,8 +122,9 @@ weid-sample 里的 AMOP 服务是模拟 Verifier 向 User Agent 发送获取秘
nodes=10.10.10.11:20200
2. 基本流程的演示
^^^^^^^^^^^^^^^^^^^^^^^^^^
2. 流程演示
~~~~~~~~~~~~~~~~~~


- Issuer 操作流程演示

Expand Down
6 changes: 3 additions & 3 deletions docs/zh_CN/docs/weidentity-sample-springboot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ spring-boot服务方式使用

使用 spring-boot 方式,weid-sample 程序将作为一个后台进程运行,您可以使用 http 方式体验交互流程。

1. 下载 weid-sample 源码:
^^^^^^^^^^^^^^^^^^^^^^^^^^
1. 下载源码
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code:: shell
git clone https://github.com/WeBankFinTech/weid-sample.git
2. 配置与部署
^^^^^^^^^^^^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~~~~~~~~~~~~

2.1 部署 weid-java-sdk 与配置基本信息
''''''''''''''''''''''''''''''''''''''
Expand Down

0 comments on commit 791c7b9

Please sign in to comment.