diff --git a/docs/source/index.rst b/docs/source/index.rst
index 52b0d03..d4be488 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -3,8 +3,53 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Lightning-Graphcore documentation
-=================================
+Accelerator: IPU training
+=========================
+
+.. raw:: html
+
+
+
+
+.. Add callout items below this line
+
+.. displayitem::
+ :header: Prepare your code (Optional)
+ :description: Prepare your code to run on any hardware
+ :col_css: col-md-6
+ :button_link: prepare.html
+ :height: 150
+ :tag: basic
+
+.. displayitem::
+ :header: Basic
+ :description: Learn the basics of single and multi-IPU training.
+ :col_css: col-md-6
+ :button_link: basic.html
+ :height: 150
+ :tag: basic
+
+.. displayitem::
+ :header: Intermediate
+ :description: Tune model performance with mix-precision settings and the performance analyser.
+ :col_css: col-md-6
+ :button_link: intermediate.html
+ :height: 150
+ :tag: intermediate
+
+.. displayitem::
+ :header: Advanced
+ :description: Learn advanced techniques to customize IPU training for massive models.
+ :col_css: col-md-6
+ :button_link: advanced.html
+ :height: 150
+ :tag: advanced
+
+.. raw:: html
+
+
+
+
.. toctree::
:maxdepth: 1
:name: start
diff --git a/docs/source/ipu.rst b/docs/source/ipu.rst
deleted file mode 100644
index 36f638a..0000000
--- a/docs/source/ipu.rst
+++ /dev/null
@@ -1,50 +0,0 @@
-:orphan:
-
-.. _ipu:
-
-Accelerator: IPU training
-=========================
-
-.. raw:: html
-
-
-
-
-.. Add callout items below this line
-
-.. displayitem::
- :header: Prepare your code (Optional)
- :description: Prepare your code to run on any hardware
- :col_css: col-md-6
- :button_link: prepare.html
- :height: 150
- :tag: basic
-
-.. displayitem::
- :header: Basic
- :description: Learn the basics of single and multi-IPU training.
- :col_css: col-md-6
- :button_link: basic.html
- :height: 150
- :tag: basic
-
-.. displayitem::
- :header: Intermediate
- :description: Tune model performance with mix-precision settings and the performance analyser.
- :col_css: col-md-6
- :button_link: intermediate.html
- :height: 150
- :tag: intermediate
-
-.. displayitem::
- :header: Advanced
- :description: Learn advanced techniques to customize IPU training for massive models.
- :col_css: col-md-6
- :button_link: advanced.html
- :height: 150
- :tag: advanced
-
-.. raw:: html
-
-
-