From 2baa975d5c76e9d5f457ad530a8e0964259c87e4 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Tue, 26 Nov 2024 23:27:52 -0800 Subject: [PATCH] revert changes to sidebar --- docs/index.md | 79 ++------------------------------------------------- 1 file changed, 3 insertions(+), 76 deletions(-) diff --git a/docs/index.md b/docs/index.md index 59c7c9eab49..5f6eb5b28fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -296,86 +296,13 @@ for the better. ```{eval-rst} .. toctree:: :maxdepth: 2 - :caption: Getting started getting_started/index - guides/overview - guides/coming_from/jupyter - examples + guides/index + recipes api/index -``` - -```{eval-rst} -.. toctree:: - :caption: Core concepts - :maxdepth: 2 - - guides/reactivity - guides/interactivity - guides/outputs - guides/expensive_notebooks -``` - -```{eval-rst} -.. toctree:: - :caption: Working with data - :maxdepth: 2 - - guides/working_with_data/sql - guides/working_with_data/dataframes - guides/working_with_data/plotting -``` - -```{eval-rst} -.. toctree:: - :caption: Apps and scripts - :maxdepth: 2 - - guides/apps - guides/scripts -``` - -```{eval-rst} -.. toctree:: - :caption: Editor features - :maxdepth: 2 - - guides/editor_features/overview - guides/editor_features/package_management - guides/editor_features/ai_completion - guides/editor_features/hotkeys - guides/configuration/index -``` - -```{eval-rst} -.. toctree:: - :caption: Exporting and deploying - :maxdepth: 2 - - guides/exporting - guides/wasm - guides/deploying/index -``` - -```{eval-rst} -.. toctree:: - :caption: Integrating with marimo - :maxdepth: 2 - - guides/integrating_with_marimo/displaying_objects - guides/integrating_with_marimo/custom_ui_plugins -``` - -```{eval-rst} -.. toctree:: - :maxdepth: 2 - :caption: Reference - faq - recipes - guides/best_practices/ - guides/troubleshooting - guides/coming_from/index + examples integrations/index community ```