Move developer specific pages

This commit is contained in:
apt105 2021-05-17 23:05:32 +01:00
parent f35c0b54b7
commit 23c5d7b64b
4 changed files with 3 additions and 3 deletions

View file

@ -89,14 +89,11 @@ module.exports = {
"software/other/remote-hardware-service", "software/other/remote-hardware-service",
"software/other/rak815", "software/other/rak815",
"software/other/power", "software/other/power",
"software/other/plugin-api",
"software/other/pinetab", "software/other/pinetab",
"software/other/nrf52-TODO", "software/other/nrf52-TODO",
"software/other/mqtt", "software/other/mqtt",
"software/other/mesh-alg",
"software/other/install-OSX", "software/other/install-OSX",
"software/other/esp32-arduino-build-notes", "software/other/esp32-arduino-build-notes",
"software/other/device-api",
"software/other/build-instructions", "software/other/build-instructions",
"software/other/ant", "software/other/ant",
], ],
@ -152,9 +149,12 @@ module.exports = {
"developers/api", "developers/api",
{ {
Device: [ Device: [
"developers/device/device-api",
"developers/device/radio-settings", "developers/device/radio-settings",
"developers/device/mesh-alg",
"developers/device/encryption", "developers/device/encryption",
"developers/device/portnum", "developers/device/portnum",
"developers/device/plugin-api",
"developers/device/http-api", "developers/device/http-api",
"developers/device/documents", "developers/device/documents",
], ],