diff --git a/Documentation/api-html/index.rst b/Documentation/api-html/index.rst
index dbaaad1552b6..cf2ef0bb38af 100644
--- a/Documentation/api-html/index.rst
+++ b/Documentation/api-html/index.rst
@@ -1,3 +1,5 @@
+.. _api:
+
 API
 ===
 
diff --git a/Documentation/docs.rst b/Documentation/docs.rst
index cc621a49f412..7a3977c13110 100644
--- a/Documentation/docs.rst
+++ b/Documentation/docs.rst
@@ -2,6 +2,18 @@
 Documentation
 *************
 
+.. toctree::
+   :hidden:
+
+   API <api-html/index>
+
+API
+===
+
+The libcamera API is extensively documented using Doxygen. The :ref:`API
+nightly build <api>` contains the most up-to-date API documentation, built from
+the latest master branch.
+
 Feature Requirements
 ====================
 
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 84d5f6a88caf..bbce717edd0e 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -8,4 +8,3 @@
    Home <self>
    Docs <docs>
    Contribute <contributing>
-   API <api-html/index>
