This is the content repository for the Fedora Quick Docs.
Quick docs is a collection of short HOW-TO, tutorials and FAQ-style documentation for Fedora users on the official Fedora documentation site that cover commonly used workflows/tools.
Please report Issues and submit Pull Requests for Content Fixes here. Never done a pull request (or "PR")? Here's the Pagure documentation for Pull Requests.
General appearance issues and publishing issues should be reported against the Fedora Docs Website.
Whether it is broken link, outdated screenshots of graphical user interface, technical and grammatical error in Quick Docs, every little contribution helps Fedora Linux users.
Some pages in this repository are in need of a technical review. Pages which need one are marked by a disclaimer on the top of the file, right below the top level heading. Any reviews are greatly appreciated. If you want to help, pick one of the pages, check it for accuracy, and then:
include::
) statement at the top, or open an issue against this repository stating which page you reviewed and found no errors in so we can remove itPlease refer to the guide from the links below.
Documentation in Quick Docs is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:
This repo includes a script to build, watch and preview the contents of this repository.
NOTE: Please note that if you reference pages from other repositories, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.
The script uses podman. Please make sure you have podman installed on your system (you can also use Docker, but on Fedora podman is recommended).
$ sudo dnf install podman inotify-tools
To build, watch and preview the site, run:
$ ./docsbuilder.sh
The result will be available at http://localhost:8080 and automatically regenerated when the repo contents change.