Skip to content

Commit

Permalink
subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark West committed May 23, 2024
1 parent 92fb9b6 commit 1adf3f0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/product-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
uses: OpenCatalogi/productpage-action@latest
with:
# Links
SLACK_URL: "https://samenorganiseren.slack.com/archives/C03JLP1EUH4"
SLACK_URL: "https://github.com/openwebconcept"
READ_THE_DOCS_URL: "false"
github_docs_directory_paths: '[{"name": "docs", "location": "/docs"}]'
github_repository_name_as_prefix: false
github_repository_url: https://github.com/CommonGateway/OpenConnector
github_api_base_url: https://api.github.com/repos/CommonGateway/OpenConnector/contents
Expand Down
1 change: 1 addition & 0 deletions docs/Features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Functionaliteit
1 change: 0 additions & 1 deletion docs/Handleidingen/Features.md

This file was deleted.

File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions docs/NavbarContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
}
},
{
"label": "Handleidingen",
"label": "Documentatie",
"current": {
"pathname": "/Handleidingen"
"pathname": "/docs"
},
"subItems": [
{
"label": "Installatie",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Installatie"
"pathname": "/docs/Installatie"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"directoryName": "docs",
"fileName": "Installatie"
}
}
Expand All @@ -33,11 +33,11 @@
"label": "Kosten",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Kosten"
"pathname": "/docs/Kosten"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"directoryName": "docs",
"fileName": "Kosten"
}
}
Expand All @@ -46,11 +46,11 @@
"label": "Functionaliteit",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Features"
"pathname": "/docs/Features"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"directoryName": "docs",
"fileName": "Features"
}
}
Expand Down

0 comments on commit 1adf3f0

Please sign in to comment.