From 5c47829f5d5e7936c604cf4b90f983f60ca8807a Mon Sep 17 00:00:00 2001 From: Antonio Maradiaga Date: Mon, 27 Jun 2022 11:27:14 +0200 Subject: [PATCH] Adding SAP provider in the documentation --- website/i18n/en.json | 3 +++ website/sidebars.json | 1 + 2 files changed, 4 insertions(+) diff --git a/website/i18n/en.json b/website/i18n/en.json index 22d11218..b0d13b70 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -73,6 +73,9 @@ }, "nodes/saas": { "title": "Saas" + }, + "nodes/sap": { + "title": "SAP" } }, "links": { diff --git a/website/sidebars.json b/website/sidebars.json index 995e9bdb..2c684afa 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -22,6 +22,7 @@ "nodes/openstack", "nodes/firebase", "nodes/digitalocean", + "nodes/sap", "nodes/elastic", "nodes/outscale", "nodes/generic",