Skip to content
Snippets Groups Projects
Commit b951897a authored by Michael Haidner's avatar Michael Haidner
Browse files

In der Datei 'sidebar.js' die Navigation geändert: Versand und Abruf von...

In der Datei 'sidebar.js' die Navigation geändert: Versand und Abruf von Einreichungen jetzt unter 'Infos für Entwickler:innen'
parent cff3178a
No related branches found
No related tags found
1 merge request!214591-Verschieben_von_Versand_und_Abruf_von_Einreichungen (planning#591)
......@@ -21,6 +21,35 @@ module.exports = {
'getting-started/submission/data',
]
},
{
type: 'category',
label: 'Versand von Einreichungen',
items: [
'sending/overview',
'sending/start-submission',
'sending/metadata',
'sending/encrypt',
'sending/attachments',
'sending/submit',
'sending/query-status',
'sending/accept-reject',
]
},
{
type: 'category',
label: 'Abruf von Einreichungen',
items: [
'receiving/overview',
'receiving/certificate',
'receiving/destination',
'receiving/notification',
'receiving/download-submission',
'receiving/decrypt',
'receiving/verification',
'receiving/process-and-acknowledge',
]
},
'getting-started/notifications-and-deletion-deadlines',
'getting-started/schema-validation',
'getting-started/encryption',
......@@ -45,34 +74,6 @@ module.exports = {
'responsibilities/get-destination'
]
},
{
type: 'category',
label: 'Versand von Einreichungen',
items: [
'sending/overview',
'sending/start-submission',
'sending/metadata',
'sending/encrypt',
'sending/attachments',
'sending/submit',
'sending/query-status',
'sending/accept-reject',
]
},
{
type: 'category',
label: 'Abruf von Einreichungen',
items: [
'receiving/overview',
'receiving/certificate',
'receiving/destination',
'receiving/notification',
'receiving/download-submission',
'receiving/decrypt',
'receiving/verification',
'receiving/process-and-acknowledge',
]
},
{
type: 'category',
label: 'Weiterführende Informationen',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment