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()",