Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

622 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Chain Documentation

This documentation site is automatically deployed to https://binance-chain.github.io.

The main documentation is stored in the docs folder and is generated with Mkdocs.

How to Change the Docs

  • install mkdocs
  • In most times, you only need to add new pages with links on existing pages, such as index.md or *.md in api-reference fold. These files are all markdown format.
  • Once you finish the editing, run mkdocs serve in the Binance-Chain directory, then you can preview the site via http://127.0.0.1:8000/.

Generating HTTP API Markdown

Use the following command to generate the Markdown documentation for the HTTP API from this repo's root directory:

$ make build-markdown-http-docs

Generating JavaScript SDK Markdown

In a javascript-sdk directory cloned in this repo's parent directory, use the yarn build:docs command to generate the file, then copy the generated file in docs/jsdoc.md over the existing docs/api-reference/js-sdk/jsdoc.md:

$ cp ./docs/jsdoc.md ../docs-site/docs/api-reference/js-sdk/jsdoc.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages