From 5ca2eae5d52c19947ea3389a7a495b2c9cc754dd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 5 Apr 2022 08:44:02 -0400 Subject: [PATCH] doc: add new section 'Developing with Zephyr' Move all introductionary docs into one new section. Signed-off-by: Anas Nashif --- .../getting_started/img/ReelBoard-Blinky.png | Bin doc/{ => develop}/getting_started/index.rst | 0 .../getting_started/installation_linux.rst | 0 .../getting_started/installation_mac.rst | 0 .../getting_started/installation_win.rst | 0 .../toolchain_3rd_party_x_compilers.rst | 0 .../getting_started/toolchain_custom_cmake.rst | 0 .../getting_started/toolchain_host.rst | 0 .../getting_started/toolchain_other_x_compilers.rst | 0 doc/index-tex.rst | 2 +- doc/index.rst | 2 +- 11 files changed, 2 insertions(+), 2 deletions(-) rename doc/{ => develop}/getting_started/img/ReelBoard-Blinky.png (100%) rename doc/{ => develop}/getting_started/index.rst (100%) rename doc/{ => develop}/getting_started/installation_linux.rst (100%) rename doc/{ => develop}/getting_started/installation_mac.rst (100%) rename doc/{ => develop}/getting_started/installation_win.rst (100%) rename doc/{ => develop}/getting_started/toolchain_3rd_party_x_compilers.rst (100%) rename doc/{ => develop}/getting_started/toolchain_custom_cmake.rst (100%) rename doc/{ => develop}/getting_started/toolchain_host.rst (100%) rename doc/{ => develop}/getting_started/toolchain_other_x_compilers.rst (100%) diff --git a/doc/getting_started/img/ReelBoard-Blinky.png b/doc/develop/getting_started/img/ReelBoard-Blinky.png similarity index 100% rename from doc/getting_started/img/ReelBoard-Blinky.png rename to doc/develop/getting_started/img/ReelBoard-Blinky.png diff --git a/doc/getting_started/index.rst b/doc/develop/getting_started/index.rst similarity index 100% rename from doc/getting_started/index.rst rename to doc/develop/getting_started/index.rst diff --git a/doc/getting_started/installation_linux.rst b/doc/develop/getting_started/installation_linux.rst similarity index 100% rename from doc/getting_started/installation_linux.rst rename to doc/develop/getting_started/installation_linux.rst diff --git a/doc/getting_started/installation_mac.rst b/doc/develop/getting_started/installation_mac.rst similarity index 100% rename from doc/getting_started/installation_mac.rst rename to doc/develop/getting_started/installation_mac.rst diff --git a/doc/getting_started/installation_win.rst b/doc/develop/getting_started/installation_win.rst similarity index 100% rename from doc/getting_started/installation_win.rst rename to doc/develop/getting_started/installation_win.rst diff --git a/doc/getting_started/toolchain_3rd_party_x_compilers.rst b/doc/develop/getting_started/toolchain_3rd_party_x_compilers.rst similarity index 100% rename from doc/getting_started/toolchain_3rd_party_x_compilers.rst rename to doc/develop/getting_started/toolchain_3rd_party_x_compilers.rst diff --git a/doc/getting_started/toolchain_custom_cmake.rst b/doc/develop/getting_started/toolchain_custom_cmake.rst similarity index 100% rename from doc/getting_started/toolchain_custom_cmake.rst rename to doc/develop/getting_started/toolchain_custom_cmake.rst diff --git a/doc/getting_started/toolchain_host.rst b/doc/develop/getting_started/toolchain_host.rst similarity index 100% rename from doc/getting_started/toolchain_host.rst rename to doc/develop/getting_started/toolchain_host.rst diff --git a/doc/getting_started/toolchain_other_x_compilers.rst b/doc/develop/getting_started/toolchain_other_x_compilers.rst similarity index 100% rename from doc/getting_started/toolchain_other_x_compilers.rst rename to doc/develop/getting_started/toolchain_other_x_compilers.rst diff --git a/doc/index-tex.rst b/doc/index-tex.rst index 4a9f6c3ce13..dea5549e216 100644 --- a/doc/index-tex.rst +++ b/doc/index-tex.rst @@ -14,7 +14,7 @@ Zephyr Project Documentation :caption: Contents introduction/index.rst - getting_started/index.rst + develop/index.rst contribute/index.rst build/index.rst kernel/index.rst diff --git a/doc/index.rst b/doc/index.rst index f1d8bf27435..72fd1c1d745 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -102,7 +102,7 @@ Sections :caption: Contents introduction/index.rst - getting_started/index.rst + develop/index.rst contribute/index.rst development_process/index.rst application/index.rst