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