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: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = createConfig({
{label: 'About', to: '/about'},
{label: 'Open source', to: '/about#opensource'},
{label: 'Team', to: '/about#team'},
{label: 'Case studies', to: '/academy?type=case-study'},
{label: 'Way of Work', href: 'https://docs.conduction.nl/WayOfWork/way-of-work/'},
{label: 'ISO', to: '/iso'},
{label: 'Identity', href: 'https://identity.conduction.nl/'},
],
Expand Down
4 changes: 4 additions & 0 deletions i18n/nl/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"message": "ISO",
"description": "The label of footer link with label=ISO linking to /iso"
},
"link.item.label.Way of Work": {
"message": "Werkwijze",
"description": "The label of footer link with label=Way of Work linking to https://docs.conduction.nl/WayOfWork/way-of-work/"
},
"link.item.label.Identity": {
"message": "Identiteit",
"description": "The label of footer link with label=Identity linking to https://identity.conduction.nl/"
Expand Down
Loading