From 001d0bc9d42339ec71b076018caa014f7d9e5442 Mon Sep 17 00:00:00 2001
From: Marco Holz <marco.holz@fitko.de>
Date: Thu, 19 Aug 2021 07:08:54 +0000
Subject: [PATCH] Add article to sidebar

---
 docs/details/jwk-creation.md | 2 +-
 docs/sidebar.js              | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/details/jwk-creation.md b/docs/details/jwk-creation.md
index 7a137c4a2..cb0bf0a6c 100644
--- a/docs/details/jwk-creation.md
+++ b/docs/details/jwk-creation.md
@@ -1,4 +1,4 @@
-# Erstellung von JSON Web Keys für Testzwecke
+# Erstellen von JSON Web Keys für Testzwecke
 FIT-Connect verwendet zur Übertragung von Antragsdaten und Metadaten mit direktem Bezug zu Anträgen eine Ende-zu-Ende-Verschlüsselung. Diese ist auf Basis des Standards [JSON Web Encryption (JWE)](https://tools.ietf.org/html/rfc7516) unter Verwendung von Schlüsseln gemäß des Standards [JSON Web Keys (JWK)](https://tools.ietf.org/html/rfc7517) umgesetzt.
 Im Folgenden soll die Erstellung von JWKs mithilfe eines einfachen in Python geschriebenen Skriptes unter Windows und Linux erläutert werden.
 
diff --git a/docs/sidebar.js b/docs/sidebar.js
index 0703c4659..a39053eb6 100644
--- a/docs/sidebar.js
+++ b/docs/sidebar.js
@@ -75,6 +75,7 @@ module.exports = {
       label: 'Detailinformationen',
       items: [
         'details/crypto',
+        'details/jwk-creation',
         'details/schema-reference',
         'details/pgp-export',
         {
-- 
GitLab