Clean up future documentation ideas
Marco Ricci

Marco Ricci commited on 2026-04-03 20:52:39
Zeige 1 geänderte Dateien mit 7 Einfügungen und 9 Löschungen.


Remove documentation ideas that already have been implemented, or that
have since become obsolete due to architectural changes.  And for those
ideas that are already marked elsewhere as TODO documents, mark them as
TODO on this idea list too.
... ...
@@ -47,22 +46,20 @@
47 46
 
48 47
 ### Tutorials
49 48
 
50
-* [Setting up `derivepassphrase vault` from scratch for three existing accounts, with a master passphrase](tutorials/basic-setup-passphrase.md)
51
-
52 49
 ### How-tos
53 50
 
54
-* [How to set up `derivepassphrase vault` with an SSH key](how-tos/ssh-key.md)
55 51
 * How to choose a good service name
56
-* How to edit a saved `derivepassphrase vault` configuration correctly
57
-* How to deal with "supported" and "unsupported" special characters
58
-* How to deal with regular passphrase rotation/rollover
52
+* How to deal with "supported" and "unsupported" special characters (→ [TODO][BASIC_SETUP_PASSPHRASE])
53
+* How to deal with regular passphrase rotation/rollover (→ [TODO][BASIC_SETUP_PASSPHRASE])
59 54
 
60 55
 ### Reference
61 56
 
62
-* `derivepassphrase-vault.json`(<b>5</b>)
63
-
64 57
 ### Explanation
65 58
 
66 59
 * Security aspects and other tradeoffs when using deterministic password generators
67
-* Tradeoffs between a master passphrase and a master SSH key
60
+* Tradeoffs between a master passphrase and a master SSH key (→ [TODO][BASIC_SETUP_SSH_KEY], [TODO][HOW_TO_SSH_KEY])
68 61
 * Why is `vault`'s `--repeat` option named this way if it counts occurrences, not repetitions?
62
+
63
+[BASIC_SETUP_PASSPHRASE]: tutorials/basic-setup-passphrase.md
64
+[BASIC_SETUP_SSH_KEY]: tutorials/basic-setup-ssh-key.md
65
+[HOW_TO_SSH_KEY]: how-tos/ssh-key.md
69 66