Keith-CY / docs.nervos.org

Nervos CKB Documentation, curated by Nervos Foundation, contributed by the Nervos Community with ❤️.

Home Page:https://docs.nervos.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nervos CKB Documentation Website

Built with docusaurus.

Clone the Repo

git clone https://github.com/nervosnetwork/docs-new.git docs && \
cd docs && \
cd website

Install Dependencies

Install yarn.

In website folder:

yarn install

Preview the Site

In website folder:

yarn start

Then you should be able to preview the website at http://localhost:3000/ in your browser.

Docs

All the documents go into the docs folder.

To add a document:

  • add Basics and Integrate to the folder: docs/basics and docs/integrate
  • add the path of the folder to the website/sidebars.json file

About

Nervos CKB Documentation, curated by Nervos Foundation, contributed by the Nervos Community with ❤️.

https://docs.nervos.org/

License:MIT License


Languages

Language:JavaScript 65.6%Language:CSS 33.8%Language:Dockerfile 0.6%