Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.13 KB

Nitrokey Documentation

Build Status

Nitrokey's User Documentation

Setup

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:

  1. Install
sudo apt install npm
sudo npm install -g vuepress
  1. Start editing content

  2. Test your content locally

sudo vuepress dev
  1. Publish changes by pushing to git

Tips and Conventions

  • 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.