@@ -1193,12 +1193,201 @@ theme = "doc-theme"
1193
1193
parent = " pybytes"
1194
1194
weight = 10
1195
1195
1196
+ [[menu .main ]]
1197
+ name = " Pybytes library API"
1198
+ url = " /pybytes/api/"
1199
+ identifier = " pybytes@api"
1200
+ parent = " pybytes"
1201
+ weight = 20
1202
+
1203
+ [[menu .main ]]
1204
+ name = " Activate Device"
1205
+ url = " /pybytes/api/activate/"
1206
+ identifier = " pybytes@api@activate"
1207
+ parent = " pybytes@api"
1208
+ weight = 11
1209
+
1210
+ [[menu .main ]]
1211
+ name = " Connect"
1212
+ url = " /pybytes/api/connect_device/"
1213
+ identifier = " pybytes@api@connect_device"
1214
+ parent = " pybytes@api"
1215
+ weight = 12
1216
+
1217
+ [[menu .main ]]
1218
+ name = " Connect LTE"
1219
+ url = " /pybytes/api/connect_lte/"
1220
+ identifier = " pybytes@api@connect_lte"
1221
+ parent = " pybytes@api"
1222
+ weight = 13
1223
+
1224
+ [[menu .main ]]
1225
+ name = " Connect loRa ABP"
1226
+ url = " /pybytes/api/connect_lora_abp/"
1227
+ identifier = " pybytes@api@connect_lora_abp"
1228
+ parent = " pybytes@api"
1229
+ weight = 14
1230
+
1231
+ [[menu .main ]]
1232
+ name = " Connect loRa OTAA"
1233
+ url = " /pybytes/api/connect_lora_otaa/"
1234
+ identifier = " pybytes@api@connect_lora_otaa"
1235
+ parent = " pybytes@api"
1236
+ weight = 15
1237
+
1238
+ [[menu .main ]]
1239
+ name = " Connect Sigfox"
1240
+ url = " /pybytes/api/connect_sigfox/"
1241
+ identifier = " pybytes@api@connect_sigfox"
1242
+ parent = " pybytes@api"
1243
+ weight = 16
1244
+
1245
+ [[menu .main ]]
1246
+ name = " Connect Wifi"
1247
+ url = " /pybytes/api/connect_wifi/"
1248
+ identifier = " pybytes@api@connect_wifi"
1249
+ parent = " pybytes@api"
1250
+ weight = 17
1251
+
1252
+ [[menu .main ]]
1253
+ name = " Deepsleep"
1254
+ url = " /pybytes/api/deepsleep/"
1255
+ identifier = " pybytes@api@deepsleep"
1256
+ parent = " pybytes@api"
1257
+ weight = 19
1258
+
1259
+ [[menu .main ]]
1260
+ name = " Disconnect"
1261
+ url = " /pybytes/api/disconnect/"
1262
+ identifier = " pybytes@api@disconnect"
1263
+ parent = " pybytes@api"
1264
+ weight = 20
1265
+
1266
+ [[menu .main ]]
1267
+ name = " Dump CA"
1268
+ url = " /pybytes/api/dump_ca/"
1269
+ identifier = " pybytes@api@dump_ca"
1270
+ parent = " pybytes@api"
1271
+ weight = 22
1272
+
1273
+ [[menu .main ]]
1274
+ name = " Enable LTE"
1275
+ url = " /pybytes/api/enable_lte/"
1276
+ identifier = " pybytes@api@enable_lte"
1277
+ parent = " pybytes@api"
1278
+ weight = 23
1279
+
1280
+ [[menu .main ]]
1281
+ name = " Enable SSL"
1282
+ url = " /pybytes/api/enable_ssl/"
1283
+ identifier = " pybytes@api@enable_ssl"
1284
+ parent = " pybytes@api"
1285
+ weight = 24
1286
+
1287
+ [[menu .main ]]
1288
+ name = " Enable terminal"
1289
+ url = " /pybytes/api/enable_terminal/"
1290
+ identifier = " pybytes@api@enable_terminal"
1291
+ parent = " pybytes@api"
1292
+ weight = 25
1293
+
1294
+ [[menu .main ]]
1295
+ name = " Export configuration"
1296
+ url = " /pybytes/api/export_config/"
1297
+ identifier = " pybytes@api@export_config"
1298
+ parent = " pybytes@api"
1299
+ weight = 26
1300
+
1301
+ [[menu .main ]]
1302
+ name = " Get configuration"
1303
+ url = " /pybytes/api/get_config/"
1304
+ identifier = " pybytes@api@get_config"
1305
+ parent = " pybytes@api"
1306
+ weight = 27
1307
+
1308
+ [[menu .main ]]
1309
+ name = " Is connected"
1310
+ url = " /pybytes/api/is_connected/"
1311
+ identifier = " pybytes@api@is_connected"
1312
+ parent = " pybytes@api"
1313
+ weight = 28
1314
+
1315
+ [[menu .main ]]
1316
+ name = " Print configuration"
1317
+ url = " /pybytes/api/print_config/"
1318
+ identifier = " pybytes@api@print_config"
1319
+ parent = " pybytes@api"
1320
+ weight = 29
1321
+
1322
+ [[menu .main ]]
1323
+ name = " Read configuration"
1324
+ url = " /pybytes/api/read_config/"
1325
+ identifier = " pybytes@api@read_config"
1326
+ parent = " pybytes@api"
1327
+ weight = 30
1328
+
1329
+ [[menu .main ]]
1330
+ name = " Reconnect"
1331
+ url = " /pybytes/api/reconnect/"
1332
+ identifier = " pybytes@api@reconnect"
1333
+ parent = " pybytes@api"
1334
+ weight = 31
1335
+
1336
+ [[menu .main ]]
1337
+ name = " Send info message"
1338
+ url = " /pybytes/api/send_info_message/"
1339
+ identifier = " pybytes@api@send_info_message"
1340
+ parent = " pybytes@api"
1341
+ weight = 32
1342
+
1343
+ [[menu .main ]]
1344
+ name = " Send ping message"
1345
+ url = " /pybytes/api/send_ping_message/"
1346
+ identifier = " pybytes@api@send_ping_message"
1347
+ parent = " pybytes@api"
1348
+ weight = 33
1349
+
1350
+ [[menu .main ]]
1351
+ name = " Send signal"
1352
+ url = " /pybytes/api/send_signal/"
1353
+ identifier = " pybytes@api@send_signal"
1354
+ parent = " pybytes@api"
1355
+ weight = 34
1356
+
1357
+ [[menu .main ]]
1358
+ name = " Set configuration"
1359
+ url = " /pybytes/api/set_config/"
1360
+ identifier = " pybytes@api@set_config"
1361
+ parent = " pybytes@api"
1362
+ weight = 35
1363
+
1364
+ [[menu .main ]]
1365
+ name = " Start"
1366
+ url = " /pybytes/api/start/"
1367
+ identifier = " pybytes@api@start"
1368
+ parent = " pybytes@api"
1369
+ weight = 36
1370
+
1371
+ [[menu .main ]]
1372
+ name = " Update configuration"
1373
+ url = " /pybytes/api/update_config/"
1374
+ identifier = " pybytes@api@update_config"
1375
+ parent = " pybytes@api"
1376
+ weight = 37
1377
+
1378
+ [[menu .main ]]
1379
+ name = " Write configuration"
1380
+ url = " /pybytes/api/write_config/"
1381
+ identifier = " pybytes@api@write_config"
1382
+ parent = " pybytes@api"
1383
+ weight = 38
1384
+
1196
1385
[[menu .main ]]
1197
1386
name = " Add a device to Pybytes"
1198
1387
url = " /pybytes/connect/"
1199
1388
identifier = " pybytes@connect"
1200
1389
parent = " pybytes"
1201
- weight = 20
1390
+ weight = 30
1202
1391
1203
1392
[[menu .main ]]
1204
1393
name = " Provisioning via USB"
@@ -1208,25 +1397,39 @@ theme = "doc-theme"
1208
1397
weight = 10
1209
1398
1210
1399
[[menu .main ]]
1211
- name = " Project Releases "
1212
- url = " /pybytes/releases /"
1213
- identifier = " pybytes@releases "
1400
+ name = " Sigfox "
1401
+ url = " /pybytes/sigfox /"
1402
+ identifier = " pybytes@sigfox "
1214
1403
parent = " pybytes"
1404
+ weight = 40
1405
+
1406
+ [[menu .main ]]
1407
+ name = " DevKit contract"
1408
+ url = " /pybytes/sigfox/devkit/"
1409
+ identifier = " pybytes@sigfox@devkit"
1410
+ parent = " pybytes@sigfox"
1411
+ weight = 10
1412
+
1413
+ [[menu .main ]]
1414
+ name = " Custom contract"
1415
+ url = " /pybytes/sigfox/custom/"
1416
+ identifier = " pybytes@sigfox@custom"
1417
+ parent = " pybytes@sigfox"
1215
1418
weight = 20
1216
1419
1217
1420
[[menu .main ]]
1218
- name = " Pybytes iOS "
1219
- url = " /pybytes/smart /"
1220
- identifier = " pybytes@smart "
1421
+ name = " Project Releases "
1422
+ url = " /pybytes/releases /"
1423
+ identifier = " pybytes@releases "
1221
1424
parent = " pybytes"
1222
- weight = 20
1425
+ weight = 50
1223
1426
1224
1427
[[menu .main ]]
1225
1428
name = " Create new release"
1226
1429
url = " /pybytes/releases/new/"
1227
1430
identifier = " pybytes@releases@new"
1228
1431
parent = " pybytes@releases"
1229
- weight = 20
1432
+ weight = 10
1230
1433
1231
1434
[[menu .main ]]
1232
1435
name = " Deploy release"
@@ -1282,14 +1485,14 @@ theme = "doc-theme"
1282
1485
url = " /pybytes/dashboard/"
1283
1486
identifier = " pybytes@dashboard"
1284
1487
parent = " pybytes"
1285
- weight = 30
1488
+ weight = 70
1286
1489
1287
1490
[[menu .main ]]
1288
1491
name = " Integrations"
1289
1492
url = " /pybytes/integrations/"
1290
1493
identifier = " pybytes@integrations"
1291
1494
parent = " pybytes"
1292
- weight = 40
1495
+ weight = 80
1293
1496
1294
1497
[[menu .main ]]
1295
1498
name = " Amazon IoT"
0 commit comments