From 8d8921ece5646e7cc7e6c71e0e72d92306a8dbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=B6lfel?= Date: Tue, 12 May 2020 10:32:19 +0200 Subject: [PATCH] [doc] Set title for site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use Hugo front matter title so it can be easily retrieved later. Signed-off-by: Tobias Wölfel --- _index.md | 4 +++- doc/_index.md | 4 +++- doc/rm/_index.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_index.md b/_index.md index ccb5648214f69..164067aee3e74 100644 --- a/_index.md +++ b/_index.md @@ -1,4 +1,6 @@ -# Introduction to OpenTitan +--- +title: "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. diff --git a/doc/_index.md b/doc/_index.md index 6e6be5c600cd5..63b961ba12cba 100644 --- a/doc/_index.md +++ b/doc/_index.md @@ -1,4 +1,6 @@ -# OpenTitan General Documentation +--- +title: "General Documentation" +--- * [Project]({{< relref "doc/project" >}}) * How the OpenTitan project is organized diff --git a/doc/rm/_index.md b/doc/rm/_index.md index 151195f7fdc5f..9c77ec8492c1f 100644 --- a/doc/rm/_index.md +++ b/doc/rm/_index.md @@ -1,4 +1,6 @@ -# Reference Manuals +--- +title: "Reference Manuals" +--- * [Comportability Definition and Specification]({{< relref "comportability_specification" >}}) * [Device Interface Function (DIF) Specification]({{< relref "device_interface_functions" >}})