This project is a port of the ownCloud documentation, that was previously generated using Sphinx-Doc, to Antora. Fundamentally, not that much has changed.
All of the same information is still available. However, here’s what has changed:
- The platform (and tools) used to build the documentation, which is Antora.
- The file format that the documentation is written in, which is AsciiDoc.
- The UI & UX of the documentation
If you've been contributing to the previous version of ownCloud's documentation, which used reStructuredText and Sphinx-Doc, here’s how to get started contributing to the new version of the documentation.
You need to do a few things to contribute to the documentation:
- Install Antora.
- Learn the AsciiDoc file format's basics.
- Update your toolset so that it supports both AsciiDoc and Antora.
- Learn how to build the docs.
- Create meaningful commits and a PR with your changes.
If you want to change the look and feel of the ownCloud documentation, you can find all the information that you need in the docs-ui repository.