Trim trailing whitespace from descriptions (#822)

This commit is contained in:
Patrice Chalin 2021-08-11 07:00:27 -04:00 committed by GitHub
parent 78a4d993c1
commit 88d84d6536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
title: Authentication
description: >
description: >-
An overview of gRPC authentication, including built-in auth mechanisms, and
how to plug in your own authentication systems.
---

View File

@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in C++ using Application Layer Transport
Security (ALTS).
weight: 75

View File

@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in Go using Application Layer Transport
Security (ALTS).
weight: 75

View File

@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in Java using Application Layer Transport
Security (ALTS).
weight: 75

View File

@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in Python using Application Layer Transport
Security (ALTS).
weight: 75