From 380317a6cd61dd6c69131faf3098cc37c4e2fb16 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 3 Jan 2022 13:52:17 +0100 Subject: [PATCH] chore(docs): attempt to fix messed up toc tree --- docs/get-started/index.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 9e9e94581c..388ce7b284 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -12,7 +12,7 @@ There are several ways to get your feet wet with LVGL. Here is one recommended o 3. Read the [Quick overview](https://docs.lvgl.io/master/get-started/quick-overview.html) page of the documentation (15 minutes) 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/pc-simulator.html) (10 minutes) 5. Try out some [Examples](https://docs.lvgl.io/master/examples.html) -6. Check out the [Platform-specific tutorials](https://docs.lvgl.io/master/get-started/index.html#platform-specific-tutorials). (10 minutes) +6. Check out the Platform-specific tutorials. (in this section below). (10 minutes) 7. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/porting/index.html) guide or check the ready to use [Projects](https://github.com/lvgl?q=lv_port_&type=&language=) 8. Read the [Overview](https://docs.lvgl.io/master/overview/index.html) page to get a better understanding of the library. (2-3 hours) 9. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see their features and usage @@ -20,24 +20,10 @@ There are several ways to get your feet wet with LVGL. Here is one recommended o 11. Read the [Contributing](https://docs.lvgl.io/master/CONTRIBUTING.html) guide to see how you can help to improve LVGL (15 minutes) -## Platform-specific tutorials - -- [Simulator](/get-started/pc-simulator) -- [NXP](/get-started/nxp) -- [Espressif (ESP32)](/get-started/espressif) -- [Arduino](/get-started/arduino) -- [Tasmota-Berry](/get-started/tasmota-berry) -- [Micropython](/get-started/micropython) -- [NuttX RTOS](/get-started/nuttx) -- [RT-Thread RTOS](/get-started/rt-thread) -- [CMake](/get-started/cmake) - - ```eval_rst .. toctree:: :maxdepth: 2 - :hidden: quick-overview pc-simulator