## Overview
The documentation for Gitea has been integrated into the main repository, streamlining access for users and developers alike. This centralized approach enhances the usability of the information provided, ensuring that it's updated automatically with every commit. Hosting on your own is also straightforward thanks to the use of Docker containers, making it easier for developers to set up and maintain their own instances of documentation.
## Features
- **Docker Hosting**: The documentation is hosted within Docker containers, simplifying deployment and updates with every push to the master branch.
- **Automatic Updates**: Any changes made to the documentation are reflected immediately, so users always have access to the latest information.
- **Hugo Static Site Generator**: Utilizing Hugo allows for a fast and efficient static site generation, making content delivery quick for end users.
- **Easy Local Development**: Developers can generate and serve the website locally with minimal commands, enhancing the contribution experience.
- **Contributory Workflow**: The process to contribute is clearly defined, allowing users to fork, patch, push, and create pull requests easily.
- **Open Source License**: Under the Apache-2.0 License, users can freely use, modify, and distribute the documentation.