From e3eb8f7cc4a4b04eb3217e35fc57596c4f847ca9 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 22 Sep 2022 15:52:38 -0700 Subject: [PATCH] Correctly wire the tutorial up (#939) ## Description Correctly wire the tutorial up This also adds the tutorial to the sidebar so that the user doesn't get lost. ## Type of change - [x] :world_map: Documentation ## Test Plan - [x] :muscle: Manual --- docs/sidebars.js | 1 + docs/src/pages/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 033c14c38..14e9ac990 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,6 +17,7 @@ const sidebars = { docsSidebar: [ 'intro', 'install', + 'tutorial', { type: 'category', label: 'Initial Configuration', diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 4e869dd8d..66895293e 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -16,7 +16,7 @@ function HomepageHeader() {
+ to="tutorial"> Docusaurus Tutorial - 5min ⏱️