From 36e3251a38edebe73a8766974cfda59f0fadb71e Mon Sep 17 00:00:00 2001 From: Remko Date: Fri, 22 Dec 2023 11:51:05 +0100 Subject: [PATCH] updated navbar footer and deploy --- .github/workflows/product-page-deploy.yml | 1 + docs/footerContent.json | 2 +- docs/navbarContent.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/product-page-deploy.yml b/.github/workflows/product-page-deploy.yml index b220ef7..57923cb 100644 --- a/.github/workflows/product-page-deploy.yml +++ b/.github/workflows/product-page-deploy.yml @@ -15,6 +15,7 @@ jobs: - name: Create a Product Page uses: OpenCatalogi/productpage-action@latest with: + github_docs_directory_paths: '[{"name": "Classes", "location": "/docs/classes"},{"name": "Service", "location": "/docs/classes/Service"}]' github_api_base_url: https://api.github.com/repos/CommonGateway/CustomerNotificationsBundle/contents nl_design_theme_classname: "open-webconcept-theme" jumbotron_logo: "https://raw.githubusercontent.com/CommonGateway/CustomerNotificationsBundle/main/docs/CustomerNotificationsBundleLogo.svg" diff --git a/docs/footerContent.json b/docs/footerContent.json index be01a99..9cfbcca 100644 --- a/docs/footerContent.json +++ b/docs/footerContent.json @@ -43,7 +43,7 @@ "ariaLabel": "EmailService", "value": "EmailService", "internalMarkdown": { - "directoryName": "Classes/Service", + "directoryName": "Service", "fileName": "EmailService" } } diff --git a/docs/navbarContent.json b/docs/navbarContent.json index 2be8861..75e4cf7 100644 --- a/docs/navbarContent.json +++ b/docs/navbarContent.json @@ -19,7 +19,7 @@ "label": "README", "type": "internalMarkdown", "current": { - "pathname": "/CLasses/README" + "pathname": "/Classes/README" }, "handleClick": { "internalMarkdown": { @@ -32,11 +32,11 @@ "label": "EmailService", "type": "internalMarkdown", "current": { - "pathname": "/Classes/Service/EmailService" + "pathname": "/Service/EmailService" }, "handleClick": { "internalMarkdown": { - "directoryName": "Classes/Service", + "directoryName": "Service", "fileName": "EmailService" } }