diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000000..62a3f62b59 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,53 @@ +.. Cosmos-SDK documentation master file, created by + sphinx-quickstart on Fri Sep 1 21:37:02 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to the Cosmos SDK! +========================== + +.. image:: graphics/cosmos-sdk-image.png + :height: 250px + :width: 500px + :align: center + +SDK +--- + +.. toctree:: + :maxdepth: 2 + + sdk/overview.rst + sdk/install.rst + sdk/key-management.rst + sdk/roles-and-multi-sig.rst + +Basecoin +-------- + +.. toctree:: + :maxdepth: 2 + + basecoin/basics.rst + basecoin/tool.rst + basecoin/plugins.rst + basecoin/kubernetes.rst + +Staking Module +-------------- + +.. toctree:: + :maxdepth: 2 + + staking/intro.rst + staking/local-testnet.rst + staking/public-testnet.rst + +Extras +------ + +.. toctree:: + :maxdepth: 2 + + ibc.rst + glossary.rst