From af573d297cb1d8a90d80bb7767034a25cf073e3e Mon Sep 17 00:00:00 2001 From: tessier Date: Tue, 29 Dec 2020 16:52:17 +0900 Subject: [PATCH] [Fix] Add custom menu in side bar --- website/i18n/en.json | 3 +++ website/sidebars.json | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 00bb5536..1c4a1a31 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -32,6 +32,9 @@ "nodes/azure": { "title": "Azure" }, + "nodes/custom": { + "title": "Custom" + }, "nodes/elastic": { "title": "Elastic" }, diff --git a/website/sidebars.json b/website/sidebars.json index a9697114..0f53f300 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -24,7 +24,8 @@ "nodes/elastic", "nodes/generic", "nodes/programming", - "nodes/saas" + "nodes/saas", + "nodes/custom" ] } -} \ No newline at end of file +}