aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/index.rst
diff options
context:
space:
mode:
authorMinos Galanakis <minos.galanakis@arm.com>2020-06-12 14:25:34 +0100
committerMinos Galanakis <minos.galanakis@arm.com>2020-06-19 10:31:18 +0100
commite409401fdf0e769516cd784de6000a8eaa16b2b2 (patch)
tree3409c8a60b4f43bd506bcd384d8680d83df272e4 /platform/ext/index.rst
parentc3123ecc732c90de37042f59b5ce11f1bae7cbae (diff)
downloadtrusted-firmware-m-e409401fdf0e769516cd784de6000a8eaa16b2b2.tar.gz
Docs: Restructuring and new layout
This patch implements a set of user-experiences aimed changes.It modifies the documentation structure and switches to a more reactive design for the rtd theme. * The documentation layout has been redesigned to be more intuitive,easier to maintain and and scale. * The landing page introduces a new dashboard. * Introduced dedicated space for release documents, and changelog has been modified to directly source content from referenced documents. * Added quick-link navigation for items that need emphasis. * Relevant design documents can now be grouped in suf-folders. * There is dedicated space for custom platform, and third party tools documents. * Wildcard and regex matching has been introduced to indexes. Change-Id: Ib02d17d5d26187d397ba17317788cf2a01401b07 Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Diffstat (limited to 'platform/ext/index.rst')
-rw-r--r--platform/ext/index.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/platform/ext/index.rst b/platform/ext/index.rst
new file mode 100644
index 0000000000..e0d87f371d
--- /dev/null
+++ b/platform/ext/index.rst
@@ -0,0 +1,42 @@
+Platforms
+=========
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Information
+
+ readme
+ /platform/readme
+
+.. toctree::
+ :maxdepth: 4
+ :caption: arm
+ :glob:
+
+ target/musca_*/**
+ otp_provisioning.rst
+
+.. toctree::
+ :maxdepth: 4
+ :caption: NXP
+ :glob:
+
+ target/nxp/**
+
+.. toctree::
+ :maxdepth: 4
+ :caption: Cypress
+ :glob:
+
+ target/cypress/**
+
+.. toctree::
+ :maxdepth: 4
+ :caption: STM
+ :glob:
+
+ target/stm/**
+
+--------------
+
+*Copyright (c) 2020, Arm Limited. All rights reserved.*