-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
layout: introduce 'card's for those empty index pages
- Loading branch information
Showing
5 changed files
with
133 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ sphinxprettysearchresults==0.3.5 | |
urllib3==2.2.3 | ||
setuptools==75.6.0 | ||
docutils==0.21.2 | ||
sphinx-design==0.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,71 @@ | ||
Nitrokeys | ||
========= | ||
|
||
.. rubric:: Explore Features | ||
:class: not-header | ||
|
||
.. card:: All Nitrokey Features | ||
:link: features/index | ||
:link-type: doc | ||
|
||
Browse and learn about all the different features available on your Nitrokeys | ||
|
||
.. rubric:: Choose a Nitrokey Model | ||
:class: not-header | ||
|
||
.. card:: Nitrokey 3 | ||
:link: nitrokey3/index | ||
:link-type: doc | ||
|
||
Deep dive into the Nitrokey 3 and its endless applications | ||
|
||
.. card:: Nitrokey Passkey | ||
:link: passkey/index | ||
:link-type: doc | ||
|
||
Passkeys and robust web-security for everyone | ||
|
||
.. card:: Nitrokey Pro 2 | ||
:link: pro/index | ||
:link-type: doc | ||
|
||
Smartcard-based OpenPGPCard security token | ||
|
||
.. card:: Nitrokey Storage 2 | ||
:link: storage/index | ||
:link-type: doc | ||
|
||
Smartcard-based token combined with encrypted flash storage | ||
|
||
.. card:: Nitrokey HSM 2 | ||
:link: hsm/index | ||
:link-type: doc | ||
|
||
More capacity, more possibilities - the Nitrokey for commercial applications | ||
|
||
.. card:: Nitrokey Start 2 | ||
:link: start/index | ||
:link-type: doc | ||
|
||
GNUK-based pure software only OpenPGPCard | ||
|
||
.. card:: Nitrokey U2F | ||
:link: u2f/index | ||
:link-type: doc | ||
|
||
Secure 2FA token for to increase your web security | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
Features <features/index> | ||
Nitrokey 3 <nitrokey3/index> | ||
Nitrokey Passkey <passkey/index> | ||
Nitrokey FIDO2 <fido2/index> | ||
Nitrokey U2F <u2f/index> | ||
Nitrokey HSM 2 <hsm/index> | ||
Nitrokey Pro 2 <pro/index> | ||
Nitrokey Start <start/index> | ||
Nitrokey Storage 2 <storage/index> | ||
:maxdepth: 1 | ||
:glob: | ||
:hidden: | ||
|
||
Features <features/index> | ||
Nitrokey 3 <nitrokey3/index> | ||
Nitrokey Passkey <passkey/index> | ||
Nitrokey FIDO2 <fido2/index> | ||
Nitrokey U2F <u2f/index> | ||
Nitrokey HSM 2 <hsm/index> | ||
Nitrokey Pro 2 <pro/index> | ||
Nitrokey Start <start/index> | ||
Nitrokey Storage 2 <storage/index> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters