Skip to content

Oneflow-Inc/oneflow-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oneflow-Documentation

The source code of website https://docs.oneflow.org

Build the documentation locally:

python3 -m pip install -r requirements.txt

And then, change the directory to cn/ or en/, run commands:

mkdocs build

The output HTML files will be generated at site/ directory.

Deployment

Run commands:

sh ./scripts/run-mike.sh

The multi-version website will be built and deployed at branch docs_output.