[Mesa-dev] [PATCH v2 09/15] docs: Add a navigation sidebar.

Laura Ekstrand laura at jlekstrand.net
Wed May 30 22:53:21 UTC 2018


From: Jean Hertel <jean.hertel at hotmail.com>

This is the new main sidebar.
---
 docs/index.rst | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)

diff --git a/docs/index.rst b/docs/index.rst
index dbb4a4ddec..1894b46a4b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,3 +1,93 @@
+.. toctree::
+   :maxdepth: 1
+   :caption: Documentation
+   :hidden:
+
+   intro
+   developers
+   systems
+   license
+   faq
+   relnotes
+   thanks
+   conformance
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Download / Install
+   :hidden:
+
+   download
+   install
+   autoconf
+   precompiled
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Resources
+   :hidden:
+
+   lists
+   bugs
+   webmaster
+   useful-links
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Developer Topics
+   :hidden:
+
+   repository
+   sourcetree
+   utilities
+   helpwanted
+   devinfo
+   codingstyle
+   submittingpatches
+   releasing
+   sourcedocs
+   dispatch
+
+.. toctree::
+   :maxdepth: 1
+   :caption: User Topics
+   :hidden:
+
+   shading
+   egl
+   opengles
+   envvars
+   osmesa
+   debugging
+   perf
+   extensions
+   mangling
+   llvmpipe
+   vmware-guest
+   postprocess
+   application-issues
+   viewperf
+
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Links
+   :hidden:
+
+   Gallium Documentation <https://gallium.readthedocs.io/en/latest/>
+   NIR Documentation <https://people.freedesktop.org/~cwabbott0/nir-docs/>
+   OpenGL website <https://www.opengl.org/>
+   DRI website <https://dri.freedesktop.org/>
+   Developer blogs <https://planet.freedesktop.org/>
+
+
+.. toctree::
+   :maxdepth: 1
+   :caption: Hosted by
+   :hidden:
+
+   freedesktop <https://freedesktop.org/>
+
 News
 ====
 
-- 
2.14.3



More information about the mesa-dev mailing list