Merge pull request #467 from mattmoyer/fix-docs-title

Fix missing titles on website docs.
This commit is contained in:
Matt Moyer 2021-03-01 11:35:56 -06:00 committed by GitHub
commit e8365d2c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 9 deletions

View File

@ -31,4 +31,6 @@ related:
- name: date - name: date
weight: 50 weight: 50
threshold: 0 threshold: 0
toLower: true toLower: true
enableGitInfo: true

View File

@ -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.

View File

@ -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" >}}

View File

@ -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" >}}

View File

@ -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" >}}