Doc: Removed TF-M prefix from document heading
This patch removes the TF-M/Trusted Firmware prefix from the
title heading across the documentation.
Change-Id: I60e0c6e48615f67ee040a0d6dbc7d6f1873856e7
Signed-off-by: Galanakis, Minos <minos.galanakis@arm.com>
diff --git a/docs/user_guides/services/core_test_services_integration_guide.rst b/docs/user_guides/services/core_test_services_integration_guide.rst
index 36fbf07..2be5be9 100644
--- a/docs/user_guides/services/core_test_services_integration_guide.rst
+++ b/docs/user_guides/services/core_test_services_integration_guide.rst
@@ -1,6 +1,6 @@
-################################
-TF-M Core Test integration guide
-################################
+###########################
+Core Test integration guide
+###########################
************
Introduction
diff --git a/docs/user_guides/services/tfm_attestation_integration_guide.rst b/docs/user_guides/services/tfm_attestation_integration_guide.rst
index e9a15fd..8ce6786 100644
--- a/docs/user_guides/services/tfm_attestation_integration_guide.rst
+++ b/docs/user_guides/services/tfm_attestation_integration_guide.rst
@@ -1,6 +1,6 @@
-##################################################
-TF-M Initial Attestation Service Integration Guide
-##################################################
+#############################################
+Initial Attestation Service Integration Guide
+#############################################
************
Introduction
diff --git a/docs/user_guides/services/tfm_audit_integration_guide.rst b/docs/user_guides/services/tfm_audit_integration_guide.rst
index 314128d..b70c588 100644
--- a/docs/user_guides/services/tfm_audit_integration_guide.rst
+++ b/docs/user_guides/services/tfm_audit_integration_guide.rst
@@ -1,6 +1,6 @@
-############################################
-TF-M Audit Logging Service Integration Guide
-############################################
+#######################################
+Audit Logging Service Integration Guide
+#######################################
************
Introduction
diff --git a/docs/user_guides/services/tfm_crypto_integration_guide.rst b/docs/user_guides/services/tfm_crypto_integration_guide.rst
index 0241c35..696b808 100644
--- a/docs/user_guides/services/tfm_crypto_integration_guide.rst
+++ b/docs/user_guides/services/tfm_crypto_integration_guide.rst
@@ -1,6 +1,6 @@
-#####################################
-TF-M Crypto Service Integration Guide
-#####################################
+################################
+Crypto Service Integration Guide
+################################
************
Introduction
diff --git a/docs/user_guides/services/tfm_platform_integration_guide.rst b/docs/user_guides/services/tfm_platform_integration_guide.rst
index 5828579..5041a0a 100644
--- a/docs/user_guides/services/tfm_platform_integration_guide.rst
+++ b/docs/user_guides/services/tfm_platform_integration_guide.rst
@@ -1,6 +1,6 @@
-#######################################
-TF-M Platform Service Integration Guide
-#######################################
+##################################
+Platform Service Integration Guide
+##################################
************
Introduction
diff --git a/docs/user_guides/services/tfm_sst_integration_guide.rst b/docs/user_guides/services/tfm_sst_integration_guide.rst
index 8d4273e..a2eaece 100644
--- a/docs/user_guides/services/tfm_sst_integration_guide.rst
+++ b/docs/user_guides/services/tfm_sst_integration_guide.rst
@@ -1,6 +1,6 @@
-#############################################
-TF-M Secure Storage Service Integration Guide
-#############################################
+########################################
+Secure Storage Service Integration Guide
+########################################
************
Introduction
diff --git a/docs/user_guides/tfm_build_instruction.rst b/docs/user_guides/tfm_build_instruction.rst
index 33aefd7..52e52a5 100644
--- a/docs/user_guides/tfm_build_instruction.rst
+++ b/docs/user_guides/tfm_build_instruction.rst
@@ -1,6 +1,6 @@
-######################
-TF-M build instruction
-######################
+##################
+Build instructions
+##################
Please make sure you have all required software installed as explained in the
:doc:`software requirements <tfm_sw_requirement>`.
diff --git a/docs/user_guides/tfm_integration_guide.rst b/docs/user_guides/tfm_integration_guide.rst
index df8a87a..7db65a0 100644
--- a/docs/user_guides/tfm_integration_guide.rst
+++ b/docs/user_guides/tfm_integration_guide.rst
@@ -1,6 +1,6 @@
-######################
-TF-M integration guide
-######################
+#################
+Integration guide
+#################
The purpose of this document is to provide a guide on how to integrate TF-M
with other hardware platforms and operating systems.
diff --git a/docs/user_guides/tfm_secure_boot.rst b/docs/user_guides/tfm_secure_boot.rst
index b29b38e..83e372a 100644
--- a/docs/user_guides/tfm_secure_boot.rst
+++ b/docs/user_guides/tfm_secure_boot.rst
@@ -1,6 +1,6 @@
-################
-TF-M secure boot
-################
+###########
+Secure boot
+###########
For secure devices it is security critical to enforce firmware authenticity to
protect against execution of malicious software. This is implemented by building
a trust chain where each step in the execution chain authenticates the next
diff --git a/docs/user_guides/tfm_sw_requirement.rst b/docs/user_guides/tfm_sw_requirement.rst
index 2c4f470..432b237 100644
--- a/docs/user_guides/tfm_sw_requirement.rst
+++ b/docs/user_guides/tfm_sw_requirement.rst
@@ -1,6 +1,6 @@
-##########################
-TF-M Software requirements
-##########################
+#####################
+Software requirements
+#####################
.. |DS5_VERSION| replace:: v5.29.1
.. |KEIL_VERSION| replace:: v5.25.2
diff --git a/docs/user_guides/tfm_user_guide.rst b/docs/user_guides/tfm_user_guide.rst
index f653e83..1c770e9 100644
--- a/docs/user_guides/tfm_user_guide.rst
+++ b/docs/user_guides/tfm_user_guide.rst
@@ -1,6 +1,6 @@
-#############################
-Trusted Firmware M user guide
-#############################
+##########
+User guide
+##########
How to compile and run TF-M and example test application for CoreLink
SSE-200 subsystem on the MPS2 board and on the Fast Model(FVP).