Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 603 Bytes

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