# oneflow-documentation **Repository Path**: ai-aigc/oneflow-documentation ## Basic Information - **Project Name**: oneflow-documentation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-06 - **Last Updated**: 2024-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Oneflow-Documentation The source code of website https://docs.oneflow.org Build the documentation locally: ```shell python3 -m pip install -r requirements.txt ``` And then, change the directory to `cn/` or `en/`, run commands: ```shell mkdocs build ``` The output HTML files will be generated at `site/` directory. ## Deployment Run commands: ```shell sh ./scripts/run-mike.sh ``` The multi-version website will be built and deployed at branch `docs_output`.