Skip to content

Commit

Permalink
Merge pull request #187 from OpenCatalogi/feature/pluginpage-update
Browse files Browse the repository at this point in the history
chore: Add Kosten page and update NavbarContent.json
  • Loading branch information
MWest2020 authored May 23, 2024
2 parents 35132f7 + 3c72b2f commit f258e9f
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/product-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Deploy Product Github Page
uses: OpenCatalogi/productpage-action@latest
with:
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/OpenCatalogi/OpenCatalogiBundle
github_api_base_url: https://api.github.com/repos/OpenCatalogi/OpenCatalogiBundle/contents
Expand Down
1 change: 1 addition & 0 deletions docs/Kosten.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Kosten
72 changes: 72 additions & 0 deletions docs/NavbarContent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"label": "Home",
"type": "internal",

"current": {
"pathname": "/"
},
"handleClick": {
"link": "/"
}
},
{
"label": "Services",
"type": "internalMarkdown",
"current": {
"pathname": "/Docs/CONTRIBUTING"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Docs",
"fileName": "CONTRIBUTING"
}
}
},
{
"label": "Handleidingen",
"current": {
"pathname": "/Handleidingen"
},
"subItems": [
{
"label": "Architectuur",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Architectuur"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"fileName": "Architectuur"
}
}
},
{
"label": "Installatie",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Installatie"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"fileName": "Installatie"
}
}
},
{
"label": "Kosten",
"type": "internalMarkdown",
"current": {
"pathname": "/docs/Kosten"
},
"handleClick": {
"internalMarkdown": {
"fileName": "Kosten"
}
}
}
]
}
]

0 comments on commit f258e9f

Please sign in to comment.