[doc] remove redundant index.md
diff --git a/util/_index.md b/util/_index.md
index 4b5e386..a42b1f5 100644
--- a/util/_index.md
+++ b/util/_index.md
@@ -1,12 +1,18 @@
-# Tools
+---
+title: "OpenTitan Utilities"
+---
-These are predominantly Readme's with details about the tooling scripts. Make sure to also check the corresponding [Reference Manuals]({{< relref "doc/rm" >}}).
+This is the landing spot for utility script documentation within the OpenTitan project.
+Primarily these are README files about tooling scripts used to generate technical content.
+More description and information can be found within the [Reference Manual]({{< relref "doc/rm" >}}) and [User Guide]({{< relref "doc/ug" >}}) areas.
-* [container]({{< relref "./container/README.md" >}})
-* [fpga]({{< relref "./fpga/README.md" >}})
-* [reggen]({{< relref "./reggen/README.md" >}})
-* [simplespi]({{< relref "./simplespi/README.md" >}})
-* [testplanner]({{< relref "./testplanner/README.md" >}})
-* [tlgen]({{< relref "./tlgen/README.md" >}})
-* [uvmdvgen]({{< relref "./uvmdvgen/README.md" >}})
-* [wavegen]({{< relref "./wavegen/README.md" >}})
+## Utility READMEs
+
+* Docker Container [README]({{< relref "util/container/README.md" >}})
+* FPGA splice utility [README]({{< relref "util/fpga/README.md" >}})
+* `reggen.py` register generator tool [README]({{< relref "util/reggen/README.md" >}})
+* `spitest.py` script for interacting with SPI device code [README]({{< relref "util/simplespi/README.md" >}})
+* `testplanner.py` utility for generating verification testplans from Hjson descriptors [README]({{< relref "util/testplanner/README.md" >}})
+* `tlgen.py` utility for TileLink bus matrix [README]({{< relref "util/tlgen/README.md" >}})
+* `uvmdvgen.py` utility for generating testbenches for comportable IP [README]({{< relref "util/uvmdvgen/README.md" >}})
+* `wavegen.py` utility for creating technical waveforms in documentation [README]({{< relref "util/wavegen/README.md" >}})
diff --git a/util/index.md b/util/index.md
deleted file mode 100644
index d60477b..0000000
--- a/util/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Tools
-
-This is the landing spot for utility scripts within the OpenTitan project.
-Primarily these are README files about tooling scripts used to generate technical content.
-More description and information can be found within the [Reference Manual]({{< relref "doc/rm" >}}) and [User Guide]({{< relref "doc/ug" >}}) areas.
-
-## Utility READMEs
-
-* Docker Container [README]({{< relref "util/container/README.md" >}})
-* FPGA splice utility [README]({{< relref "util/fpga/README.md" >}})
-* `reggen.py` register generator tool [README]({{< relref "util/reggen/README.md" >}})
-* `spitest.py` script for interacting with SPI device code [README]({{< relref "util/simplespi/README.md" >}})
-* `testplanner.py` utility for generating verification testplans from Hjson descriptors [README]({{< relref "util/testplanner/README.md" >}})
-* `tlgen.py` utility for TileLink bus matrix [README]({{< relref "util/tlgen/README.md" >}})
-* `uvmdvgen.py` utility for generating testbenches for comportable IP [README]({{< relref "util/uvmdvgen/README.md" >}})
-* `wavegen.py` utility for creating technical waveforms in documentation [README]({{< relref "util/wavegen/README.md" >}})