diff --git a/.github/workflows/product-page-deploy.yml b/.github/workflows/product-page-deploy.yml index a8fd4c77..57afb3a3 100644 --- a/.github/workflows/product-page-deploy.yml +++ b/.github/workflows/product-page-deploy.yml @@ -19,6 +19,8 @@ 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/" + 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/" 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/" } } ]