Skip to content

shaojunda/docs-new

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs-new

Nervos CKB Documentation Website

This is new verison of Nervos CKB documentation website.

It is 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 ❤️.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.5%
  • CSS 36.8%
  • Dockerfile 0.7%