fix(docs): restore missing on-line examples (#6927)
This commit is contained in:
@@ -29,7 +29,7 @@ def process_index_rst(path):
|
||||
|
||||
|
||||
h1 = {
|
||||
"get_started": "Get started",
|
||||
"get_started": "Get Started",
|
||||
"styles": "Styles",
|
||||
"anim": "Animations",
|
||||
"event": "Events",
|
||||
@@ -39,27 +39,27 @@ h1 = {
|
||||
}
|
||||
|
||||
widgets = {
|
||||
"obj": "Base object",
|
||||
"obj": "Base Object",
|
||||
"animimg": "Animation Image",
|
||||
"arc": "Arc",
|
||||
"bar": "Bar",
|
||||
"btn": "Button",
|
||||
"btnmatrix": "Button matrix",
|
||||
"button": "Button",
|
||||
"buttonmatrix": "Button Matrix",
|
||||
"calendar": "Calendar",
|
||||
"canvas": "Canvas",
|
||||
"chart": "Chart",
|
||||
"checkbox": "Checkbox",
|
||||
"colorwheel": "Colorwheel",
|
||||
"dropdown": "Dropdown",
|
||||
"img": "Image",
|
||||
"imagebutton": "Image button",
|
||||
"image": "Image",
|
||||
"imagebutton": "Image Button",
|
||||
"keyboard": "Keyboard",
|
||||
"label": "Label",
|
||||
"led": "LED",
|
||||
"line": "Line",
|
||||
"list": "List",
|
||||
"lottie": "Lottie",
|
||||
"menu": "Menu",
|
||||
"meter": "Meter",
|
||||
"msgbox": "Message box",
|
||||
"msgbox": "Message Box",
|
||||
"roller": "Roller",
|
||||
"scale":"Scale",
|
||||
"slider": "Slider",
|
||||
|
||||
Reference in New Issue
Block a user