#403 remaining documentation

This commit is contained in:
Mikayla Fischler
2025-09-12 19:24:29 -04:00
parent 4f7285573f
commit 9e020b2852
2 changed files with 19 additions and 9 deletions

View File

@@ -189,7 +189,7 @@ local function new_view(root)
load_text(false, "Connecting Devices")
local conn_dev_page = guide_section(sect_construct_data, use_page, "Connecting Devs", docs.usage.conn, 110)
load_text(false, "Configuring Devices")
local config_dev_page = guide_section(sect_construct_data, use_page, "Configuring Devs", docs.usage.config, 200)
local config_dev_page = guide_section(sect_construct_data, use_page, "Configuring Devs", docs.usage.config, 350)
load_text(false, "Manual Control")
local man_ctrl_page = guide_section(sect_construct_data, use_page, "Manual Control", docs.usage.manual, 100)
load_text(false, "Auto Control")