From 35156429c44c2bc6b2894470c0bf1a6dcfab1866 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 14 Sep 2020 10:34:50 +0200 Subject: [PATCH] Update docs [ci skip] --- website/src/components/quickstart.js | 5 +++-- website/src/widgets/quickstart-training.js | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/website/src/components/quickstart.js b/website/src/components/quickstart.js index 6a335d4a0..64f828c2f 100644 --- a/website/src/components/quickstart.js +++ b/website/src/components/quickstart.js @@ -27,6 +27,7 @@ const Quickstart = ({ hidePrompts, small, codeLang, + Container = Section, children, }) => { const contentRef = useRef() @@ -83,7 +84,7 @@ const Quickstart = ({ }, [data, initialized]) return !data.length ? null : ( -
+
{title && (

@@ -249,7 +250,7 @@ const Quickstart = ({ {showCopy &&