Welcome to the documentation for Zemit CMS. This documentation project is built using MkDocs and serves as a comprehensive guide to understanding and utilizing the features provided by Zemit CMS.
Visit the official documentation site for detailed information, tutorials, and examples on using Zemit CMS.
For more information about Zemit CMS and its features, visit the official website.
To build and install the documentation locally, follow these steps:
Clone the repository:
git clone https://github.com/zemit-cms/docs.git
Navigate to the project directory:
cd docs
Use the Dockerfile:
docker build -t zemit-mkdocs .
Build the documentation:
docker run -e CD=true --rm -it -v ${PWD}:/docs zemit-mkdocs build
Start a local development server to view the documentation:
docker run -e CI=true --rm -it -p 8000:8000 -v ${PWD}:/docs zemit-mkdocs
Open your web browser and visit http://localhost:8000 to view the documentation.
Contributions to the documentation are welcome! If you would like to contribute, please fork the repository, make your changes, and submit a pull request. Refer to the Contribution Guidelines for more information.
This documentation is licensed under the BSD 3-Clause License. You are free to use, modify, and distribute the documentation as per the terms of the license.