docs: A set of cosmetical changes in documentation

- limit page width to 1100px and adjust frontpage tiles
- make glossary flat structure (remove sub sections)
- add favicon
- disable "View page source" link
- disable Prev,Next buttons
- disable "Built with Sphinx ..." in page footer
- add captions to some pages to shrink names in TOC

Signed-off-by: Anton Komlev <anton.komlev@arm.com>
Change-Id: Ib6844b118c25b4437d7f11014112533fd8d5547b
diff --git a/docs/integration_guide/services/index.rst b/docs/integration_guide/services/index.rst
index 30a2a8a..f8892ab 100644
--- a/docs/integration_guide/services/index.rst
+++ b/docs/integration_guide/services/index.rst
@@ -5,7 +5,14 @@
     :maxdepth: 1
     :glob:
 
-    *
+    Initial Attestation <tfm_attestation_integration_guide>
+    Audit Log <tfm_audit_integration_guide>
+    Crypto <tfm_crypto_integration_guide>
+    Internal Storage <tfm_its_integration_guide>
+    Platform <tfm_platform_integration_guide>
+    Protected Storage <tfm_ps_integration_guide>
+    PSA Proxy <tfm_psa_proxy_integration_guide>
+    How to add a partition <tfm_secure_partition_addition>
 
 --------------