Nitrokey's User Documentation
This documentation is based on VuePress. It's a static page generator so that for testing purposes you need to install VuePress on your local system:
- Install
sudo apt install npm
sudo npm install -g vuepress
-
Start editing content
-
Test your content locally
sudo vuepress dev
- Publish changes by pushing to git
- Menus and other settings are defined in
.vuepress/config.js
. - Write filenames in lower case and use dashes ("-") instead of spaces.
- For content which is identical for different models or operating systems, use symbolic links to avoid duplication of files. Locate those instructions not in but next to the operating system folders.
- Add a subfolder with the numbered image files for each guide.
- Avoid plain URLs in text but use hyperlinks instead.