Yubikey works out of the box for 2fa responses in debian-11.template but not in the minimal. It isn't straight forward to know which package to include for that functionality to work. Others on the forum have had this issue also. I've found that package and included it here so others can easily add that functionality.
Most pages were using the pattern '/doc/templates/[...]', but some were
using the pattern '/doc/template/[...]', which was confusing. This
commit unifies on the former.
Instructions for accessing the tool should be documented on the documentation page for that tool and not duplicated here. Besides, this makes it sound like the command line is the recommended way (or even the only way) to start the tool, which could be misleading.
I submitted #1191 previously but then had already purged my local fork. So I was unable to change it (if there is a way I am oblivious to it). Hence I closed#1191 and opened this pull request in it's place. Sorry for that.
The existing doc guidelines page attempts to combine too many different
topics at once and includes information that does not pertain directly
to the documentation. This reorganization is intended to make each type
of information easier to find. For example, some have found it difficult
to find the documentation style guidelines (see, e.g.,
QubesOS/qubes-issues#6701#issuecomment-875875610). This reorganization
allows us to assign more specific titles to each page.
General changes:
- Create new page for contribution instructions
- Create new page for website style guide
- Create new page for continuous integration
- Rename existing "style guide" to "visual style guide" in order to
avoid ambiguity with new doc and website style guides
- Retain existing page solely for doc style guide
- Update page names and permalinks
- Update existing links
- Improve language
Doc style guide changes:
- Add section on using sentence case in headings
(see QubesOS/qubes-issues#6756 and #1173)
- Improve section organization
- Clarify language
In order to better preserve the Git history of each file, file renames
will be handled in a separate commit.