Browse Source

doc: reorder tiles

Put most relevant links at the top. More users are interested in the
list of supported boards then the contributing guidelines.

Signed-off-by: Toon Stegen <toon@toostsolutions.be>
pull/83389/head
Toon Stegen 7 months ago committed by Benjamin Cabé
parent
commit
642e97dcbe
  1. 28
      doc/index.rst

28
doc/index.rst

@ -39,13 +39,6 @@ documentation for a specific version of Zephyr. @@ -39,13 +39,6 @@ documentation for a specific version of Zephyr.
</a>
<p>Set up Zephyr, build &amp; run a sample application</p>
</li>
<li class="grid-item">
<a href="contribute/index.html">
<span class="grid-icon fa fa-github"></span>
<h2>Contribution Guidelines</h2>
</a>
<p>How to submit patches and contribute to Zephyr</p>
</li>
<li class="grid-item">
<a href="samples/index.html">
<span class="grid-icon fa fa-cogs"></span>
@ -53,6 +46,13 @@ documentation for a specific version of Zephyr. @@ -53,6 +46,13 @@ documentation for a specific version of Zephyr.
</a>
<p>Explore samples and demos for various boards</p>
</li>
<li class="grid-item">
<a href="boards/index.html">
<span class="grid-icon fa fa-object-group"></span>
<h2>Supported Boards</h2>
</a>
<p>List of supported boards and platforms</p>
</li>
<li class="grid-item">
<a href="hardware/index.html">
<span class="grid-icon fa fa-sign-in"></span>
@ -67,13 +67,6 @@ documentation for a specific version of Zephyr. @@ -67,13 +67,6 @@ documentation for a specific version of Zephyr.
</a>
<p>Security processes and guidelines</p>
</li>
<li class="grid-item">
<a href="boards/index.html">
<span class="grid-icon fa fa-object-group"></span>
<h2>Supported Boards</h2>
</a>
<p>List of supported boards and platforms</p>
</li>
<li class="grid-item">
<a href="services/index.html">
<span class="grid-icon fa fa-puzzle-piece"></span>
@ -81,6 +74,13 @@ documentation for a specific version of Zephyr. @@ -81,6 +74,13 @@ documentation for a specific version of Zephyr.
</a>
<p>OS Services and usage guides</p>
</li>
<li class="grid-item">
<a href="contribute/index.html">
<span class="grid-icon fa fa-github"></span>
<h2>Contribution Guidelines</h2>
</a>
<p>How to submit patches and contribute to Zephyr</p>
</li>
</ul>
For information about the changes and additions for past releases, please

Loading…
Cancel
Save