GithubHelp home page GithubHelp logo

docs-site's Introduction

Binance Chain Documentation

This documentation site is automatically deployed to https://docs.binance.org/.

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

Generate swagger doc

$  swagger-codegen generate -i ./rpc-openapi.json  -l  html2   -o ./site/rpc-swagger
$  swagger-codegen generate -i ./swagger.json  -l  html2   -o ./site/api-swagger

docs-site's People

Contributors

chainwhisper avatar notatestuser avatar unclezoro avatar ackratos avatar yutianwu avatar darren-liu avatar rumeelhussainbnb avatar ctn-dev avatar endercrypto avatar xzjcool avatar nodereal-keeper avatar zachzwei avatar forcodedancing avatar rickyyangz avatar buzzkillb avatar zachinquarantine avatar thewilsonglobal avatar infinitywallet avatar akegaviar avatar zubietaroberto avatar riza avatar droidmanspace avatar kaythxbye avatar sandoche avatar seonggwonyoon avatar milerius avatar taha-abbasi avatar zhangzhongnan928 avatar wouterds avatar bitkeepos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.