cronos-docs
cronos-docs copied to clipboard
Docs for https://github.com/crypto-org-chain/cronos
README
Cronos Gitbook Documentation
The documentation in this repository site is meant to provide specifications and implementation details on Gitbook that will be useful developers or contributors to the main repository.
Getting Started
Contributing
- Fork this repository on Github
- Clone your forked repository with
git clone https://github.com/YOURUSERNAME/cronos-docs.git cd cronos-docsgit checkout gitbookto switch to the gitbook branch.git checkout -b [NewBranch]create a new branch and push your commits.- Finally open a Pull Request.
Adding new page to the docs
- Create a markdown file
[Newfile.md]under one of the main categories, e.g.for-users/,for-node-hosts/,for-dapp-developers/orcronos-play/ - Open
SUMMARY.mdand add the new markdown file in the right file structure, e.g.
## FOR USERS
* [MetaMask](for-users/metamask.md)
* [Bridge](for-users/bridge/README.md)
* [New file](for-users/bridge/Newfile.md)
Style guide
- Use 3 levels at most
- Categorise docs mostly per user, dapp, node hosts, Cronos play
- Keep docs/sentences short, DRY and modular
- Use tabs, tables, hints and relative page links
- Double check SUMMARY.md and prefer the use of horizontal images
For more information on styling and syntax, refer to https://docs.gitbook.com/