docs(redirects): fix redirects after target pages moved (#9881)

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Victor Wheeler
2026-04-15 00:45:19 -06:00
committed by GitHub
parent cf300e48ad
commit 595a68fae8
+42 -42
View File
@@ -469,74 +469,74 @@ breathe_default_project = "lvgl"
# Browsers are redirected via `<meta http-equiv="refresh" content="0; url=new_url">`.
redirects = {
"CONTRIBUTING": "contributing/index.html" ,
"get-started/index": "../getting_started.html" ,
"get-started/index": "../getting_started/index.html" ,
"get-started/os/nuttx": "../../integration/rtos/nuttx.html" ,
"get-started/platforms/arduino": "../../integration/framework/arduino.html" ,
"get-started/platforms/espressif": "../../integration/chip/espressif.html" ,
"get-started/platforms/pc-simulator": "../../integration/ide/pc-simulator.html" ,
"get-started/quick-overview": "../getting_started.html" ,
"get-started/platforms/arduino": "../../integration/frameworks/arduino.html" ,
"get-started/platforms/espressif": "../../integration/chip_vendors/espressif/index.html" ,
"get-started/platforms/pc-simulator": "../../integration/pc/index.html" ,
"get-started/quick-overview": "../getting_started/index.html" ,
"integration/framework/arduino": "../../integration/frameworks/arduino.html" ,
"integration/framework/index": "../../integration/frameworks/index.html" ,
"integration/framework/platformio": "../../integration/frameworks/platformio.html" ,
"integration/framework/tasmota-berry": "../../integration/frameworks/tasmota-berry.html" ,
"integration/ide/pc-simulator": "../../integration/ide/pc-simulator.html" ,
"integration/os/rt-thread": "../../integration/os/rt-thread.html" ,
"integration/ide/pc-simulator": "../../integration/pc/index.html" ,
"integration/os/rt-thread": "../../integration/rtos/rt-thread.html" ,
"intro/getting_started/index": "../../getting_started/index.html" ,
"layouts/flex": "../common-widget-features/layouts/flex.html" ,
"layouts/grid": "../common-widget-features/layouts/grid.html" ,
"layouts/index": "../common-widget-features/layouts/index.html" ,
"others/file_explorer": "../auxiliary-modules/file_explorer.html" ,
"others/font_manager": "../auxiliary-modules/font_manager.html" ,
"others/font_manager": "../main-modules/fonts/font_manager.html" ,
"others/fragment": "../auxiliary-modules/fragment.html" ,
"others/gridnav": "../auxiliary-modules/gridnav.html" ,
"others/ime_pinyin": "../auxiliary-modules/ime_pinyin.html" ,
"others/imgfont": "../auxiliary-modules/imgfont.html" ,
"others/gridnav": "../main-modules/indev/gridnav.html" ,
"others/ime_pinyin": "../widgets/ime_pinyin.html" ,
"others/imgfont": "../main-modules/fonts/imgfont.html" ,
"others/index": "../auxiliary-modules/index.html" ,
"others/monkey": "../auxiliary-modules/monkey.html" ,
"others/obj_id": "../auxiliary-modules/obj_id.html" ,
"others/obj_property": "../auxiliary-modules/obj_property.html" ,
"others/observer": "../main-modules/observer.html" ,
"others/snapshot": "../auxiliary-modules/snapshot.html" ,
"others/monkey": "../debugging/monkey.html" ,
"others/obj_id": "../debugging/obj_id.html" ,
"others/obj_property": "../common-widget-features/obj_property.html" ,
"others/observer": "../main-modules/observer/observer.html" ,
"others/snapshot": "../main-modules/draw/snapshot.html" ,
"overview/animations": "../main-modules/animation.html" ,
"overview/color": "../main-modules/color.html" ,
"overview/coord": "../common-widget-features/coord.html" ,
"overview/coord": "../common-widget-features/coordinates.html" ,
"overview/debugging/gdb_plugin": "../../debugging/gdb_plugin.html" ,
"overview/debugging/index": "../../debugging/index.html" ,
"overview/debugging/log": "../../debugging/log.html" ,
"overview/debugging/profiler": "../../debugging/profiler.html" ,
"overview/debugging/vg_lite_tvg": "../../debugging/vg_lite_tvg.html" ,
"overview/display": "../main-modules/display/index.html" ,
"overview/event": "../common-widget-features/event.html" ,
"overview/font": "../main-modules/font.html" ,
"overview/event": "../common-widget-features/events.html" ,
"overview/font": "../main-modules/fonts/index.html" ,
"overview/fs": "../main-modules/fs.html" ,
"overview/image": "../main-modules/image.html" ,
"overview/indev": "../main-modules/indev.html" ,
"overview/image": "../widgets/image.html" ,
"overview/indev": "../main-modules/indev/index.html" ,
"overview/index": "../main-modules/index.html" ,
"overview/layer": "../common-widget-features/layer.html" ,
"overview/layer": "../common-widget-features/layers.html" ,
"overview/new_widget": "../widgets/new_widget.html" ,
"overview/obj": "../common-widget-features/obj.html" ,
"overview/renderers/arm2d": "../../integration/renderers/arm2d.html" ,
"overview/renderers/index": "../../integration/renderers/index.html" ,
"overview/renderers/nema_gfx": "../../integration/renderers/nema_gfx.html" ,
"overview/renderers/pxp": "../../integration/renderers/nxp_pxp.html" ,
"overview/renderers/sdl": "../../integration/renderers/sdl.html" ,
"overview/renderers/stm32_dma2d": "../../integration/renderers/stm32_dma2d.html" ,
"overview/renderers/sw": "../../integration/renderers/sw.html" ,
"overview/renderers/vg_lite": "../../integration/renderers/vg_lite.html" ,
"overview/renderers/vglite": "../../integration/renderers/nxp_vglite_gpu.html" ,
"overview/scroll": "../common-widget-features/scroll.html" ,
"overview/style": "../common-widget-features/styles/styles.html" ,
"overview/obj": "../widgets/base_widget.html" ,
"overview/renderers/arm2d": "../../integration/chip_vendors/arm/arm2d.html" ,
"overview/renderers/index": "../../integration/chip_vendors/index.html" ,
"overview/renderers/nema_gfx": "../../integration/chip_vendors/stm32/neochrom.html" ,
"overview/renderers/pxp": "../../integration/chip_vendors/nxp/pxp_gpu.html" ,
"overview/renderers/sdl": "../../integration/pc/sdl.html" ,
"overview/renderers/stm32_dma2d": "../../integration/chip_vendors/stm32/dma2d_gpu.html" ,
"overview/renderers/sw": "../../main-modules/draw/index.html" ,
"overview/renderers/vg_lite": "../../integration/chip_vendors/nxp/vg_lite_gpu.html" ,
"overview/renderers/vglite": "../../integration/chip_vendors/nxp/vg_lite_gpu.html" ,
"overview/scroll": "../common-widget-features/scrolling.html" ,
"overview/style": "../common-widget-features/styles/index.html" ,
"overview/style-props": "../common-widget-features/styles/style-properties.html" ,
"overview/timer": "../main-modules/timer.html" ,
"porting/display": "../main-modules/display/index.html" ,
"porting/draw": "../main-modules/draw.html" ,
"porting/indev": "../main-modules/indev.html" ,
"porting/index": "../integration/adding-lvgl-to-your-project/index.html" ,
"porting/os": "../integration/adding-lvgl-to-your-project/threading.html",
"porting/project": "../integration/adding-lvgl-to-your-project/connecting_lvgl.html",
"porting/sleep": "../integration/adding-lvgl-to-your-project/threading.html",
"porting/tick": "../integration/adding-lvgl-to-your-project/connecting_lvgl.html",
"porting/timer_handler": "../integration/adding-lvgl-to-your-project/timer_handler.html",
"porting/draw": "../main-modules/draw/index.html" ,
"porting/indev": "../main-modules/indev/index.html" ,
"porting/index": "../integration/overview.html" ,
"porting/os": "../integration/overview.html" ,
"porting/project": "../integration/overview.html" ,
"porting/sleep": "../integration/overview.html" ,
"porting/tick": "../integration/overview.html" ,
"porting/timer_handler": "../integration/overview.html" ,
"widgets/obj": "../widgets/base_widget.html" ,
# After 27-Nov-2025
"intro/getting_started/index": "../../getting_started/index.html" ,