From a18abae67b4614aad9184d196b17e223c59d6742 Mon Sep 17 00:00:00 2001 From: Mark West Date: Wed, 22 May 2024 14:01:47 +0200 Subject: [PATCH 1/2] chore: Update navbar content for installation page --- .github/workflows/product-page-deploy.yml | 1 + docs/NavbarContent.json | 75 ++--------------------- 2 files changed, 7 insertions(+), 69 deletions(-) diff --git a/.github/workflows/product-page-deploy.yml b/.github/workflows/product-page-deploy.yml index a8fd4c77..5972b60d 100644 --- a/.github/workflows/product-page-deploy.yml +++ b/.github/workflows/product-page-deploy.yml @@ -19,6 +19,7 @@ jobs: github_repository_name_as_prefix: false github_repository_url: https://github.com/CommonGateway/WooBundle github_api_base_url: https://api.github.com/repos/CommonGateway/WooBundle/contents + slack_url: "https://github.com/openwebconcept/" navbar_content: 'https://raw.githubusercontent.com/CommonGateway/WooBundle/master/docs/NavbarContent.json' footer_show_logo: true footer_logo_href: "https://opencatalogi.nl/" diff --git a/docs/NavbarContent.json b/docs/NavbarContent.json index 9940096d..bc7ad279 100644 --- a/docs/NavbarContent.json +++ b/docs/NavbarContent.json @@ -16,67 +16,14 @@ }, "subItems": [ { - "label": "Architectuur", + "label": "Installatie", "type": "internalMarkdown", "current": { - "pathname": "/docs/Architectuur" + "pathname": "/docs/Installatie" }, "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" + "fileName": "Installatie" } } }, @@ -95,23 +42,13 @@ ] }, { - "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", + "label": "Open Services", "type": "external", "current": { - "pathname": "/registers" + "pathname": "/services" }, "handleClick": { - "link": "https://openregisters.app/" + "link": "https://openservices.app/" } } ] From 86f12785a9cd1e0e2a01c2663fc753f7a8e8ecf9 Mon Sep 17 00:00:00 2001 From: Mark West Date: Wed, 22 May 2024 14:04:02 +0200 Subject: [PATCH 2/2] chore: Update navbar content for installation page --- .github/workflows/product-page-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/product-page-deploy.yml b/.github/workflows/product-page-deploy.yml index 5972b60d..57afb3a3 100644 --- a/.github/workflows/product-page-deploy.yml +++ b/.github/workflows/product-page-deploy.yml @@ -20,6 +20,7 @@ jobs: github_repository_url: https://github.com/CommonGateway/WooBundle github_api_base_url: https://api.github.com/repos/CommonGateway/WooBundle/contents slack_url: "https://github.com/openwebconcept/" + READ_THE_DOCS_URL: "false" navbar_content: 'https://raw.githubusercontent.com/CommonGateway/WooBundle/master/docs/NavbarContent.json' footer_show_logo: true footer_logo_href: "https://opencatalogi.nl/"