Skip to content

Building Offline Documentation Site

DCE 5.0 documentation is completely open source. All original Markdown files are hosted on GitHub, using Material for MkDocs static compiler, following GitHub standardized CI process, built with Netlify, the compiled HTML files are stored on UCloud for customers in China and abroad.

Some enterprises need to build offline documentation sites, or need to build personalized navigation directories. Refer to this page to download/modify documentation data and build/run documentation site镜像 locally.

Fork and Clone

  1. Open the documentation repository https://github.com/DaoCloud/DaoCloud-docs, click the Fork button

    fork

  2. After simple configuration, click Create fork

    fork

  3. Click Code on the right, choose a method, such as copying the HTTPS address

    clone

  4. Create a new folder locally, enter command line mode, and run the following command to clone the data:

Comments