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.
Find a file
parulin ba399ac488
Correct code-block lexers
Changing `bash` lexer to `console` because it is appropriate most of
the time. Then after a manual review, some lexer have been changed.

I used `text` each time I was unsure, and for prompt outputs.

The page `/developer/building/qubes-iso-building.rst` still need to be
reviewed (look for lines starting with `$ #`).

I'm not sure about the Windows pages, should we use
[doscon](https://pygments.org/docs/lexers/#pygments.lexers.shell.MSDOSSessionLexer)
or `powershell`?

Is there an appropriate lexer for `guid.conf` content?

**Statistics - Before**
    870 bash
      9 python
      9 c
      2 yaml

**Statistics - After**
    684 console
    111 text
     44 bash
     16 yaml
      9 systemd
      9 c
      8 python
      4 ini
      4 doscon
      2 markdown
      2 desktop
      1 xorg.conf
      1 xml+jinja
      1 xml
      1 kconfig
      1 html

This suggests that the default lexer should be `console`.
2025-07-30 10:15:37 -04:00
_dev Convert to RST 2025-07-04 14:23:09 +02:00
attachment Import attachment repo 2025-07-04 14:33:37 +02:00
developer Correct code-block lexers 2025-07-30 10:15:37 -04:00
introduction Correct code-block lexers 2025-07-30 10:15:37 -04:00
project-security Correct code-block lexers 2025-07-30 10:15:37 -04:00
user Correct code-block lexers 2025-07-30 10:15:37 -04:00
.gitlab-ci.yml gitlab-ci: use local project reference 2020-11-27 03:55:05 +01:00
.readthedocs.yaml Convert to RST 2025-07-04 14:23:09 +02:00
.travis.yml Update travis to bionic 2020-09-29 15:12:04 +02:00
conf.py Update documentation version number 2025-07-05 20:26:43 +02:00
CONTRIBUTING.md Reorganize doc guidelines into multiple pages; update style guide 2021-07-08 08:08:57 -07:00
index.rst Convert to RST 2025-07-04 14:23:09 +02:00
README.md Reorganize doc guidelines into multiple pages; update style guide 2021-07-08 08:08:57 -07:00
requirements.txt Convert to RST 2025-07-04 14:23:09 +02: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.

To contribute, please see how to edit the documentation.