Commit Graph

13 Commits

Author SHA1 Message Date
deeplow cb6d6901cc
Add note about ownership and permissions 2023-05-23 04:56:12 -04:00
Andrew David Wong 2c7b233399
Clarify instructions 2023-02-09 21:40:32 -08:00
Andrew David Wong 7dedcad2ca
Clarify instructions 2023-02-09 21:29:33 -08:00
Andrew David Wong 3229e1daf4
Improve wording; make source spacing consistent 2023-02-06 16:11:40 -08:00
deeplow eee99c70bb
Bind-dirs: fix missing "not" in sentece 2023-02-06 08:41:12 +00:00
deeplow 8b5b063a8d
apply stylistic changes 2023-02-03 09:26:39 +00:00
deeplow d8a36528f5
Add note to bind-dirs when dir does not exist yet
The doc on bind-dirs only provided an example where /var/lib/tor
was made persistent in sys-whonix. However, if one tries to make
persistent any directory that wasn't already present in the
template qube, it would not persist as expected. The issue
QubesOS/qubes-issues#5862 demonstrates this exact confusion.

This commit adds a note about this situation.

Fixes QubesOS/qubes-issues#5862
2023-02-02 10:34:37 +00:00
unman d0bc9e70a2
Sentence case for titles 2021-07-09 01:06:41 +00:00
Marek Marczykowski-Górecki 3806ecf338
Remove extra newlines at the beginning/end of files
Those are redundant, and yaml parser strips them in fact. By removing
them, loading and saving yaml file without any change indeed produce the
same output. This is useful for prepare_for_translation.py script (which
adds lang and ref tags) - to produce only change that indeed was made.
2021-06-24 16:07:23 +02:00
Andrew David Wong 2ae0ce9524
Mass replace "StandaloneVM" with "standalone"
Also updates the "Standalones and HVM" page.

QubesOS/qubes-issues#1015
2021-06-18 02:29:28 -07:00
Andrew David Wong 63498a6c17
Mass replace "TemplateVM" with "template"
QubesOS/qubes-issues#1015
2021-06-18 02:16:40 -07:00
Andrew David Wong aea595397f
Mass replace "AppVM" and "TemplateBasedVM" with "app qube"
QubesOS/qubes-issues#1015
2021-06-18 01:55:53 -07:00
Andrew David Wong 6d81f95cc2
Update and reorganize documentation
- Convert "Common Tasks" to "How-to Guides"
  (QubesOS/qubes-issues#6694)
- Make title capitalization consistent across docs
- Fix leftover h1 headings
- Reorganize various pages and topics
- Update permalinks to better match titles
- Create redirects for changed permalinks
- Miscellaneous cleanup

QubesOS/qubes-issues#6701
2021-06-17 05:16:22 -07:00