Skip to content

Commit cb6fa98

Browse files
committed
docs: new doc added and style changes
1 parent fb61c75 commit cb6fa98

40 files changed

+262
-604
lines changed

config.toml

Lines changed: 63 additions & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,289 +1169,198 @@ theme = "doc-theme"
11691169
[[menu.main]]
11701170
name = "Pybytes library API"
11711171
url = "/pybytes/api/"
1172-
identifier = "pybytes@api"
1173-
parent = "pybytes"
1174-
weight = 15
1175-
1176-
[[menu.main]]
1177-
name = "Add custom method"
1178-
url = "/pybytes/api/add_custom_method"
1179-
identifier = "pybytes@api@add_custom_method"
1180-
parent = "pybytes@api"
1181-
weight = 10
1172+
identifier= "pybytes@api"
1173+
parent= "pybytes"
1174+
weight = 20
11821175

11831176
[[menu.main]]
11841177
name = "Activate Device"
1185-
url = "/pybytes/api/activate"
1178+
url = "/pybytes/api/activate/"
11861179
identifier = "pybytes@api@activate"
11871180
parent = "pybytes@api"
11881181
weight = 11
11891182

11901183
[[menu.main]]
11911184
name = "Connect"
1192-
url = "/pybytes/api/connect"
1193-
identifier = "pybytes@api@connect"
1185+
url = "/pybytes/api/connect_device/"
1186+
identifier = "pybytes@api@connect_device"
11941187
parent = "pybytes@api"
11951188
weight = 12
11961189

11971190
[[menu.main]]
11981191
name = "Connect LTE"
1199-
url = "/pybytes/api/connect_lte"
1192+
url = "/pybytes/api/connect_lte/"
12001193
identifier = "pybytes@api@connect_lte"
12011194
parent = "pybytes@api"
12021195
weight = 13
12031196

12041197
[[menu.main]]
1205-
name = "Connect LoRa ABP"
1206-
url = "/pybytes/api/connect_lora_abp"
1198+
name = "Connect loRa ABP"
1199+
url = "/pybytes/api/connect_lora_abp/"
12071200
identifier = "pybytes@api@connect_lora_abp"
12081201
parent = "pybytes@api"
12091202
weight = 14
12101203

12111204
[[menu.main]]
1212-
name = "Connect LoRa OTAA"
1213-
url = "/pybytes/api/connect_lora_otaa"
1205+
name = "Connect loRa OTAA"
1206+
url = "/pybytes/api/connect_lora_otaa/"
12141207
identifier = "pybytes@api@connect_lora_otaa"
12151208
parent = "pybytes@api"
12161209
weight = 15
12171210

12181211
[[menu.main]]
12191212
name = "Connect Sigfox"
1220-
url = "/pybytes/api/connect_sigfox"
1213+
url = "/pybytes/api/connect_sigfox/"
12211214
identifier = "pybytes@api@connect_sigfox"
12221215
parent = "pybytes@api"
12231216
weight = 16
12241217

12251218
[[menu.main]]
12261219
name = "Connect Wifi"
1227-
url = "/pybytes/api/connect_wifi"
1220+
url = "/pybytes/api/connect_wifi/"
12281221
identifier = "pybytes@api@connect_wifi"
12291222
parent = "pybytes@api"
12301223
weight = 17
12311224

12321225
[[menu.main]]
12331226
name = "Deepsleep"
1234-
url = "/pybytes/api/deepsleep"
1227+
url = "/pybytes/api/deepsleep/"
12351228
identifier = "pybytes@api@deepsleep"
12361229
parent = "pybytes@api"
1237-
weight = 18
1230+
weight = 19
12381231

12391232
[[menu.main]]
12401233
name = "Disconnect"
1241-
url = "/pybytes/api/disconnect"
1234+
url = "/pybytes/api/disconnect/"
12421235
identifier = "pybytes@api@disconnect"
12431236
parent = "pybytes@api"
1244-
weight = 19
1237+
weight = 20
12451238

12461239
[[menu.main]]
1247-
name = "Dump ca"
1248-
url = "/pybytes/api/dump_ca"
1240+
name = "Dump CA"
1241+
url = "/pybytes/api/dump_ca/"
12491242
identifier = "pybytes@api@dump_ca"
12501243
parent = "pybytes@api"
1251-
weight = 20
1244+
weight = 22
12521245

12531246
[[menu.main]]
1254-
name = "Enable lte"
1255-
url = "/pybytes/api/enable_lte"
1247+
name = "Enable LTE"
1248+
url = "/pybytes/api/enable_lte/"
12561249
identifier = "pybytes@api@enable_lte"
12571250
parent = "pybytes@api"
1258-
weight = 21
1251+
weight = 23
12591252

12601253
[[menu.main]]
1261-
name = "Enable ssl"
1262-
url = "/pybytes/api/enable_ssl"
1254+
name = "Enable SSL"
1255+
url = "/pybytes/api/enable_ssl/"
12631256
identifier = "pybytes@api@enable_ssl"
12641257
parent = "pybytes@api"
1265-
weight = 22
1258+
weight = 24
12661259

12671260
[[menu.main]]
12681261
name = "Enable terminal"
1269-
url = "/pybytes/api/enable_terminal"
1262+
url = "/pybytes/api/enable_terminal/"
12701263
identifier = "pybytes@api@enable_terminal"
12711264
parent = "pybytes@api"
1272-
weight = 23
1265+
weight = 25
12731266

12741267
[[menu.main]]
1275-
name = "Export config"
1276-
url = "/pybytes/api/export_config"
1268+
name = "Export configuration"
1269+
url = "/pybytes/api/export_config/"
12771270
identifier = "pybytes@api@export_config"
12781271
parent = "pybytes@api"
1279-
weight = 24
1272+
weight = 26
12801273

12811274
[[menu.main]]
1282-
name = "Get config"
1283-
url = "/pybytes/api/get_config"
1275+
name = "Get configuration"
1276+
url = "/pybytes/api/get_config/"
12841277
identifier = "pybytes@api@get_config"
12851278
parent = "pybytes@api"
1286-
weight = 25
1279+
weight = 27
12871280

12881281
[[menu.main]]
12891282
name = "Is connected"
1290-
url = "/pybytes/api/is_connected"
1283+
url = "/pybytes/api/is_connected/"
12911284
identifier = "pybytes@api@is_connected"
12921285
parent = "pybytes@api"
1293-
weight = 26
1294-
1295-
[[menu.main]]
1296-
name = "isconnected"
1297-
url = "/pybytes/api/isconnected"
1298-
identifier = "pybytes@api@isconnected"
1299-
parent = "pybytes@api"
1300-
weight = 27
1301-
1302-
[[menu.main]]
1303-
name = "Print cfg msg"
1304-
url = "/pybytes/api/print_cfg_msg"
1305-
identifier = "pybytes@api@print_cfg_msg"
1306-
parent = "pybytes@api"
13071286
weight = 28
13081287

13091288
[[menu.main]]
1310-
name = "Print config"
1311-
url = "/pybytes/api/print_config"
1289+
name = "Print configuration"
1290+
url = "/pybytes/api/print_config/"
13121291
identifier = "pybytes@api@print_config"
13131292
parent = "pybytes@api"
13141293
weight = 29
13151294

13161295
[[menu.main]]
1317-
name = "Read config"
1318-
url = "/pybytes/api/read_config"
1296+
name = "Read configuration"
1297+
url = "/pybytes/api/read_config/"
13191298
identifier = "pybytes@api@read_config"
13201299
parent = "pybytes@api"
13211300
weight = 30
13221301

13231302
[[menu.main]]
13241303
name = "Reconnect"
1325-
url = "/pybytes/api/reconnect"
1304+
url = "/pybytes/api/reconnect/"
13261305
identifier = "pybytes@api@reconnect"
13271306
parent = "pybytes@api"
13281307
weight = 31
13291308

1330-
[[menu.main]]
1331-
name = "Register periodical analog pin publish"
1332-
url = "/pybytes/api/register_periodical_analog_pin_publish"
1333-
identifier = "pybytes@api@register_periodical_analog_pin_publish"
1334-
parent = "pybytes@api"
1335-
weight = 32
1336-
1337-
[[menu.main]]
1338-
name = "Register periodical digital pin publish"
1339-
url = "/pybytes/api/register_periodical_digital_pin_publish"
1340-
identifier = "pybytes@api@register_periodical_digital_pin_publish"
1341-
parent = "pybytes@api"
1342-
weight = 33
1343-
1344-
[[menu.main]]
1345-
name = "Send analog pin value"
1346-
url = "/pybytes/api/send_analog_pin_value"
1347-
identifier = "pybytes@api@send_analog_pin_value"
1348-
parent = "pybytes@api"
1349-
weight = 34
1350-
1351-
[[menu.main]]
1352-
name = "Send battery level"
1353-
url = "/pybytes/api/send_battery_level"
1354-
identifier = "pybytes@api@send_battery_level"
1355-
parent = "pybytes@api"
1356-
weight = 35
1357-
1358-
[[menu.main]]
1359-
name = "Send custom message"
1360-
url = "/pybytes/api/send_custom_message"
1361-
identifier = "pybytes@api@send_custom_message"
1362-
parent = "pybytes@api"
1363-
weight = 36
1364-
1365-
[[menu.main]]
1366-
name = "Set custom message callback"
1367-
url = "/pybytes/api/set_custom_message_callback"
1368-
identifier = "pybytes@api@set_custom_message_callback"
1369-
parent = "pybytes@api"
1370-
weight = 37
1371-
1372-
[[menu.main]]
1373-
name = "Send custom location"
1374-
url = "/pybytes/api/send_custom_location"
1375-
identifier = "pybytes@api@send_custom_location"
1376-
parent = "pybytes@api"
1377-
weight = 38
1378-
1379-
[[menu.main]]
1380-
name = "Send digital pin value"
1381-
url = "/pybytes/api/send_digital_pin_value"
1382-
identifier = "pybytes@api@send_digital_pin_value"
1383-
parent = "pybytes@api"
1384-
weight = 39
1385-
13861309
[[menu.main]]
13871310
name = "Send info message"
1388-
url = "/pybytes/api/send_info_message"
1311+
url = "/pybytes/api/send_info_message/"
13891312
identifier = "pybytes@api@send_info_message"
13901313
parent = "pybytes@api"
1391-
weight = 40
1314+
weight = 32
13921315

13931316
[[menu.main]]
13941317
name = "Send ping message"
1395-
url = "/pybytes/api/send_ping_message"
1318+
url = "/pybytes/api/send_ping_message/"
13961319
identifier = "pybytes@api@send_ping_message"
13971320
parent = "pybytes@api"
1398-
weight = 41
1399-
1400-
[[menu.main]]
1401-
name = "Send scan info message"
1402-
url = "/pybytes/api/send_scan_info_message"
1403-
identifier = "pybytes@api@send_scan_info_message"
1404-
parent = "pybytes@api"
1405-
weight = 42
1321+
weight = 33
14061322

14071323
[[menu.main]]
14081324
name = "Send signal"
1409-
url = "/pybytes/api/send_signal"
1325+
url = "/pybytes/api/send_signal/"
14101326
identifier = "pybytes@api@send_signal"
14111327
parent = "pybytes@api"
1412-
weight = 43
1413-
1414-
[[menu.main]]
1415-
name = "Send virtual pin value"
1416-
url = "/pybytes/api/send_virtual_pin_value"
1417-
identifier = "pybytes@api@send_virtual_pin_value"
1418-
parent = "pybytes@api"
1419-
weight = 44
1328+
weight = 34
14201329

14211330
[[menu.main]]
1422-
name = "Set config"
1423-
url = "/pybytes/api/set_config"
1331+
name = "Set configuration"
1332+
url = "/pybytes/api/set_config/"
14241333
identifier = "pybytes@api@set_config"
14251334
parent = "pybytes@api"
1426-
weight = 45
1335+
weight = 35
14271336

14281337
[[menu.main]]
14291338
name = "Start"
1430-
url = "/pybytes/api/start"
1339+
url = "/pybytes/api/start/"
14311340
identifier = "pybytes@api@start"
14321341
parent = "pybytes@api"
1433-
weight = 46
1342+
weight = 36
14341343

14351344
[[menu.main]]
1436-
name = "Update config"
1437-
url = "/pybytes/api/update_config"
1345+
name = "Update configuration"
1346+
url = "/pybytes/api/update_config/"
14381347
identifier = "pybytes@api@update_config"
14391348
parent = "pybytes@api"
1440-
weight = 47
1349+
weight = 37
14411350

14421351
[[menu.main]]
1443-
name = "Write config"
1444-
url = "/pybytes/api/write_config"
1352+
name = "Write configuration"
1353+
url = "/pybytes/api/write_config/"
14451354
identifier = "pybytes@api@write_config"
14461355
parent = "pybytes@api"
1447-
weight = 48
1356+
weight = 38
14481357

14491358
[[menu.main]]
14501359
name = "Add a device to Pybytes"
14511360
url = "/pybytes/connect/"
14521361
identifier = "pybytes@connect"
14531362
parent = "pybytes"
1454-
weight = 20
1363+
weight = 30
14551364

14561365
[[menu.main]]
14571366
name = "Provisioning via USB"
@@ -1465,7 +1374,7 @@ theme = "doc-theme"
14651374
url = "/pybytes/sigfox/"
14661375
identifier = "pybytes@sigfox"
14671376
parent = "pybytes"
1468-
weight = 25
1377+
weight = 40
14691378

14701379
[[menu.main]]
14711380
name = "DevKit contract"
@@ -1486,7 +1395,7 @@ theme = "doc-theme"
14861395
url = "/pybytes/releases/"
14871396
identifier = "pybytes@releases"
14881397
parent = "pybytes"
1489-
weight = 30
1398+
weight = 50
14901399

14911400
[[menu.main]]
14921401
name = "Create new release"
@@ -1507,21 +1416,21 @@ theme = "doc-theme"
15071416
url = "/pybytes/smart/"
15081417
identifier = "pybytes@smart"
15091418
parent = "pybytes"
1510-
weight = 35
1419+
weight = 60
15111420

15121421
[[menu.main]]
15131422
name = "Visualise data"
15141423
url = "/pybytes/dashboard/"
15151424
identifier = "pybytes@dashboard"
15161425
parent = "pybytes"
1517-
weight = 40
1426+
weight = 70
15181427

15191428
[[menu.main]]
15201429
name = "Integrations"
15211430
url = "/pybytes/integrations/"
15221431
identifier = "pybytes@integrations"
15231432
parent = "pybytes"
1524-
weight = 45
1433+
weight = 80
15251434

15261435
[[menu.main]]
15271436
name = "Amazon IoT"

0 commit comments

Comments
 (0)