Skip to content

Commit

Permalink
* Minor enhancements on URLs and descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: chaoxinhu <chaoxinhu@hotmail.com>
  • Loading branch information
chaoxinhu committed Dec 3, 2019
1 parent e2cc529 commit 5c79125
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/zh_CN/docs/from-application-context-to-properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
配置文件
---------

如果您使用上文的 `安装部署工具方式 <./weidentity-build-with-deploy.html>`_ ,重新部署了智能合约,那么这一部分可以跳过。
如果您使用 `安装部署工具方式 <./weidentity-build-with-deploy.html>`_ ,重新部署了智能合约,那么这一部分可以跳过。

如果您不需要重新部署合约,或不准备使用部署工具,则需要执行以下步骤:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/docs/how-to-run-unit-test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LINUX 系统上通过 gradle 执行单元测试
~~~~~~~~

单元测试的运行需要提前安装部署好WeIdentity JAVA SDK,请参考 
`安装部署工具方式 <./weidentity-installation-by-sourcecode.html>`_
\ `安装部署工具方式 <./weidentity-installation-by-sourcecode.html>`__\
中的源码方式安装部署WeIdentity。

流程
Expand Down
8 changes: 6 additions & 2 deletions docs/zh_CN/docs/miscellaneous.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# 杂项

* [系统CPT注册表](./weidentity-contract-design.html)
* [系统CPT注册表](https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-contract-design.html#cpt)

* [部署 WeIdentity 服务的区块链节点存储空间预估](./capacity-estimation.html)

* [如何进行单元测试](./how-to-run-unit-test.html)

* [安全建议](./security-suggestion.md)
* [如何离线部署WeIdentity](./how-to-run-without-internet.html)

* [安全建议](./security-suggestion.html)


4 changes: 3 additions & 1 deletion docs/zh_CN/docs/weidentity-contract-design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ WeIdentity的CPT(Claim Protocol Type)合约,用于在链上存储凭证的
<br />
</embed>

关于每个系统CPT的详细字段要求,可以查阅代码中的对应文件,此处不再详细展开:https://github.com/WeBankFinTech/WeIdentity/tree/master/src/main/java/com/webank/weid/protocol/cpt
关于每个系统CPT的详细字段要求,可以查阅代码中的
\ `对应文件 <https://github.com/WeBankFinTech/WeIdentity/tree/master/src/main/java/com/webank/weid/protocol/cpt>`_\
,此处不再详细展开。

授权CPT
^^^^^^^^
Expand Down
2 changes: 2 additions & 0 deletions docs/zh_CN/docs/weidentity-installation-by-sourcecode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ WeIdentity JAVA SDK安装部署文档(源码方式)
#链标识
chain_id=1
.. note::
注意:如果您使用了Gradle 6.0+,那么您需要手动修改build.gradle中spotbug的Gradle插件版本号为2.0.0+。具体地,打开WeIdentity/build.gradle,将“classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.5"”中的1.6.5改成2.0.0或更高版本。


2.安装部署
Expand Down
5 changes: 5 additions & 0 deletions docs/zh_CN/docs/weidentity-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ WeIdentity Java SDK 安装部署

* `安装部署工具方式 <./weidentity-build-with-deploy.html>`_ (推荐方式)
* `源码方式 <./weidentity-installation-by-sourcecode.html>`_

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

我们提供了一些快捷工具,可以帮您快速上手体验 weid-java-sdk,请参考 \ `WeIdentity JAVA SDK 便捷工具使用 <./weidentity-quick-tools.html>`__\。
2 changes: 1 addition & 1 deletion docs/zh_CN/docs/weidentity-quick-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WeIdentity JAVA SDK 便捷使用工具
整体介绍
--------

通过便捷工具, 您可以快速的体验和使用 WeIdentity JAVA SDK。
通过便捷工具,您可以快速的体验和使用 WeIdentity JAVA SDK。

部署步骤
--------
Expand Down

0 comments on commit 5c79125

Please sign in to comment.