From e7f1356d0dc5ad16a8ebe0148f3eef99f1b8e031 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 3 Dec 2021 10:26:40 +0100 Subject: [PATCH] chore(docs) add section titles to get-started --- docs/get-started/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index ea8b57933..c7359dde7 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -4,6 +4,8 @@ ``` # Get started +## Where to look first? + There are several ways to get your feet wet with LVGL. Here is one recommended order of documents to read and things to play with when you are learning to use LVGL: 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes) 2. Read the [Introduction](https://docs.lvgl.io/latest/en/html/intro/index.html) page of the documentation (5 minutes) @@ -16,11 +18,12 @@ There are several ways to get your feet wet with LVGL. Here is one recommended o 9. If you have questions got to the [Forum](http://forum.lvgl.io/) 10. Read the [Contributing](https://docs.lvgl.io/latest/en/html/contributing/index.html) guide to see how you can help to improve LVGL (15 minutes) + +## Platform-specific tutorials ```eval_rst .. toctree:: :maxdepth: 2 - :hidden: quick-overview pc-simulator