From 9aa74dbdda0dd16010b1335665be2fe6927492ac Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 18 Jun 2020 23:39:13 -0700 Subject: [PATCH] moving "overviews" to "customization" --- .../core-plugins.md | 0 docs/{overviews => customization}/eeprom.md | 0 docs/{overviews => customization}/leds.md | 0 docs/index.rst | 27 +++++++------------ 4 files changed, 10 insertions(+), 17 deletions(-) rename docs/{overviews => customization}/core-plugins.md (100%) rename docs/{overviews => customization}/eeprom.md (100%) rename docs/{overviews => customization}/leds.md (100%) diff --git a/docs/overviews/core-plugins.md b/docs/customization/core-plugins.md similarity index 100% rename from docs/overviews/core-plugins.md rename to docs/customization/core-plugins.md diff --git a/docs/overviews/eeprom.md b/docs/customization/eeprom.md similarity index 100% rename from docs/overviews/eeprom.md rename to docs/customization/eeprom.md diff --git a/docs/overviews/leds.md b/docs/customization/leds.md similarity index 100% rename from docs/overviews/leds.md rename to docs/customization/leds.md diff --git a/docs/index.rst b/docs/index.rst index 14f15c3c..c7634e76 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,24 +26,9 @@ For users ========= -Supported input devices ------------------------ -.. toctree:: - :maxdepth: 2 - :glob: - - hardware-devices/* - -Topic overviews ---------------- -.. toctree:: - :maxdepth: 1 - :glob: - - overviews/* -Customization reference ------------------------ +Customizing your firmware +------------------------- .. toctree:: :maxdepth: 1 :glob: @@ -58,6 +43,14 @@ Plugins plugins/* +Supported input devices +----------------------- +.. toctree:: + :maxdepth: 2 + :glob: + + hardware-devices/* + For developers ==============