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
This commit is contained in:
Pk11 2021-03-25 00:08:49 -05:00
parent c89ca8440d
commit aaedb9c3fd
4 changed files with 16 additions and 7 deletions

View File

@ -29,6 +29,10 @@
{
"key": "uninstalling",
"title": "Uninstalling"
},
{
"key": "indexes",
"title": "Indexes"
}
],
"nds-bootstrap": [

View File

@ -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;
}

View File

@ -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).

View File

@ -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).