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
|
||||
weight: 50
|
||||
threshold: 0
|
||||
toLower: true
|
||||
toLower: true
|
||||
|
||||
enableGitInfo: true
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Pinniped Background
|
||||
cascade:
|
||||
layout: docs
|
||||
menu:
|
||||
@ -8,6 +9,4 @@ menu:
|
||||
weight: 110
|
||||
---
|
||||
|
||||
# Pinniped background
|
||||
|
||||
{{< docsmenu "background" >}}
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Pinniped Reference
|
||||
cascade:
|
||||
layout: docs
|
||||
menu:
|
||||
@ -8,6 +9,4 @@ menu:
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# Pinniped reference
|
||||
|
||||
{{< docsmenu "reference" >}}
|
||||
|
@ -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" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user