summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Hertel <jean.hertel@hotmail.com>2017-04-26 09:22:46 -0300
committerLaura Ekstrand <laura@jlekstrand.net>2018-06-15 16:07:20 -0700
commit2c654baf575c77c0857bb16d3b6f8ba9007707a1 (patch)
treed1231c63d3f4de71809f876e8996e653ef69838c
parentcfe7470114278003f92994f4022d96ac97bfaa62 (diff)
docs: Add a navigation sidebar.
This is the new main sidebar.
-rw-r--r--docs/index.rst91
1 files changed, 91 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index dbb4a4ddec..8d00808c18 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,3 +1,94 @@
+.. 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
+ xlibdriver
+ 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
====