Nitrokey / nitrokey-documentation

User documentation of Nitrokey's products
https://docs.nitrokey.com
32 stars 36 forks source link

Fixing some /Storage issues #126

Closed Deashow closed 1 year ago

Deashow commented 1 year ago
Deashow commented 1 year ago

Uploaded a temporary solution for the warning "unknown image" but it didn't solve our main problem for all images.

Deashow commented 1 year ago

Fixing some critical path issues because the "include" was doubled for different files.

Deashow commented 1 year ago

nitrokey-documentation/storage/linux/openvpn-easyrsa.rst:388: WARNING: Could not lex literal_block as "bash". Highlighting skipped.

The problem was it was "code-block bash" but without correct terminal/shell syntax. So i changed "bash" into "none" which solved the highlighting warning.

Deashow commented 1 year ago

Got it "code-block:: none" (line 388-397) is deleted and could be merged.