diff --git a/docs/conf.py b/docs/conf.py
index eeaa91f4..b1d754ee 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -174,3 +174,8 @@ def setup(app):
True,
)
app.add_transform(AutoStructify)
+
+
+html_theme_options = {
+ "style_external_links": True,
+}
diff --git a/docs/index.rst b/docs/index.rst
index d714dc4d..ff6bf6c7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,3 +1,8 @@
+User Guide
+==========
+
+To learn about using Sanic, checkout the `User Guide `_.
+
.. include:: ../README.rst
API
@@ -6,7 +11,10 @@ API
.. toctree::
:maxdepth: 4
+ 👥 User Guide
sanic/api_reference
+ 💻 Source code
+ ❓ Support
Module Documentation
diff --git a/docs/sanic/api_reference.rst b/docs/sanic/api_reference.rst
index 796148f7..df369bc2 100644
--- a/docs/sanic/api_reference.rst
+++ b/docs/sanic/api_reference.rst
@@ -1,5 +1,5 @@
-API Reference
-=============
+📑 API Reference
+================
sanic.app
---------