Fix missing titles on website docs.

Also fixes our sitemap to have correct `lastmod` times when built locally (it was already correct on Netlify).

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-03-01 11:31:27 -06:00
parent a42e3708aa
commit dd151b3f50
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
5 changed files with 7 additions and 9 deletions

View File

@ -32,3 +32,5 @@ related:
weight: 50
threshold: 0
toLower: true
enableGitInfo: true

View File

@ -1,4 +1,5 @@
---
title: Getting Started with Pinniped
cascade:
layout: docs
menu:
@ -7,8 +8,6 @@ menu:
weight: 1
---
# Getting started with Pinniped
Pinniped is an authentication service for Kubernetes clusters.
As a Kubernetes cluster administrator or user, you can learn how Pinniped works, see how to use it on your clusters, and dive into internals of Pinniped's APIs and architecture.

View File

@ -1,4 +1,5 @@
---
title: Pinniped Background
cascade:
layout: docs
menu:
@ -8,6 +9,4 @@ menu:
weight: 110
---
# Pinniped background
{{< docsmenu "background" >}}

View File

@ -1,4 +1,5 @@
---
title: Pinniped Reference
cascade:
layout: docs
menu:
@ -8,6 +9,4 @@ menu:
weight: 100
---
# Pinniped reference
{{< docsmenu "reference" >}}

View File

@ -1,4 +1,5 @@
---
title: Pinniped Tutorials
cascade:
layout: docs
menu:
@ -8,8 +9,6 @@ menu:
weight: 40
---
# Pinniped tutorials
These tutorials demonstrate how to use the Pinniped command-line tool, Concierge, and Supervisor:
{{< docsmenu "tutorials" >}}