From 7f04d4d7725d1917e3d42ec4a49d47a713f980c1 Mon Sep 17 00:00:00 2001 From: Emmanuel Florent Date: Thu, 4 Jul 2019 18:34:53 +0200 Subject: [PATCH] config.toml: migrate to signe repos --- config.toml | 66 +++++++++++++++++++++-------------------------------- 1 file changed, 26 insertions(+), 40 deletions(-) diff --git a/config.toml b/config.toml index 16d52f3..c8fc836 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://development.pycom.io/" +baseURL = "https://docs.pycom.io/" languageCode = "en-us" title = "documentation" uglyurls = false @@ -198,12 +198,12 @@ theme = "doc-theme" parent = "gettingstarted@registration@lora" weight = 10 -[[menu.main]] - name = "Objenious" - url = "/gettingstarted/registration/lora/objenious/" - identifier = "gettingstarted@registration@lora@objenious" - parent = "gettingstarted@registration@lora" - weight = 20 +# [[menu.main]] +# name = "Objenious" +# url = "/gettingstarted/registration/lora/objenious/" +# identifier = "gettingstarted@registration@lora@objenious" +# parent = "gettingstarted@registration@lora" +# weight = 20 # *** Pymakr Plugin [[menu.main]] @@ -827,119 +827,119 @@ theme = "doc-theme" url = "/firmwareapi/micropython/micropython/" identifier = "firmwareapi@micropython@micropython" parent = "firmwareapi@micropython" - weight = 10 + weight = 50 [[menu.main]] name = "uctypes" url = "/firmwareapi/micropython/uctypes/" identifier = "firmwareapi@micropython@uctypes" parent = "firmwareapi@micropython" - weight = 20 + weight = 110 [[menu.main]] name = "sys" url = "/firmwareapi/micropython/sys/" identifier = "firmwareapi@micropython@sys" parent = "firmwareapi@micropython" - weight = 30 + weight = 70 [[menu.main]] name = "uos" url = "/firmwareapi/micropython/uos/" identifier = "firmwareapi@micropython@uos" parent = "firmwareapi@micropython" - weight = 40 + weight = 140 [[menu.main]] name = "array" url = "/firmwareapi/micropython/array/" identifier = "firmwareapi@micropython@array" parent = "firmwareapi@micropython" - weight = 50 + weight = 10 [[menu.main]] name = "cmath" url = "/firmwareapi/micropython/cmath/" identifier = "firmwareapi@micropython@cmath" parent = "firmwareapi@micropython" - weight = 60 + weight = 20 [[menu.main]] name = "math" url = "/firmwareapi/micropython/math/" identifier = "firmwareapi@micropython@math" parent = "firmwareapi@micropython" - weight = 70 + weight = 40 [[menu.main]] name = "gc" url = "/firmwareapi/micropython/gc/" identifier = "firmwareapi@micropython@gc" parent = "firmwareapi@micropython" - weight = 80 + weight = 30 [[menu.main]] name = "ubinascii" url = "/firmwareapi/micropython/ubinascii/" identifier = "firmwareapi@micropython@ubinascii" parent = "firmwareapi@micropython" - weight = 90 + weight = 80 [[menu.main]] name = "ujson" url = "/firmwareapi/micropython/ujson/" identifier = "firmwareapi@micropython@ujson" parent = "firmwareapi@micropython" - weight = 100 + weight = 130 [[menu.main]] name = "ure" url = "/firmwareapi/micropython/ure/" identifier = "firmwareapi@micropython@ure" parent = "firmwareapi@micropython" - weight = 110 + weight = 150 [[menu.main]] name = "usocket" url = "/firmwareapi/micropython/usocket/" identifier = "firmwareapi@micropython@usocket" parent = "firmwareapi@micropython" - weight = 120 + weight = 160 [[menu.main]] name = "select" url = "/firmwareapi/micropython/select/" identifier = "firmwareapi@micropython@select" parent = "firmwareapi@micropython" - weight = 130 + weight = 60 [[menu.main]] name = "utime" url = "/firmwareapi/micropython/utime/" identifier = "firmwareapi@micropython@utime" parent = "firmwareapi@micropython" - weight = 140 + weight = 190 [[menu.main]] name = "uhashlib" url = "/firmwareapi/micropython/uhashlib/" identifier = "firmwareapi@micropython@uhashlib" parent = "firmwareapi@micropython" - weight = 150 + weight = 120 [[menu.main]] name = "ussl" url = "/firmwareapi/micropython/ussl/" identifier = "firmwareapi@micropython@ussl" parent = "firmwareapi@micropython" - weight = 160 + weight = 170 [[menu.main]] name = "ucrypto" url = "/firmwareapi/micropython/ucrypto/" identifier = "firmwareapi@micropython@ucrypto" parent = "firmwareapi@micropython" - weight = 170 + weight = 90 # [Errno 2] No such file or directory: './content/firmwareapi/micropython/ustruct/README.md' [[menu.main]] @@ -949,26 +949,19 @@ theme = "doc-theme" parent = "firmwareapi@micropython" weight = 180 -[[menu.main]] - name = "uzlib" - url = "/firmwareapi/micropython/uzlib/" - identifier = "firmwareapi@micropython@uzlib" - parent = "firmwareapi@micropython@ustruct" - weight = 10 - [[menu.main]] name = "_thread" url = "/firmwareapi/micropython/_thread/" identifier = "firmwareapi@micropython@_thread" parent = "firmwareapi@micropython" - weight = 190 + weight = 250 [[menu.main]] name = "Builtin" url = "/firmwareapi/micropython/builtin/" identifier = "firmwareapi@micropython@builtin" parent = "firmwareapi@micropython" - weight = 200 + weight = 260 [[menu.main]] name = "Notes" @@ -1284,10 +1277,3 @@ theme = "doc-theme" identifier = "advance@encryption" parent = "advance" weight = 30 - -[[menu.main]] - name = "License" - url = "/advance/license/" - identifier = "advance@license" - parent = "advance" - weight = 40