From 5ea669e7285c7f27fb6c490e911b80334c0a7704 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 9 Jan 2021 15:12:49 -0600 Subject: [PATCH] Better category ordering --- _data/en-US/categories.json | 34 +++++++++++++++++++ _layouts/wiki.html | 17 +++------- pages/_en-US/ds-index/3ds-forwarders.md | 2 +- pages/_en-US/ds-index/dsi-twl-firm.md | 2 +- pages/_en-US/ds-index/hardmod.md | 2 +- pages/_en-US/ds-index/homebrew.md | 2 +- pages/_en-US/ds-index/retail-roms.md | 2 +- pages/_en-US/ds-index/wifi.md | 2 +- .../_en-US/twilightmenu/creating-ram-disks.md | 2 +- .../twilightmenu/custom-boot-splashes.md | 2 +- .../_en-US/twilightmenu/custom-dsi-3ds-sfx.md | 2 +- .../twilightmenu/custom-dsi-3ds-skins.md | 6 ++-- pages/_en-US/twilightmenu/custom-fonts.md | 2 +- .../custom-unlaunch-backgrounds.md | 2 +- .../twilightmenu/download-play-pictochat.md | 2 +- pages/_en-US/twilightmenu/faq.md | 7 ++-- .../_en-US/twilightmenu/how-to-get-box-art.md | 2 +- .../twilightmenu/installing-3ds-manual.md | 3 +- pages/_en-US/twilightmenu/installing-3ds.md | 8 ++--- pages/_en-US/twilightmenu/installing-dsi.md | 6 +++- .../twilightmenu/installing-flashcard.md | 3 +- .../twilightmenu/playing-in-widescreen.md | 2 +- pages/_en-US/twilightmenu/uninstalling-3ds.md | 3 +- pages/_en-US/twilightmenu/uninstalling-ds.md | 3 +- .../twilightmenu/updating-3ds-manual.md | 3 +- pages/_en-US/twilightmenu/updating-3ds.md | 3 +- pages/_en-US/twilightmenu/updating-dsi.md | 3 +- .../_en-US/twilightmenu/updating-flashcard.md | 3 +- 28 files changed, 85 insertions(+), 45 deletions(-) create mode 100644 _data/en-US/categories.json diff --git a/_data/en-US/categories.json b/_data/en-US/categories.json new file mode 100644 index 00000000..009cbc6f --- /dev/null +++ b/_data/en-US/categories.json @@ -0,0 +1,34 @@ +{ + "ds-index": [ + { + "key": "guides", + "title": "Guides" + }, + { + "key": "reference", + "title": "Reference" + } + ], + "twilightmenu": [ + { + "key": "installing", + "title": "Installing" + }, + { + "key": "updating", + "title": "Updating" + }, + { + "key": "customization", + "title": "Customization" + }, + { + "key": "other", + "title": "Other" + }, + { + "key": "uninstalling", + "title": "Uninstalling" + } + ] +} \ No newline at end of file diff --git a/_layouts/wiki.html b/_layouts/wiki.html index fb4b2d03..2d9111d7 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -18,15 +18,6 @@ layout: compress