From ea84a6f39452131760bd57056620ef724d7c5c7a Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Thu, 25 Apr 2024 08:01:52 +0200 Subject: [PATCH] Menu items --- docs/footerContent.json | 76 ++++++++++++++++++++++++++ docs/navbarContent.json | 117 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 193 insertions(+) create mode 100644 docs/footerContent.json create mode 100644 docs/navbarContent.json diff --git a/docs/footerContent.json b/docs/footerContent.json new file mode 100644 index 0000000..708cc26 --- /dev/null +++ b/docs/footerContent.json @@ -0,0 +1,76 @@ +[ + { + "title": "Links", + "items": [ + { + "ariaLabel": "Home", + "value": "Home", + "link": "/", + "icon": { "prefix": "fas", "icon": "home", "placement": "left" } + }, + { + "ariaLabel": "Redocly", + "value": "Redocly", + "link": "https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/CommonGateway/CustomerInteractionBundle/main/docs/openapi.json&nocors", + "icon": { "prefix": "fab", "icon": "redocly", "placement": "left" } + }, + { + "ariaLabel": "Github", + "value": "Github", + "link": "https://github.com/commonGateway/customerInteractionBundle", + "icon": { "prefix": "fab", "icon": "github", "placement": "left" } + } + ] + }, + { + "title": "Services", + "items": [ + { + "ariaLabel": "Readme", + "value": "Readme", + "internalMarkdown": { + "directoryName": "Service", + "fileName": "README" + } + }, + { + "ariaLabel": "CustomerInteractionService", + "value": "CustomerInteractionService", + "internalMarkdown": { + "directoryName": "Service", + "fileName": "CustomerInteractionService" + } + }, + { + "ariaLabel": "InstallationService", + "value": "InstallationService", + "internalMarkdown": { + "directoryName": "Service", + "fileName": "InstallationService" + } + } + ] + }, + { + "title": "Contact", + "items": [ + { + "ariaLabel": "Phone number", + "value": "+31 (0)85 3036840", + "link": "tel:+31 (0)85 3036840", + "icon": { "prefix": "fas", "icon": "phone", "placement": "left" } + }, + { + "ariaLabel": "Email address", + "value": "info@conduction.nl", + "link": "mailto:info@conduction.nl", + "icon": { "prefix": "fas", "icon": "envelope", "placement": "left" } + }, + { + "label": "Address", + "ariaLabel": "Address", + "value": "Lauriergracht 14h" + } + ] + } +] \ No newline at end of file diff --git a/docs/navbarContent.json b/docs/navbarContent.json new file mode 100644 index 0000000..63246f9 --- /dev/null +++ b/docs/navbarContent.json @@ -0,0 +1,117 @@ +[ + { + "label": "Home", + "type": "internal", + "current": { + "pathname": "/" + }, + "handleClick": { + "link": "/" + } + }, + { + "label": "Documentatie", + "current": { + "pathname": "/docs" + }, + "subItems": [ + { + "label": "Architectuur", + "type": "internalMarkdown", + "current": { + "pathname": "/docs/Architectuur" + }, + "handleClick": { + "internalMarkdown": { + "directoryName": "docs", + "fileName": "Architectuur" + } + } + }, + { + "label": "Functionaliteit", + "type": "internalMarkdown", + "current": { + "pathname": "/docs/Features" + }, + "handleClick": { + "internalMarkdown": { + "directoryName": "docs", + "fileName": "Features" + } + } + }, + { + "label": "Taken", + "type": "internalMarkdown", + "current": { + "pathname": "/docs/klanten" + }, + "handleClick": { + "internalMarkdown": { + "directoryName": "taken", + "fileName": "klanten" + } + } + }, + { + "label": "Berichten", + "type": "internalMarkdown", + "current": { + "pathname": "/docs/berichten" + }, + "handleClick": { + "internalMarkdown": { + "directoryName": "berichten", + "fileName": "berichten" + } + } + }, + { + "label": "Objecten", + "type": "internalMarkdown", + "current": { + "pathname": "/docs/schema/README" + }, + "handleClick": { + "internalMarkdown": { + "directoryName": "objecten", + "fileName": "README" + } + } + }, + { + "label": "Kosten", + "type": "internalMarkdown", + "current": { + "pathname": "/docs/Kosten" + }, + "handleClick": { + "internalMarkdown": { + "fileName": "Kosten" + } + } + } + ] + }, + { + "label": "Redocly", + "type": "external", + "current": { + "pathname": "/Redocly" + }, + "handleClick": { + "link": "https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/CommonGateway/CustomerInteractionBundle/main/docs/openapi.json&nocors" + } + }, + { + "label": "Open Registers", + "type": "external", + "current": { + "pathname": "/registers" + }, + "handleClick": { + "link": "https://openregisters.app/" + } + } +] \ No newline at end of file