From 32a46cd006281813b8585982a322030ec14edce1 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 3 Jul 2021 09:05:06 -0400 Subject: [PATCH] doc: start include README after 'getting started' Otherwise we end up with a self-reference to the same page we are in. Signed-off-by: Anas Nashif --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3b4df716fcd..e523b2a9fd4 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,6 @@ Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of .. below included in doc/introduction/introduction.rst -.. start_include_here Getting Started *************** @@ -35,6 +34,8 @@ Getting Started Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview, and the documentation's `Getting Started Guide`_ to start developing. +.. start_include_here + Community Support *****************