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
e451f92cde
Update attachment paths
2021-06-18 05:46:02 -07:00
Andrew David Wong
60bd80ad25
Revert "Update attachment paths"
...
This reverts commit e5a21f7488
.
2021-06-18 05:39:47 -07:00
Andrew David Wong
e5a21f7488
Update attachment paths
2021-06-18 05:02:02 -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
c07ee61ed8
Mass replace "DisposableVM" with "disposable"
...
QubesOS/qubes-issues#1015
2021-06-18 02:04:39 -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
76150ac9d3
Fix links
2021-06-17 07:01:53 -07:00
Andrew David Wong
d4c577e31b
Fix links
2021-06-17 06:54:52 -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
Andrew David Wong
12408884dd
Clean up YAML titles and create redirect stubs
...
QubesOS/qubes-issues#6701
2021-06-17 02:40:43 -07:00
Andrew David Wong
2c473241a8
Revert "Remove all instances of permalink:
in YAML frontmatter"
...
This reverts commit c815e4c54c
.
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862822827
2021-06-16 19:56:25 -07:00
Andrew David Wong
4ff7430960
Remove redundant h1 titles using #
syntax
...
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-16 00:29:28 -07:00
Andrew David Wong
a4cbb51092
Remove vestigial '====' heading syntax
...
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:53:27 -07:00
Andrew David Wong
f822b70435
Remove redundant titles
...
First pass for all titles still using the old '=====' syntax
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:48:48 -07:00
Andrew David Wong
0c95b3ae4d
Revert "Remove instances of title:
from YAML headers"
...
This reverts commit 24e6a8a616
.
https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:19:45 -07:00
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
HackerNCoder
209e07557f
Remove 1 from appvm-shortcuts so image displays
2021-05-14 15:35:02 +00:00
Mallory Bowes-Brown
edc9e6277f
Update installation-troubleshooting.md
...
Added a section for the "dracut-initqueue timeout" error message
2021-05-07 00:43:08 -05:00
Tobias Killer
098f5b418c
Resolve open issues mentioned on Transifex
2021-04-17 10:57:16 +02:00
Andrew David Wong
7060c4a6fa
Fix code block syntax
2021-04-15 09:07:15 -07:00
Andrew David Wong
d2fa42c1e9
Merge branch 'md-refactoring-links' of https://github.com/tokideveloper/qubes-doc into tokideveloper-md-refactoring-links
2021-04-15 08:57:06 -07:00
Tobias Killer
7813487b1a
Repair code block
2021-04-15 17:25:37 +02:00
Andrew David Wong
26f3a6567b
Fix broken link syntax cases
...
Thank you to Tokidev for pointing these out.
2021-04-12 13:40:09 -07:00
Tobias Killer
b6cb04c297
Refactor links in order to obey the new convention rule
2021-04-11 00:09:05 +02:00
Andrew David Wong
d328b1b1c9
Merge branch 'translation-prepare' of https://github.com/marmarek/qubes-doc into marmarek-translation-prepare
2021-03-26 20:46:10 -07:00
Andrew David Wong
fcc3f650d5
Remove unnecessary step
2021-03-15 15:14:10 -07:00
Andrew David Wong
cad8c5536a
Update user/troubleshooting/uefi-troubleshooting.md
...
Co-authored-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
2021-03-15 15:11:53 -07:00
Andrew David Wong
fff68fbd62
Simplify loop device command
...
Clean up surrounding text and headings
2021-03-14 21:10:20 -07: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
906c41bd27
Generalize ISO offset instructions
2021-03-10 21:35:28 -08:00
HackerNCoder
5701f5b733
Downgrade images to 4.0
2021-02-16 02:44:31 +01:00
Andrew David Wong
39b6f3b871
Merge branch 'hardware-troubleshooting' of https://github.com/PROTechThor/qubes-doc into PROTechThor-hardware-troubleshooting
2021-02-15 04:29:42 -08:00
icequbes1
e272d9cd45
Add usb troubleshooting suggestion
2021-01-02 16:09:26 -08:00
Andrew David Wong
d201a09b9a
Update links to Qubes-Community version
...
https://github.com/QubesOS/qubes-issues/issues/4693
2020-12-07 22:31:41 -08:00
Andrew David Wong
30e7112f4a
Convert absolute to relative links
...
Absolute links break automatic onion redirection:
https://groups.google.com/g/qubes-users/c/NJdzP27wvmM/
2020-12-07 17:04:29 -08:00
Enjeck Cleopatra
ee391c3166
Merge branch 'master' into intel-troubleshooting
2020-11-25 15:04:50 +01:00
Andrew David Wong
0a27688e51
Merge branch 'update-troubleshooting' of https://github.com/PROTechThor/qubes-doc into PROTechThor-update-troubleshooting
2020-11-25 04:20:18 -08:00
Andrew David Wong
efb8195449
Merge branch 'nvidia-troubleshooting' of https://github.com/PROTechThor/qubes-doc into PROTechThor-nvidia-troubleshooting
2020-11-25 04:13:05 -08:00
Enjeck Cleopatra
3303fab5e7
Update update-troubleshooting.md
2020-11-24 20:02:32 +01:00
Andrew David Wong
e7cc3cdb75
Merge branch 'macbook-troubleshooting' of https://github.com/PROTechThor/qubes-doc into PROTechThor-macbook-troubleshooting
2020-11-21 07:30:05 -08:00
Enjeck Cleopatra
690cd14124
"qubes-usb-proxy not installed in the VM" error
2020-11-21 00:53:50 +01:00
PROTechThor
8e06262d7a
Add Update Troublshooting, edit VM TS
2020-11-21 00:20:47 +01:00
Enjeck Cleopatra
265d03feb0
Merge branch 'master' into nvidia-troubleshooting
2020-11-20 16:17:03 +01:00
Enjeck Cleopatra
1b9b495574
Merge branch 'master' into hardware-troubleshooting
2020-11-18 16:54:39 +01:00
Enjeck Cleopatra
040a4f5554
Add info about IOMMU on Qubes 4.0 and 4.1
2020-11-18 16:52:55 +01:00
Andrew David Wong
6300d7ba07
Merge branch 'vpn-troubleshooting' of https://github.com/PROTechThor/qubes-doc into PROTechThor-vpn-troubleshooting
2020-11-16 20:27:16 -08:00