Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smalloranges committed Nov 13, 2018
1 parent dabad7f commit d2629aa
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 48 deletions.
53 changes: 30 additions & 23 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# Overview

## Welcome to the open-source Nebulas wiki!


Nebulas is the next-generation public blockchain, aiming for a continuously improving ecosystem. Based on its blockchain valuation mechanism, Nebulas proposes future-oriented incentive and consensus systems, and the ability to self-evolve without forking.

Nebulas community is open and everyone can be a contributor and build a decentralized world with us.

The Nebulas wiki is a collaboration tool for the community to publish various documents in a collaborative manner. Include [using guides](wiki-using-guide.html), [developing guides](dapp-development/README.html), [learning resources](dapp-development/learning-resources.html), and other useful documents.



## Use Wiki


#### [Mainnet](go-nebulas/README.html)

#### [Dapps](dapp-development/README.html)

#### [Ecosystem](community-ecosystem/README.html)

#### [Get Involved](how-to-contribute.html)
.. nebulas documentation master file, created by
sphinx-quickstart on Mon Aug 27 13:58:58 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Nebulas Wiki
========================================

.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Category:

overview.md
how-to-contribute.md
wiki-using-guide.md
go-nebulas/README.rst
dapp-development/README.rst
community-ecosystem/README.rst
useful-links.md
frequently-asked-questions.md
licensing/README.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
50 changes: 25 additions & 25 deletions docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Nebulas Wiki Overview
========================================

.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Category:

overview.md
how-to-contribute.md
wiki-using-guide.md
go-nebulas/README.rst
dapp-development/README.rst
community-ecosystem/README.rst
useful-links.md
frequently-asked-questions.md
licensing/README.rst

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
# Overview

## Welcome to the open-source Nebulas wiki!


Nebulas is the next-generation public blockchain, aiming for a continuously improving ecosystem. Based on its blockchain valuation mechanism, Nebulas proposes future-oriented incentive and consensus systems, and the ability to self-evolve without forking.

Nebulas community is open and everyone can be a contributor and build a decentralized world with us.

The Nebulas wiki is a collaboration tool for the community to publish various documents in a collaborative manner. Include [using guides](wiki-using-guide.html), [developing guides](dapp-development/README.html), [learning resources](dapp-development/learning-resources.html), and other useful documents.



## Use Wiki


#### [Mainnet](go-nebulas/README.html)

#### [Dapps](dapp-development/README.html)

#### [Ecosystem](community-ecosystem/README.html)

#### [Get Involved](how-to-contribute.html)



0 comments on commit d2629aa

Please sign in to comment.