Commit Graph

47 Commits

Author SHA1 Message Date
Andrew David Wong
57ea99814e
Fix typo; explain note 2023-02-21 08:13:49 -08:00
Andrew David Wong
1030642ceb
Remove outdated statement
https://forum.qubes-os.org/t/14098/26
2022-10-13 22:54:49 -07:00
Andrew David Wong
7f881d8df9
Change "netvm" to "net qube"
QubesOS/qubes-issues#1015
2021-09-07 23:17:30 -07:00
unman
d0bc9e70a2
Sentence case for titles 2021-07-09 01:06:41 +00:00
Andrew David Wong
28bfb5c224
Capitalize second word in title case compound adjectives
https://github.com/QubesOS/qubes-issues/issues/6756#issuecomment-873385039
2021-07-03 15:43:16 -07: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
a015f60087
Fix links 2021-06-21 18:39:21 -07:00
Andrew David Wong
d31155a89e
Add entry for "management qube" 2021-06-20 22:49:09 -07:00
Andrew David Wong
87948a3d0d
Update URL to match title 2021-06-20 20:55:57 -07:00
Andrew David Wong
7c0a29a253
Add entry for "netvm" 2021-06-18 22:27:46 -07:00
Andrew David Wong
0a53418de1
Update glossary
- Add entry for "admin qube"
- Add entry for "named disposable" (QubesOS/qubes-issues#6709)
- Clarify disposable-related definitions (QubesOS/qubes-issues#6709)
- Add "previously known as" terms
- Clarify wording in various entries
2021-06-18 20:34:02 -07:00
Andrew David Wong
ba232b6b58
Improve organization and wording; fix typos 2021-06-18 12:23:43 -07:00
Andrew David Wong
b3c61ed5c0
Clarify definitions 2021-06-18 12:08:33 -07:00
Andrew David Wong
f50d543155
Fix errors 2021-06-18 06:42:30 -07:00
Andrew David Wong
07c130df00
Wrap text and miscellaneous cleanup 2021-06-18 06:25:06 -07:00
Andrew David Wong
50270f435c
Fix links 2021-06-18 03:09:09 -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
e9fe17f2f2
Fix link text capitalization 2021-06-18 01:21:40 -07:00
Andrew David Wong
873da01b7b
Shorten "standalone qube" to "standalone"
Similar to "templates" and "disposables."
QubesOS/qubes-issues#1015
2021-06-18 01:19:44 -07:00
Andrew David Wong
7652e7edf8
Revamp glossary
- Replace "VM" with "qube" (QubesOS/qubes-issues#1015)
- Remove deprecated terms
- Remove some terms that are not Qubes-specific
- Alphabetize entries
- Miscellaneous improvements
2021-06-18 00:48:17 -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
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
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
ctrlaltf24
94d205a2b6
added qvm-convert domU
Relies on https://github.com/QubesOS/qubes-app-linux-img-converter/pull/13
2021-05-10 19:22:02 -07:00
Andrew David Wong
daba836b70
Minor text fixes 2021-04-29 15:08:56 -07:00
AJ Jordan
06a9b2bc93
Don't use "class" technical jargon in the glossary 2021-04-27 03:41:34 -04:00
Tobias Killer
b6cb04c297
Refactor links in order to obey the new convention rule 2021-04-11 00:09:05 +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
1a92224f8b
Remove content from pages dynamically filled in by a relevant layout
In fact, right now those pages content is duplicated - once included
here and once inserted by the doc-content (or hcl) layout.
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
ravachol
89053dfaf5
Update tools.md 2021-01-30 17:37:24 +01:00
Andrew David Wong
6da63e3878
Improve cross-linking between pages 2020-11-16 02:14:26 -08:00
Andrew David Wong
9fcde063c4
Clarify the term "domain" 2020-09-16 20:21:36 -05:00
Andrew David Wong
9bab67ff3b
Add deprecation notices for old terms
See: https://github.com/QubesOS/qubes-doc/pull/748
2020-09-04 14:22:29 -05:00
Andrew David Wong
3a5bf19d32
Update "AppVM" and "DisposableVM Template" entries
Prompted by: https://qubes-os.discourse.group/t/difference-between-a-dedicated-and-non-dedicated-disposablevm-template/397
See also: https://github.com/QubesOS/qubes-doc/pull/748
2020-09-04 14:10:40 -05:00
Andrew David Wong
1211372ebd
Fix typo 2020-09-03 18:13:07 -05:00
Sarvottam Kumar
85f796c600
fixed typo error in href link 2020-05-26 08:01:41 +05:30
null pointer exception
b4ec352535
Clean up wording and formatting 2020-05-03 18:44:37 +00:00
Andrew David Wong
1b2c0e6639
Link to associated pages 2019-09-02 06:06:00 -05:00
Andrew David Wong
64b9fae748
Update links to .rst domU man pages hosted on GitHub
QubesOS/qubes-issues#5246
2019-08-15 21:45:04 -05:00
Andrew David Wong
0fe4da7973
Fix typo 2019-05-30 21:13:01 -05:00
Andrew David Wong
d31c786942
Reorganize files to account for new "External" section
QubesOS/qubes-issues#4693
2019-05-26 19:32:45 -05:00