From bc173530577ce598477cdbff26f76487825fb06a Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 21 Mar 2022 20:26:19 +0800 Subject: [PATCH] chore(docs): remove [lv_sim_...] and [lv_...] from "Repository layout" (#3183) * chore(docs): remove [lv_sim_...] and [lv_...] from "Repository layout" since [lv_sim_...] is part of [lv_port...] and [lv_...] just equals no filter at all Signed-off-by: Xiang Xiao * Update docs/intro/index.md Co-authored-by: Gabor Kiss-Vamosi --- docs/intro/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/intro/index.md b/docs/intro/index.md index a68fa8283..40d01d4c4 100644 --- a/docs/intro/index.md +++ b/docs/intro/index.md @@ -69,10 +69,8 @@ You will find these repositories there: - [lv_drivers](https://github.com/lvgl/lv_drivers) Display and input device drivers - [blog](https://github.com/lvgl/blog) Source of the blog's site (https://blog.lvgl.io) - [sim](https://github.com/lvgl/sim) Source of the online simulator's site (https://sim.lvgl.io) -- [lv_sim_...](https://github.com/lvgl?q=lv_sim&type=&language=) Simulator projects for various IDEs and platforms -- [lv_port_...](https://github.com/lvgl?q=lv_port&type=&language=) LVGL ports to development boards +- [lv_port_...](https://github.com/lvgl?q=lv_port&type=&language=) LVGL ports to development boards or environments - [lv_binding_..](https://github.com/lvgl?q=lv_binding&type=&language=l) Bindings to other languages -- [lv_...](https://github.com/lvgl?q=lv_&type=&language=) Ports to other platforms ## Release policy