This repository's content has been fully integrated into the main rsyslog/rsyslog
project.
All rsyslog documentation is now located in the doc/
subdirectory of the main repository.
➡️ Find the documentation here: https://github.com/rsyslog/rsyslog
This repository (rsyslog-doc
) previously held the official rsyslog documentation. We've merged it into the primary rsyslog
codebase to greatly simplify maintenance, boost discoverability for users and tools, and streamline our development processes.
This move brings several key benefits:
- Simplified Maintenance: You can now make documentation changes alongside code changes in a single pull request, ensuring everything stays in sync.
- Improved Discoverability: The documentation is now right where most users look first – within the main project repository.
- Streamlined CI/CD: Integrating the documentation simplifies our continuous integration and deployment pipelines.
- Better Cross-Referencing: It's much easier to link directly between code and its relevant documentation.
This rsyslog-doc
repository will remain as an archive only. No new documentation updates will be made here. All future documentation contributions and updates should exclusively target the doc/
directory in the main rsyslog/rsyslog
repository.