diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-06 12:36:26 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-08 07:18:15 +0000 |
commit | a8df27b0b24fe0be21e1645b47ac860f3d707f96 (patch) | |
tree | 8774196905f5f3d4b135104fe5092afe9a054146 /docs/contents.html | |
parent | f06e698aadd63f2dca0949d99a2cebd32d0aabe7 (diff) |
docs: use title-casing for all headings in sidebar
We generally use title-casing for headings in the sidebar. But not
all headings was constently cased like that. Let's make sure this
is consistent.
Signed-off-by: Erik Faye-Lund <[email protected]>
Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/contents.html')
-rw-r--r-- | docs/contents.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/contents.html b/docs/contents.html index 685986b8f12..1941f1ce080 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -65,13 +65,13 @@ <li><a href="egl.html" target="_parent">EGL</a> <li><a href="opengles.html" target="_parent">OpenGL ES</a> <li><a href="envvars.html" target="_parent">Environment Variables</a> -<li><a href="osmesa.html" target="_parent">Off-Screen Rendering</a> +<li><a href="osmesa.html" target="_parent">Off-screen Rendering</a> <li><a href="debugging.html" target="_parent">Debugging Tips</a> <li><a href="perf.html" target="_parent">Performance Tips</a> <li><a href="extensions.html" target="_parent">Mesa Extensions</a> -<li><a href="llvmpipe.html" target="_parent">Gallium llvmpipe driver</a> -<li><a href="vmware-guest.html" target="_parent">VMware SVGA3D guest driver</a> -<li><a href="postprocess.html" target="_parent">Gallium post-processing</a> +<li><a href="llvmpipe.html" target="_parent">Gallium LLVMpipe Driver</a> +<li><a href="vmware-guest.html" target="_parent">VMware SVGA3D Guest Driver</a> +<li><a href="postprocess.html" target="_parent">Gallium Post-processing</a> <li><a href="application-issues.html" target="_parent">Application Issues</a> <li><a href="viewperf.html" target="_parent">Viewperf Issues</a> </ul> @@ -84,19 +84,19 @@ <li><a href="helpwanted.html" target="_parent">Help Wanted</a> <li><a href="devinfo.html" target="_parent">Development Notes</a> <li><a href="codingstyle.html" target="_parent">Coding Style</a> -<li><a href="submittingpatches.html" target="_parent">Submitting patches</a> -<li><a href="releasing.html" target="_parent">Releasing process</a> -<li><a href="release-calendar.html" target="_parent">Release calendar</a> +<li><a href="submittingpatches.html" target="_parent">Submitting Patches</a> +<li><a href="releasing.html" target="_parent">Releasing Process</a> +<li><a href="release-calendar.html" target="_parent">Release Calendar</a> <li><a href="sourcedocs.html" target="_parent">Source Documentation</a> <li><a href="dispatch.html" target="_parent">GL Dispatch</a> </ul> <h2>Links</h2> <ul> -<li><a href="https://www.opengl.org" target="_parent">OpenGL website</a> -<li><a href="https://dri.freedesktop.org" target="_parent">DRI website</a> +<li><a href="https://www.opengl.org" target="_parent">OpenGL Website</a> +<li><a href="https://dri.freedesktop.org" target="_parent">DRI Website</a> <li><a href="https://www.freedesktop.org" target="_parent">freedesktop.org</a> -<li><a href="https://planet.freedesktop.org" target="_parent">Developer blogs</a> +<li><a href="https://planet.freedesktop.org" target="_parent">Developer Blogs</a> </ul> <h2>Hosted by:</h2> |