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:
parent
a42e3708aa
commit
dd151b3f50
@ -32,3 +32,5 @@ related:
|
|||||||
weight: 50
|
weight: 50
|
||||||
threshold: 0
|
threshold: 0
|
||||||
toLower: true
|
toLower: true
|
||||||
|
|
||||||
|
enableGitInfo: true
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Getting Started with Pinniped
|
||||||
cascade:
|
cascade:
|
||||||
layout: docs
|
layout: docs
|
||||||
menu:
|
menu:
|
||||||
@ -7,8 +8,6 @@ menu:
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Getting started with Pinniped
|
|
||||||
|
|
||||||
Pinniped is an authentication service for Kubernetes clusters.
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Pinniped Background
|
||||||
cascade:
|
cascade:
|
||||||
layout: docs
|
layout: docs
|
||||||
menu:
|
menu:
|
||||||
@ -8,6 +9,4 @@ menu:
|
|||||||
weight: 110
|
weight: 110
|
||||||
---
|
---
|
||||||
|
|
||||||
# Pinniped background
|
|
||||||
|
|
||||||
{{< docsmenu "background" >}}
|
{{< docsmenu "background" >}}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Pinniped Reference
|
||||||
cascade:
|
cascade:
|
||||||
layout: docs
|
layout: docs
|
||||||
menu:
|
menu:
|
||||||
@ -8,6 +9,4 @@ menu:
|
|||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
# Pinniped reference
|
|
||||||
|
|
||||||
{{< docsmenu "reference" >}}
|
{{< docsmenu "reference" >}}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Pinniped Tutorials
|
||||||
cascade:
|
cascade:
|
||||||
layout: docs
|
layout: docs
|
||||||
menu:
|
menu:
|
||||||
@ -8,8 +9,6 @@ menu:
|
|||||||
weight: 40
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
# Pinniped tutorials
|
|
||||||
|
|
||||||
These tutorials demonstrate how to use the Pinniped command-line tool, Concierge, and Supervisor:
|
These tutorials demonstrate how to use the Pinniped command-line tool, Concierge, and Supervisor:
|
||||||
|
|
||||||
{{< docsmenu "tutorials" >}}
|
{{< docsmenu "tutorials" >}}
|
||||||
|
Loading…
Reference in New Issue
Block a user