Skip to content
/ docs Public

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

License

Notifications You must be signed in to change notification settings

zemit-cms/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published