This repository stores all the source files of Fluid documentation. That is, the documentation for Fluid.
Currently, we maintain the following versions for Fluid documentation, each with a separate branch:
Branch name | Version description |
---|---|
master |
the latest development version |
v0.1.0 |
v0.1.0 |
We also provide scripts that helps you generate a PDF documentation conveniently. Before generating,we suppose you have installed Docker so you don't have to install required tools one by one.
- Download Required Docker Image
docker pull registry.cn-hangzhou.aliyuncs.com/docs-fluid/doc-build
- Start a Container
docker run -it -v <your fluid/docs path>:/data/ fluid/doc-build:0.2.0
- Run Makefile
cd data make build make clean