doc: Move "About" content from index.rst to a new chapter
authorPaul Beesley <paul.beesley@arm.com>
Wed, 16 Oct 2019 13:35:47 +0000 (13:35 +0000)
committerPaul Beesley <paul.beesley@arm.com>
Mon, 21 Oct 2019 13:31:49 +0000 (13:31 +0000)
commit8eb9490b61c65288eaacbf229afbbe0f99484c86
tree9676badd2bc3246ea1ae0459cbea8050c529f122
parent937f669872b5516c9a0fd3d60f9618ad54a72b5c
doc: Move "About" content from index.rst to a new chapter

The index.rst page is now the primary landing page for the TF-A
documentation. It contains quite a lot of content these days,
including:

- The project purpose and general intro
- A list of functionality
- A list of planned functionality
- A list of supported platforms
- "Getting started" links to other documents
- Contact information for raising issues

This patch creates an "About" chapter in the table
of contents and moves some content there. In order,
the above listed content:

- Stayed where it is. This is the right place for it.
- Moved to About->Features
- Moved to About->Features (in subsection)
- Stayed where it is. Moved in a later patch.
- Was expanded in-place
- Moved to About->Contact

Change-Id: I254bb87560fd09140b9e485cf15246892aa45943
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
docs/about/acknowledgements.rst [new file with mode: 0644]
docs/about/contact.rst [new file with mode: 0644]
docs/about/features.rst [new file with mode: 0644]
docs/about/index.rst [new file with mode: 0644]
docs/about/maintainers.rst [new file with mode: 0644]
docs/about/release-information.rst [new file with mode: 0644]
docs/acknowledgements.rst [deleted file]
docs/index.rst
docs/maintainers.rst [deleted file]
docs/process/index.rst
docs/process/release-information.rst [deleted file]