[doc] Update documenation section names
This commit updates various section names to make the auto generated
menus and siteContent lists more intuitive.
After this change the top level menu will look as follows:
OpenTitan
- Documentation
- Hardware
- Software
- Utilities
It previously was:
Introduction to OpenTitan
- Documentation Index
- Hardware Dashboard
- OpenTitan Software
- OpenTitan Utilities
Signed-off-by: Miguel Osorio <miguelosorio@google.com>
diff --git a/_index.md b/_index.md
index 80ffd30..0c3d116 100644
--- a/_index.md
+++ b/_index.md
@@ -1,7 +1,9 @@
---
-title: "Introduction to OpenTitan"
+title: "OpenTitan"
---
+## Introduction to OpenTitan
+
[OpenTitan](https://opentitan.org) is an open source silicon Root of Trust (RoT) project.
OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers.
OpenTitan is administered by lowRISC CIC as a collaborative [project]({{< relref "doc/project" >}}) to produce high quality, open IP for instantiation as a full-featured product.
diff --git a/doc/_index.md b/doc/_index.md
index 277ea46..daab8da 100644
--- a/doc/_index.md
+++ b/doc/_index.md
@@ -1,5 +1,5 @@
---
-title: "Documentation Index"
+title: "Documentation"
---
{{% sectionContent %}}
diff --git a/hw/_index.md b/hw/_index.md
index 3bbf1c4..50e983e 100644
--- a/hw/_index.md
+++ b/hw/_index.md
@@ -1,5 +1,5 @@
---
-title: "Hardware Dashboard"
+title: "Hardware"
aliases: [/doc/project/hw_dashboard/]
---
diff --git a/sw/_index.md b/sw/_index.md
index 3ca0886..0fe94da 100644
--- a/sw/_index.md
+++ b/sw/_index.md
@@ -1,5 +1,5 @@
---
-title: "OpenTitan Software"
+title: "Software"
---
This is the landing spot for software documentation within the OpenTitan project.
@@ -53,10 +53,10 @@
All DIFs are also documented on their respective [Hardware IP Specification]({{< relref "hw" >}})
-## Vendored in Code see [Vendor Tool User Guide]({{% relref "doc/ug/vendor_hw.md" %}})
+## Vendored in Code
+
+See [Vendor Tool User Guide]({{% relref "doc/ug/vendor_hw.md" %}})
* [CoreMark](https://github.com/eembc/coremark)
-* [RISC-V Compliance](https://github.com/riscv/riscv-compliance)
-* [GoogleTest](https://github.com/google/googletest)
* [Cryptoc](https://chromium.googlesource.com/chromiumos/third_party/cryptoc/)
* [LLVM's Compiler-RT Coverage Profiling Library](https://github.com/llvm/llvm-project/tree/master/compiler-rt)
diff --git a/sw/device/_index.md b/sw/device/_index.md
index 5d529b2..2f1f208 100644
--- a/sw/device/_index.md
+++ b/sw/device/_index.md
@@ -1,5 +1,5 @@
---
-title: "OpenTitan Device Software"
+title: "Device Software"
---
## Reference Firmware Images
diff --git a/sw/host/_index.md b/sw/host/_index.md
index 336e95e..81bc68d 100644
--- a/sw/host/_index.md
+++ b/sw/host/_index.md
@@ -1,3 +1,3 @@
---
-title: "OpenTitan Host Software"
+title: "Host Software"
---
diff --git a/util/_index.md b/util/_index.md
index 95963b0..8c1ff93 100644
--- a/util/_index.md
+++ b/util/_index.md
@@ -1,5 +1,5 @@
---
-title: "OpenTitan Utilities"
+title: "Utilities"
---
This is the landing spot for utility script documentation within the OpenTitan project.