All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.
Go to file
2016-02-20 19:44:22 +00:00
basics Add a link to multiboot doc from User FAQ 2016-02-11 05:12:16 +01:00
common-tasks Fix link to disposable VM customization 2016-02-17 20:25:52 +01:00
configuration Move and rename Salt page 2016-01-28 10:12:57 +00:00
customization Update xfce.md 2016-02-04 20:05:59 +01:00
developers Fix GUI protocol doc formatting 2016-02-07 20:40:16 +01:00
hardware HCL output (.txt -> .yml) correction 2016-02-19 18:02:36 +01:00
installing dnf -> yum 2016-02-17 12:38:12 -05:00
managing-os archlinux: add spaces around '###' markers 2016-02-19 18:20:31 +01:00
privacy Add redirect from /doc/vpn/ (fixes QubesOS/qubes-issues#1765) 2016-02-20 19:44:22 +00:00
reference Fix a few typos 2016-01-10 18:41:30 -05:00
releases Update 3.1-rc3 release date 2016-02-17 21:30:07 +01:00
security simplified title 2016-02-07 19:14:07 +00:00
troubleshooting fixed broken /en/ links 2015-12-09 16:29:45 +00:00
unsorted Remove en/ from URLs (QubesOS/qubes-issues#1333) 2015-10-28 22:14:40 +00:00
doc.md Remove Intro (integrated into Tour) 2016-02-02 22:02:56 +00:00
README.md Update README 2015-11-08 01:05:45 +00:00

Qubes OS Documentation

Canonical URL: https://www.qubes-os.org/doc/

All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web. Contributions to the documentation (both new content and edits of existing content) are welcome. To contribute, please fork and clone this repo, make your changes, then either submit a pull request or send a patch to the qubes-devel mailing list. If you have a GitHub account (free), you can simply browse this repository and edit the files here. The GitHub interface will automatically guide you through the fork and pull request process.

Markdown Conventions

All the documentation is written in Markdown for maximum accessibility. When making contributions, please observe the following style conventions:

  • Use spaces instead of tabs.
  • Hard wrap Markdown lines at 80 characters.
  • Hard wrap Git commit message lines at 72 characters.
    • This leaves exactly four spaces on each side of the commit message when viewed in the default git log format.)
  • If appropriate, make numerals in numbered lists match between Markdown source and HTML output.
    • In the event that a user is required to read the Markdown source directly, this will make it easier to follow, e.g., numbered steps in a set of instructions.
  • Use hanging indentations
    where appropriate.
  • Use underline headings (===== and -----) if possible. If this is not possible, use Atx-style headings on both the left and right sides (### H3 ###).
  • Use [reference-style][ref] links.

[ref]: http://daringfireball.net/projects/markdown/syntax#link