diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index c0cbc0dcff80ca7a9a13383e1108ec8637871b01..7a4ff0ede6e95773c147bae2e17bd2844b98544d 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -1,3 +1,6 @@
+Frequently-Asked Questions (FAQ)
+================================
+
 How do I update a Pull Request?
 -------------------------------
 
diff --git a/docs/image-terminology.rst b/docs/image-terminology.rst
index 1c642977812a0ad7aa8c33db496b59eda6381dab..4dc1d7346b6f8f0ec581b85eb632fe3867143732 100644
--- a/docs/image-terminology.rst
+++ b/docs/image-terminology.rst
@@ -1,10 +1,16 @@
-Trusted Firmware images
------------------------
+Image Terminology
+=================
+
+.. section-numbering::
+    :suffix: .
+
+.. contents::
 
 This page contains the current name, abbreviated name and purpose of the various
 images referred to in the Trusted Firmware project.
 
-Some general notes:
+General Notes
+-------------
 
 - Some of the names and abbreviated names have changed to accomodate new
   requirements. The changed names are as backward compatible as possible to
@@ -36,6 +42,9 @@ Some general notes:
 - The image names are not case sensitive. For example, ``bl1`` is
   interchangeable with ``BL1``, although mixed case should be avoided.
 
+Trusted Firmware Images
+-----------------------
+
 AP Boot ROM: ``AP_BL1``
 ~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -114,8 +123,8 @@ This image was previously abbreviated as BL3-0 but from the SCP's point of view,
 this has always been the 2nd stage firmware. The previous name is too
 AP-centric.
 
-Firmware update images
-----------------------
+Firmware Update (FWU) Images
+----------------------------
 
 The terminology for these images has not been widely adopted yet but they have
 to be considered in a production Trusted Board Boot solution.
@@ -154,7 +163,7 @@ This is the 2nd stage AP normal world firmware updater. Its primary purpose is
 to load a new set of firmware images from an external interface and write them
 into non-volatile storage.
 
-Other processor firmware images
+Other Processor Firmware Images
 -------------------------------
 
 Some systems may have additional processors to the AP and SCP. For example, a
diff --git a/docs/psci-performance-juno.rst b/docs/psci-performance-juno.rst
index 621c8bf81041b7b04c3f9ad7f296438a1af27160..caed8bf9a0b22f4e02444c68aa11cc773c53c82e 100644
--- a/docs/psci-performance-juno.rst
+++ b/docs/psci-performance-juno.rst
@@ -1,3 +1,6 @@
+PSCI Performance Measurements on Arm Juno Development Platform
+==============================================================
+
 This document summarises the findings of performance measurements of key
 operations in the ARM Trusted Firmware (TF) Power State Coordination Interface
 (PSCI) implementation, using the in-built Performance Measurement Framework
diff --git a/docs/security-center.rst b/docs/security-center.rst
index 1c82f29e4a538a0abde70069288076b0a5e7969d..672c56322522305a9b23b18999c593baa98b00d8 100644
--- a/docs/security-center.rst
+++ b/docs/security-center.rst
@@ -1,3 +1,6 @@
+Security Center
+===============
+
 Security Disclosures
 --------------------