From 7819ffbbcc0d67b65ea8b5e90b5bad1a6995c63a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 25 Aug 2023 17:19:03 -0700 Subject: [PATCH] doc updates --- docs/my-website/docs/tutorials/first_playground.md | 1 + docs/my-website/sidebars.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/my-website/docs/tutorials/first_playground.md diff --git a/docs/my-website/docs/tutorials/first_playground.md b/docs/my-website/docs/tutorials/first_playground.md new file mode 100644 index 000000000..e54f10811 --- /dev/null +++ b/docs/my-website/docs/tutorials/first_playground.md @@ -0,0 +1 @@ +# Create your first playground diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 2067687b7..c54c6d835 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -18,6 +18,7 @@ const sidebars = { // But you can create a sidebar manually tutorialSidebar: [ { type: "doc", id: "index" }, // NEW + "tutorials/first_playground", { type: "category", label: "Completion()",