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 ==============