Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions source/advanced_usage/release.rst

This file was deleted.

5 changes: 2 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = u'xuper'

# The short X.Y version
version = u'5.1'
version = u'5.x'
# The full version, including alpha/beta/rc tags
release = u''

Expand Down Expand Up @@ -137,7 +137,6 @@
# -- Options for manual page output ------------------------------------------



# -- Options for Texinfo output ----------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
Expand Down Expand Up @@ -170,5 +169,5 @@
"conf_py_path": "/source/", # Path in the checkout to the docs root
}
html_css_files = [
"custom.css"
"custom.css"
]
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ XuperChain文档
more_materials/code_explanation.rst
more_materials/config_explanation.rst
more_materials/video.rst
more_materials/release.rst
23 changes: 23 additions & 0 deletions source/more_materials/release.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

下载发行版
========

最新版本
-------

v5.3
>>>>>>>>>>>>>>

* Linux: `xuperchain-linux-amd64-v5.3.zip <https://cms-store.bj.bcebos.com/xuperchain-linux-amd64-v5.3.zip>`_
* MacOS: `xuperchain-darwin-amd64-v5.3.zip <https://cms-store.bj.bcebos.com/xuperchain-darwin-amd64-v5.3.zip>`_


历史版本
--------
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

历史版本的信息建议链接到这里

https://github.com/xuperchain/xuperchain/releases


v3.10
>>>>>>>>>>>>>>

* Linux: `xuperchain-linux-amd64-v3.10.tar.gz <https://cms-store.bj.bcebos.com/xuperchain-linux-amd64-v3.10.tar.gz>`_
* MacOS: `xuperchain-darwin-amd64-v3.10.tar.gz <https://cms-store.bj.bcebos.com/xuperchain-darwin-amd64-v3.10.tar.gz>`_
* 源代码: `xuperchain-source-v3.10.tar.gz <https://cms-store.bj.bcebos.com/xuperchain-source-v3.10.tar.gz>`_
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

源码为什么不是引用 github 的对应 commit?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

哦,是对删除内容的迁移

1 change: 1 addition & 0 deletions source/tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ XuperChain文档
more_materials/code_explanation.rst
more_materials/config_explanation.rst
more_materials/video.rst
more_materials/release.rst