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-18 16:20:39 -0700
commitc66bb5d78b8600162aba45fdd3d37ceb0b327e92 (patch)
tree38f190b59940c9cf778f08e32fc3c585ab82453b
parentcfe7470114278003f92994f4022d96ac97bfaa62 (diff)
docs: Add a navigation sidebar.
This is the new main sidebar.
-rw-r--r--docs/index.rst91
-rw-r--r--docs/install.rst6
2 files changed, 97 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
====
diff --git a/docs/install.rst b/docs/install.rst
index 8f5920091c..bc5e59f8ff 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -1,6 +1,12 @@
Compiling and Installing
========================
+.. toctree::
+ :maxdepth: 1
+
+ Autoconf <autoconf>
+ Meson <meson>
+
#. `Prerequisites for building <#prereq-general>`__
- `General prerequisites <#prereq-general>`__