diff --git a/website/i18n/en.json b/website/i18n/en.json index 22d11218..7af9afd0 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -32,6 +32,9 @@ "nodes/azure": { "title": "Azure" }, + "nodes/c4": { + "title": "C4" + }, "nodes/custom": { "title": "Custom" }, diff --git a/website/sidebars.json b/website/sidebars.json index 995e9bdb..6693b599 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -27,6 +27,7 @@ "nodes/generic", "nodes/programming", "nodes/saas", + "nodes/c4", "nodes/custom" ] }