Skip to content

Latest commit

 

History

History
 
 

gitbook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Prerequisites

our project documents generate by gitbook tool.

  1. install from npm
npm install -g gitbook-cli
  1. run gitbook command with docker.

first, build gitbook docker image.

docker build -t gitbook:v1 docs/gitbook/dev

Generating the Documents HTML

  • Generate Chinese documents html.
docker run --rm -v /Users/fchen/Project/streamingpro/docs/gitbook/:/tmp gitbook:v1 gitbook build /tmp/zh
  • Generate English documents html.
docker run --rm -v /Users/fchen/Project/streamingpro/docs/gitbook/:/tmp gitbook:v1 gitbook build /tmp/en