diff --git a/dev-docs/source/index.rst b/dev-docs/source/index.rst
index 2db679b5119a24c47d1f4229b227b7874dc7b504..05a708847b749f818a610717b5b2d1f748cded9b 100644
--- a/dev-docs/source/index.rst
+++ b/dev-docs/source/index.rst
@@ -27,6 +27,7 @@ Guides
    BuildingWithCMake
    BuildingVATES
    Standards/index
+   Testing/index
    DoxygenSetup
    Python3
 
@@ -39,6 +40,9 @@ Guides
 :doc:`Standards <Standards/index>`
    Details of coding and documentation standards for the project. Includes specifics regarding algorithms.
 
+:doc:`Testing <Testing/index>`
+   Details of unscripted and acceptance testing.
+
 :doc:`DoxygenSetup`
    Configure a doxygen build locally.