From 154cb4d506d70cff93744a3ea846d48531274605 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 17 Nov 2021 13:12:00 -0500 Subject: [PATCH] Fix docs Netlify build (#1859) --- docs/src/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/config.ts b/docs/src/config.ts index cd75ac566..5679c79df 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -162,6 +162,10 @@ export const SIDEBAR = { { text: 'Начало работы', link: 'ru/getting-started' }, { text: 'Быстрый старт', link: 'ru/quick-start' }, ], + it: [ + { text: 'Impostare', header: true }, + { text: 'Come iniziare', link: 'it/getting-started' }, + ] }; export const SITE = {