Skip to content

Commit

Permalink
updated navbar footer and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 22, 2023
1 parent 951d2f8 commit 36e3251
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/product-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/footerContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ariaLabel": "EmailService",
"value": "EmailService",
"internalMarkdown": {
"directoryName": "Classes/Service",
"directoryName": "Service",
"fileName": "EmailService"
}
}
Expand Down
6 changes: 3 additions & 3 deletions docs/navbarContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"label": "README",
"type": "internalMarkdown",
"current": {
"pathname": "/CLasses/README"
"pathname": "/Classes/README"
},
"handleClick": {
"internalMarkdown": {
Expand All @@ -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"
}
}
Expand Down

0 comments on commit 36e3251

Please sign in to comment.