wasserfuhr / iost-docs

Documentation of iost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOST-Docs

The documentation of iost

Install

Install dependencies:

cd website/
npm install

Run

Run the local server for development:

cd website/
npm start

Build

To create a static build of your website, run the following script:

cd website/
npm run build

This will generate a build directory inside the website directory containing the .html files from all of your docs and other pages included in pages.

Deploy

Complete the deployment by publishing the website/build directory with nginx or github page.

Directory struct

  • docs: All documents are here
  • docs/assets: All document assets are here
  • website/blog: All blogs are here
  • website/blog/assets: All blog assets are here

The use of assets can refer to: docs/2-intro-of-iost/Database.md

About

Documentation of iost


Languages

Language:JavaScript 75.1%Language:Shell 18.4%Language:CSS 4.5%Language:HTML 1.5%Language:Dockerfile 0.5%