From 260d2d285c33f8ed8486e39ef19d81bd76f32ee8 Mon Sep 17 00:00:00 2001 From: mrzengel Date: Wed, 7 Aug 2024 15:27:01 +0200 Subject: [PATCH] navigation test --- docs/_config.yml | 53 ------------------------------------------------ 1 file changed, 53 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index c1a1e76..1646bc9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,60 +3,7 @@ description: "Documentation for VRE Hub Zenodo Jupyter Lab Extension" remote_theme: pmarsceill/just-the-docs color_scheme: dark -# Table of contents -nav: - - title: "Home" - url: / - nav_order: 1 - - title: "Install" - url: /install/ - nav_order: 2 - children: - - title: "For End-Users" - url: /install/#for-end-users-users - - title: "For Developers" - url: /install/##for-developers-developers - - - title: "Frontend Usage" - url: /usage/ - nav_order: 3 - - - title: "Full Documentation" - url: /documentation/ - nav_order: 4 - children: - - title: "Frontend Documentation" - url: /documentation/frontend/ - nav_order: 1 - children: - - title: "General Framework" - url: /documentation/frontend/#general-framework - - title: "Files in `src/`" - url: /documentation/frontend/#files-in-src - - title: "`index.tsx`" - url: /documentation/frontend/#index - - title: "`API/API_functions.tsx`" - url: /documentation/frontend/#api_functions - - title: "`API/handlers.tsx`" - url: /documentation/frontend/#handler - - title: "`components/FileBrowser.tsx`" - url: /documentation/frontend/#filebrowser - - title: "`components/NavBar.tsx`" - url: /documentation/frontend/#navbar - - title: "`components/SearchPanel.tsx`" - url: /documentation/frontend/#searchpanel - - title: "`components/SideBarPanel.tsx`" - url: /documentation/frontend/#sidebar - - title: "`components/confirmation.tsx`" - url: /documentation/frontend/#confirmation - - title: "`components/login.tsx`" - url: /documentation/frontend/#login - - title: "`components/upload.tsx`" - url: /documentation/frontend/#upload - - title: "Backend Documentation" - url: /documentation/backend/ - nav_order: 2 sass: load_paths: