Skip to content

Commit

Permalink
Merge pull request #1068 from MaggieNgWu/release-2.7.0
Browse files Browse the repository at this point in the history
add java doc
  • Loading branch information
MaggieNgWu committed Nov 30, 2020
2 parents a851d60 + 3da9277 commit 5b868f7
Show file tree
Hide file tree
Showing 666 changed files with 242,511 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def _patched_fetch_urls(lfs_url, oid_list):
using_rtd_theme = True
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
todo_include_todos = True
html_extra_path = ['_static', './docs/sdk/java_sdk/javadoc']

# VCS options: https://docs.readthedocs.io/en/latest/vcs.html#github
html_context = {
Expand Down
2 changes: 2 additions & 0 deletions docs/sdk/java_sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Java SDK 提供了访问 FISCO BCOS 节点的Java API,支持节点状态查询、部署和调用合约等功能,基于Java SDK可开发区块链应用,目前支持[FISCO BCOS 2.0+](../../../)


```eval_rst
.. admonition:: **主要特性**
Expand Down Expand Up @@ -29,5 +30,6 @@ Java SDK 提供了访问 FISCO BCOS 节点的Java API,支持节点状态查询
api.md
key_tool.md
crypto.md
Java Doc <./../../../javadoc/index.html#http://>
faq.md
```
2,592 changes: 2,592 additions & 0 deletions docs/sdk/java_sdk/javadoc/javadoc/allclasses-index.html

Large diffs are not rendered by default.

378 changes: 378 additions & 0 deletions docs/sdk/java_sdk/javadoc/javadoc/allpackages-index.html

Large diffs are not rendered by default.

0 comments on commit 5b868f7

Please sign in to comment.