Skip to content

Commit

Permalink
Merge pull request #246 from ConductionNL/feature/GW-1629/Action-update
Browse files Browse the repository at this point in the history
feature/GW-1629/Action-update
  • Loading branch information
remko48 authored Feb 1, 2024
2 parents 2391910 + ac45c90 commit 1b9785b
Show file tree
Hide file tree
Showing 18 changed files with 309 additions and 422 deletions.
32 changes: 18 additions & 14 deletions .github/workflows/product-page-deploy.yml

Large diffs are not rendered by default.

110 changes: 0 additions & 110 deletions docs/Architectuur.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/FAQ.md

This file was deleted.

133 changes: 88 additions & 45 deletions docs/FooterContent.json
Original file line number Diff line number Diff line change
@@ -1,93 +1,136 @@
[
{
"title": "Over",
"title": "Links",
"items": [
{
"value": "Architectuur",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Architectuur.md"
"ariaLabel": "Home",
"value": "Home",
"link": "/",
"icon": { "prefix": "fas", "icon": "home", "placement": "left" }
},
{
"ariaLabel": "Slack",
"value": "Slack",
"link": "https://samenorganiseren.slack.com/archives/C067Q3UE9F0",
"icon": { "prefix": "fab", "icon": "slack", "placement": "left" }
},
{
"value": "GitHub",
"ariaLabel": "GitHub",
"link": "https://github.com/ConductionNL/woo-website-template",
"icon": { "prefix": "fab", "icon": "github", "placement": "left" }
},
{
"value": "Open Webconcept",
"ariaLabel": "Github",
"link": "https://openwebconcept.nl/",
"icon": { "prefix": "fas", "icon": "globe", "placement": "left" }
}
]
},
{
"title": "Product",
"items": [
{
"ariaLabel": "Kosten",
"value": "Kosten",
"type": "readme",
"markdownlink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Kosten.md"
"internalMarkdown": {
"directoryName": "Product",
"fileName": "Kosten"
}
},
{
"ariaLabel": "Privacy",
"value": "Privacy",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Privacyverklaring.md"
"internalMarkdown": {
"directoryName": "Product",
"fileName": "Privacyverklaring"
}
},
{
"ariaLabel": "Beveiliging",
"value": "Beveiliging",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/SECURITY.md"
"internalMarkdown": {
"directoryName": "Product",
"fileName": "SECURITY"
}
},
{
"ariaLabel": "Toegankelijkheid",
"value": "Toegankelijkheid",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Toegankelijkheid.md"
"internalMarkdown": {
"directoryName": "Product",
"fileName": "Toegankelijkheid"
}
},
{
"ariaLabel": "Roadmap",
"value": "Roadmap",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Roadmap.md"
"internalMarkdown": {
"directoryName": "Product",
"fileName": "Roadmap"
}
},
{
"ariaLabel": "Veelgestelde vragen",
"value": "Veelgestelde vragen",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/FAQ.md"
"internalMarkdown": {
"directoryName": "Product",
"fileName": "FAQ"
}
}
]
},
{
"title": "Techniek",
"items": [
{
"ariaLabel": "Naar Productie",
"value": "Naar Productie",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Productie.md"
"internalMarkdown": {
"directoryName": "Techniek",
"fileName": "Productie"
}
},
{
"ariaLabel": "Architectuur",
"value": "Architectuur",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Architectuur.md"
"internalMarkdown": {
"directoryName": "Techniek",
"fileName": "Architectuur"
}
},
{
"ariaLabel": "Installatie",
"value": "Installatie",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Installatie.md"
"internalMarkdown": {
"directoryName": "Techniek",
"fileName": "Installatie"
}
},
{
"ariaLabel": "Integratie",
"value": "Integratie",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Integratie.md"
"internalMarkdown": {
"directoryName": "Techniek",
"fileName": "Integratie"
}
},
{
"ariaLabel": "Configuratie",
"value": "Configuratie",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Configuratie.md"
"internalMarkdown": {
"directoryName": "Techniek",
"fileName": "Configuratie"
}
},
{
"ariaLabel": "Testscenario's",
"value": "Testscenario's",
"type": "readme",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/Tests.md"
}
]
},
{
"title": "Links",
"items": [
{
"value": "Github",
"ariaLabel": "Github",
"link": "https://github.com/ConductionNL/woo-website-template",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
},
{
"value": "Open Webconcept",
"ariaLabel": "Github",
"link": "https://openwebconcept.nl/",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
"internalMarkdown": {
"directoryName": "Techniek",
"fileName": "Tests"
}
}
]
}
Expand Down
Loading

0 comments on commit 1b9785b

Please sign in to comment.