diff --git a/content/en/docs/guides/auth.md b/content/en/docs/guides/auth.md index 7ba521a..885f8e2 100644 --- a/content/en/docs/guides/auth.md +++ b/content/en/docs/guides/auth.md @@ -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. --- diff --git a/content/en/docs/languages/cpp/alts.md b/content/en/docs/languages/cpp/alts.md index bb6cdd6..5a80cab 100644 --- a/content/en/docs/languages/cpp/alts.md +++ b/content/en/docs/languages/cpp/alts.md @@ -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 diff --git a/content/en/docs/languages/go/alts.md b/content/en/docs/languages/go/alts.md index 0ca8cbe..e12dc50 100644 --- a/content/en/docs/languages/go/alts.md +++ b/content/en/docs/languages/go/alts.md @@ -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 diff --git a/content/en/docs/languages/java/alts.md b/content/en/docs/languages/java/alts.md index 21d3ada..fade67b 100644 --- a/content/en/docs/languages/java/alts.md +++ b/content/en/docs/languages/java/alts.md @@ -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 diff --git a/content/en/docs/languages/python/alts.md b/content/en/docs/languages/python/alts.md index 6c0aedc..5955175 100644 --- a/content/en/docs/languages/python/alts.md +++ b/content/en/docs/languages/python/alts.md @@ -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