Merge pull request #467 from mattmoyer/fix-docs-title
Fix missing titles on website docs.
This commit is contained in:
commit
e8365d2c57
@ -31,4 +31,6 @@ related:
|
|||||||
- name: date
|
- name: date
|
||||||
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