From a505791d259b8cc96203472e3d5c186ef2d4649b Mon Sep 17 00:00:00 2001 From: Sri Devan Appasamy Date: Sun, 15 Sep 2024 18:46:33 +0800 Subject: [PATCH] Update _config.yml --- _config.yml | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/_config.yml b/_config.yml index b4845f9..9279051 100644 --- a/_config.yml +++ b/_config.yml @@ -9,26 +9,21 @@ plugins: # Configuration for Just the Docs just_the_docs: - nav_order: 1 - # Define the sidebar navigation for the site - nav: - - title: "Home" - url: "/RNA-3D-correspondence/" - nav_order: 1 - - title: "Help Documentation" - url: "/RNA-3D-correspondence/help" - nav_order: 2 - children: - - title: "Input Page" - url: "/RNA-3D-correspondence/help#input_page" - - title: "URL Access" - url: "/RNA-3D-correspondence/help#url_access" - - title: "Output Page and Examples" - url: "/RNA-3D-correspondence/help#output_page" - - title: "Availability" - url: "/RNA-3D-correspondence/help#availability" - - title: "Limitations" - url: "/RNA-3D-correspondence/help#limitations" + # Set to true to use a single page's navigation as the sidebar + aux_nav: + "Help Documentation": + - url: "/RNA-3D-correspondence/help" + title: "R3DMCS Help Documentation" + - url: "/RNA-3D-correspondence/help#input_page" + title: "Input Page" + - url: "/RNA-3D-correspondence/help#url_access" + title: "URL Access" + - url: "/RNA-3D-correspondence/help#output_page" + title: "Output Page and Examples" + - url: "/RNA-3D-correspondence/help#availability" + title: "Availability" + - url: "/RNA-3D-correspondence/help#limitations" + title: "Limitations" # Markdown processing markdown: kramdown