zemit-cms / docs

Zemit CMS Documentation – your go-to resource for mastering this robust content management system. Everything you need, from beginner guides to advanced features!

Home Page:https://docs.zemit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zemit CMS Documentation

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.

Official Documentation

Visit the official documentation site for detailed information, tutorials, and examples on using Zemit CMS.

Zemit CMS Website

For more information about Zemit CMS and its features, visit the official website.

Installation

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.

Contributing

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.

License

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.

About

Zemit CMS Documentation – your go-to resource for mastering this robust content management system. Everything you need, from beginner guides to advanced features!

https://docs.zemit.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 59.4%Language:Dockerfile 40.6%