Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/product-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
75 changes: 6 additions & 69 deletions docs/NavbarContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand All @@ -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/"
}
}
]