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.
- Fork this repository on Github
- Clone your forked repository with
git clone https://github.com/YOURUSERNAME/cronos-docs.git
cd cronos-docs
git checkout gitbook
to switch to the gitbook branch.git checkout -b [NewBranch]
create a new branch and push your commits.- Finally open a Pull Request.
- 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.md
and 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)
- 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/