diff --git a/website/i18n/en.json b/website/i18n/en.json index e18f4e07..00bb5536 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -53,6 +53,12 @@ "nodes/onprem": { "title": "OnPrem" }, + "nodes/openstack": { + "title": "OpenStack" + }, + "nodes/outscale": { + "title": "Outscale" + }, "nodes/programming": { "title": "Programming" }, diff --git a/website/sidebars.json b/website/sidebars.json index 91d5d709..5400b35a 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -21,7 +21,8 @@ "nodes/programming", "nodes/firebase", "nodes/saas", - "nodes/elastic" + "nodes/elastic", + "nodes/outscale" ] } } \ No newline at end of file