fix(docs): restore missing on-line examples (#6927)

This commit is contained in:
Victor Wheeler
2024-10-01 02:09:47 -06:00
committed by GitHub
parent bdba77287c
commit df6c4a0a4c

View File

@@ -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",