blob: b7a0415de05bc265f1411473b01d0dd974008ce2 [file] [log] [blame]
Soby Mathewb4c6df42022-11-09 11:13:29 +00001.. SPDX-License-Identifier: BSD-3-Clause
2.. SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
3
4Realm Management Monitor Documentation
5=======================================
6
7.. raw:: html
8
9 <ul class="grid">
10 <li class="grid-item">
11 <a href="readme.html">
12 <img alt="" src="_static/images/rmm-introduction.png"/>
13 <h2>Introduction</h2>
14 </a>
15 <p>Introduction to the Realm Management Monitor Project.</p>
16 </li>
17 <li class="grid-item">
18 <a href="getting_started/index.html">
19 <img alt="" src="_static/images/rmm-documentation.png"/>
20 <h2>Getting Started</h2>
21 </a>
22 <p>Guide to set up development environment and evaluate RMM.</p>
23 </li>
24 <li class="grid-item">
25 <a href="process/index.html">
26 <img alt="" src="_static/images/rmm-documentation.png"/>
27 <h2>Process</h2>
28 </a>
29 <p>Process followed in the project and contribution guidelines.</p>
30 </li>
31 <li class="grid-item">
32 <a href="design/index.html">
33 <img alt="" src="_static/images/rmm-documentation.png"/>
34 <h2>Design</h2>
35 </a>
36 <p>Design documentation for RMM.</p>
37 </li>
Javier Almansa Sobrino5bf96ce2023-04-06 16:53:02 +010038 <li class="grid-item">
39 <a href="security/index.html">
40 <img alt="" src="_static/images/rmm-documentation.png"/>
41 <h2>Security</h2>
42 </a>
43 <p>Security.</p>
44 </li>
Soby Mathewb4c6df42022-11-09 11:13:29 +000045 </ul>
46
47.. toctree::
48 :maxdepth: 1
49 :hidden:
50
51 Home<self>
52 about/index
53 getting_started/index
54 process/index
55 design/index
Javier Almansa Sobrino5bf96ce2023-04-06 16:53:02 +010056 security/index
Soby Mathewb4c6df42022-11-09 11:13:29 +000057 glossary