diff --git a/docs/conf.py b/docs/conf.py
index fb5bfa41..7d035f44 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -105,6 +105,3 @@ def setup(app):
"color-api-background": "#1e1e1e",
},
}
-
-# Use default Furo sidebar configuration - remove custom sidebar
-# html_sidebars = {} # Let Furo use its defaults
diff --git a/docs/index.rst b/docs/index.rst
index c692b607..2e8fd81b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,7 +6,7 @@ Slang Documentation
:maxdepth: 1
:titlesonly:
- User Guide
+ User Guide
Standard Modules Reference
Language Spec
SlangPy User Guide
@@ -19,9 +19,9 @@ Slang Documentation
:maxdepth: 1
:titlesonly:
- SPIR-V Specific Functionalities
- Metal Specific Functionalities
- WGSL Specific Functionalities
+ SPIR-V Specific Functionalities
+ Metal Specific Functionalities
+ WGSL Specific Functionalities
.. toctree::
:caption: Tutorials
@@ -30,7 +30,7 @@ Slang Documentation
Write Your First Slang Shader
Using the Compilation API
- Using the Reflection API
+ Using the Reflection API
Shader Cursors: Advanced Usage of the Reflection API
Understanding Slang Generics
Migrating from HLSL to Slang