Commit Graph

15 Commits

Author SHA1 Message Date
Andrew David Wong
c815e4c54c
Remove all instances of permalink: in YAML frontmatter
Converts existing permalink paths into redirect_from entries.

QubesOS/qubes-issues#6701
2021-06-15 22:33:51 -07:00
Andrew David Wong
24e6a8a616
Remove instances of title: from YAML headers
QubesOS/qubes-issues#6701
2021-06-15 22:16:59 -07:00
Marek Marczykowski-Górecki
752f1d4ddc
Fix over indented code blocks 2021-03-28 20:58:39 +02:00
Maya
820af56761
Add lang + ref tags to frontmatter
Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
2021-03-14 16:18:11 +01:00
Maya
8f8a8e50ea
Normalize frontmatter
- sort keys
- remove permalink from redirects
2021-03-14 16:18:10 +01:00
Maya
67a92614aa
Markdown formatting fixes
- mark all code blocks with ```
- unify empty lines between sections
- adjust list syntax (no space before dash)
- adjust headers to use Atx-style syntax
- remove trailing spaces
2021-03-14 16:18:10 +01:00
Andrew David Wong
d1c6a4bc18
Remove unnecessary broken link 2020-07-13 06:24:28 -05:00
null pointer exception
0c5ad362fb
Normalize punctuation and capitalization 2020-05-03 18:56:31 +00:00
null pointer exception
94446ad174
Add file path code blocks 2020-05-03 18:53:10 +00:00
Marta Marczykowska-Górecka
ede4245a41
Changed xl console to qvm-console-dispvm
Due to changes documented in https://github.com/QubesOS/qubes-issues/issues/4544 , we can now use the (safer) qvm-console-dispvm instead of a raw xl console.
2020-03-24 16:19:29 +01:00
LawAbidingCactus
73b43762ee
fix minor syntactic error 2019-10-06 20:52:31 +00:00
pierwill
9f21ac85f9 Update qrexec keyword characters 2019-08-21 17:41:43 -05:00
pierwill
f57885166b Add semantic newlines for vm-sudo.md 2019-08-18 13:25:10 -05:00
Jonathan Wakely
e16dcf4727
Fix garbled text in sudoers file
There's a stray line in the sudoers file in the docs which isn't in the actual file in the distro. The problem was introduced by commit 658e02cc50 which should have removed the text "incidentally by one of the Qubes developers (RW)".
2019-06-05 15:17:44 +01:00
Andrew David Wong
075c6df169
Move core user docs back to appropriate sections; fix VM sudo title
Minor spelling fix in VM sudo title and headings.

Requested by: https://github.com/QubesOS/qubes-doc/pull/823#issuecomment-496316322
Related to: QubesOS/qubes-issues#4693
2019-05-27 18:17:31 -05:00