From aaedb9c3fdec5ead18fccb7a778d560a3867e84a Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 25 Mar 2021 00:08:49 -0500 Subject: [PATCH] Add installing and updating index pages to sidebar I'm really not sure where's best to put these... For now I've put them in an "Indexes" section, but other ideas are welcome --- _data/en-US/categories.json | 4 ++++ assets/css/style.scss | 5 +++++ pages/_en-US/twilightmenu/installing.md | 6 +++--- pages/_en-US/twilightmenu/updating.md | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/_data/en-US/categories.json b/_data/en-US/categories.json index 34da9e58..578aa42a 100644 --- a/_data/en-US/categories.json +++ b/_data/en-US/categories.json @@ -29,6 +29,10 @@ { "key": "uninstalling", "title": "Uninstalling" + }, + { + "key": "indexes", + "title": "Indexes" } ], "nds-bootstrap": [ diff --git a/assets/css/style.scss b/assets/css/style.scss index e064c0f5..ce02a8e8 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -378,6 +378,11 @@ kbd.face { font-size: 0.9rem; border: 1px solid var(--borders); } + +.sidebar-container ul { + margin-bottom: 0; +} + .sidebar-container li { padding-bottom: 0.25rem; } diff --git a/pages/_en-US/twilightmenu/installing.md b/pages/_en-US/twilightmenu/installing.md index 88413024..34da17a4 100644 --- a/pages/_en-US/twilightmenu/installing.md +++ b/pages/_en-US/twilightmenu/installing.md @@ -2,13 +2,13 @@ lang: en-US layout: wiki section: twilightmenu -category: none -title: Installing (Index) +category: indexes +title: Installing long_title: Installing TWiLight Menu++ description: How to install TWiLight Menu++ (index page) --- -There are separate guides for installing TWiLight Menu++ depending on if you're using a Nintendo DSi, Nintendo 3DS, or a Nintendo DS flashcard. Please select the page for the one you're using. +The installation process for TWiLight Menu++ depends on whether you're using a Nintendo DSi, Nintendo 3DS, or a Nintendo DS flashcard. Please select the page for the one you're using. ### 3DS / 2DS If you're using a 3DS or 2DS (from the internal SD card), follow the [3DS instructions](installing-3ds). diff --git a/pages/_en-US/twilightmenu/updating.md b/pages/_en-US/twilightmenu/updating.md index 0794335a..ed1235e7 100644 --- a/pages/_en-US/twilightmenu/updating.md +++ b/pages/_en-US/twilightmenu/updating.md @@ -2,13 +2,13 @@ lang: en-US layout: wiki section: twilightmenu -category: none -title: Updating (Index) +category: indexes +title: Updating long_title: Updating TWiLight Menu++ -description: How to install TWiLight Menu++ (index page) +description: How to update TWiLight Menu++ (index page) --- -There are separate guides for updating TWiLight Menu++ depending on if you're using a Nintendo DSi, Nintendo 3DS, or a Nintendo DS flashcard. Please select the page for the one you're using. +The updating process for TWiLight Menu++ depends on whether you're using a Nintendo DSi, Nintendo 3DS, or a Nintendo DS flashcard. Please select the page for the one you're using. ### 3DS / 2DS If you're using a 3DS or 2DS (from the internal SD card), follow the [3DS instructions](updating-3ds).