All Projects → nervosnetwork → docs

nervosnetwork / docs

Licence: other
The old and deprecated Nervos CKB Documentation, see https://github.com/nervosnetwork/docs-new for the new one, kept here only for reference reasons.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Nervos CKB Documentation Website

This is the old and deprecated Nervos CKB Documentation, see https://github.com/nervosnetwork/docs-new for the new one, kept here only for reference reasons.

CircleCI

This is the Nervos CKB documentation website.

It is built with docusaurus.

Clone the Repo

git clone https://github.com/nervosnetwork/docs.git && \
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.

Build the Site

In website folder:

yarn build

The generated static files will be in website/build.

Deploy

Just serve the generated static files in website/build.

Docs

All the documents go into the docs folder. All the images should be in the docs/assets folder.

To add a document:

  • add the the document to docs
  • add header to the document (id and title is required)
  • add the path of the folder to the website/sidebars.json file
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].