doc: remove guides and split content

Remove the old guides section and move all remaining items into new
sections.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-04-05 17:36:48 -04:00 committed by Carles Cufí
commit 7ad2f76720
22 changed files with 20 additions and 21 deletions

View file

@ -15,3 +15,4 @@ Developing with Zephyr
modules.rst
west/index
test/index
tools/index

View file

@ -0,0 +1,10 @@
.. _dev_tools:
Tools and IDEs
##############
.. toctree::
:maxdepth: 1
coccinelle.rst
platformio/index.rst

View file

Before

Width:  |  Height:  |  Size: 486 KiB

After

Width:  |  Height:  |  Size: 486 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Before After
Before After

View file

@ -1,12 +0,0 @@
.. _user_guides:
User and Developer Guides
#########################
.. toctree::
:maxdepth: 1
coccinelle.rst
platformio/index.rst
portability/index.rst
porting/index

View file

@ -10,3 +10,4 @@ Hardware Support
emulator/index.rst
peripherals/index.rst
pinctrl/index.rst
porting/index

View file

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

View file

@ -20,7 +20,6 @@ Zephyr Project Documentation
connectivity/index.rst
services/index.rst
reference/index.rst
guides/index.rst
hardware/index.rst
security/index.rst
contribute/index.rst

View file

@ -41,7 +41,7 @@ licensing, as described in :ref:`Zephyr_Licensing`.
<p>Introducing the Zephyr Project: overview, architecture, features, and licensing</p>
</li>
<li class="grid-item">
<a href="getting_started/index.html">
<a href="develop/getting_started/index.html">
<span class="grid-icon fa fa-map-signs"></span>
<h2>Getting Started Guide</h2>
</a>
@ -65,11 +65,11 @@ licensing, as described in :ref:`Zephyr_Licensing`.
by Zephyr</p>
</li>
<li class="grid-item">
<a href="reference/index.html">
<a href="hardware/index.html">
<span class="grid-icon fa fa-sign-in"></span>
<h2>API Reference</h2>
<h2>Hardware Support</h2>
</a>
<p>API Documentation, Zephyr configuration, and subsystem Reference</p>
<p>Information about supported architectures, supported hardware and porting guides</p>
</li>
<li class="grid-item">
<a href="security/index.html">
@ -86,11 +86,11 @@ licensing, as described in :ref:`Zephyr_Licensing`.
<p>List of supported boards and platforms.</p>
</li>
<li class="grid-item">
<a href="guides/index.html">
<a href="services/index.html">
<span class="grid-icon fa fa-puzzle-piece"></span>
<h2>User and Developer Guides</h2>
<h2>OS Services</h2>
</a>
<p>User and Developer Guides, including tools and tips</p>
<p>OS Services and guides how to use them with Zephyr</p>
</li>
</ul>
@ -108,7 +108,6 @@ Sections
connectivity/index.rst
services/index.rst
reference/index.rst
guides/index.rst
hardware/index.rst
security/index.rst
contribute/index.rst

View file

@ -17,6 +17,7 @@ OS Services
resource_management/index.rst
notify.rst
pm/index.rst
portability/index.rst
shell/index.rst
settings/index.rst
smf/index.rst

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After