- Shell 100%
This replaces the general readme with info particular to our repo. It adds basic instructions and important references. Fixes #13 |
||
|---|---|---|
| modules/ROOT | ||
| .gitignore | ||
| antora.yml | ||
| docsbuilder.sh | ||
| LICENSE | ||
| nginx.conf | ||
| README.md | ||
| site.yml | ||
Fedora Quality Docs
This repository contains source files for the Fedora Quality documentation section at:
https://docs.fedoraproject.org/en-US/qa-docs/
This is accessible from Fedora Docs homepage → Engineering Teams → Fedora QA.
Contributing
On any page at Fedora Quality Docs, you can use the Edit or Bug icon in the top right corner to suggest changes or report issues.
All documentation is written in the AsciiDoc format. Look into modules/ROOT/.
This repo uses the same approach as Fedora Quick Docs, you can read its README for pointers. The basic approach to see documentation rendered is:
$ sudo dnf install podman inotify-tools
$ ./docsbuilder.sh
And visit http://localhost:8080. The docs get automatically regenerated when the sources change. Use Ctrl+C to stop the server.
(Use ./docsbuilder.sh -h to see more options.)
More organization and building help is provided in the Fedora Docs Template readme.
Maintenance
We're integrated in the Fedora Docs building and publishing process, see the Fedora Docs Build repo. It automatically pulls the contents of this repo, rebuilds it regularly, and publishes it.
From time to time, it's good to update the docsbuilder.sh script using:
$ ./docsbuilder.sh -U
Contact
Use this repo to file a ticket, or see QA#Communicate.