Skip to content

Commit 78a4d99

Browse files
authored
Replace use of short_title with linkTitle in page front matter (#821)
1 parent 6dab4c8 commit 78a4d99

28 files changed

Lines changed: 28 additions & 28 deletions

File tree

content/en/docs/languages/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Supported languages
3-
short_title: Languages
3+
linkTitle: Languages
44
weight: 2
55
nav_children: section
66
notoc: true

content/en/docs/languages/cpp/alts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ALTS authentication
3-
short_title: ALTS
3+
linkTitle: ALTS
44
description: >
55
An overview of gRPC authentication in C++ using Application Layer Transport
66
Security (ALTS).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: API reference
3-
short_title: API
3+
linkTitle: API
44
weight: 90
55
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
66
---

content/en/docs/languages/cpp/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Asynchronous-API tutorial
3-
short_title: Async-API tutorial
3+
linkTitle: Async-API tutorial
44
weight: 60
55
spelling: cSpell:ignore classgrpc Impl's
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: API reference
3-
short_title: API
3+
linkTitle: API
44
weight: 90
55
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: API reference
3-
short_title: API
3+
linkTitle: API
44
weight: 90
55
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
66
---

content/en/docs/languages/go/alts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ALTS authentication
3-
short_title: ALTS
3+
linkTitle: ALTS
44
description: >
55
An overview of gRPC authentication in Go using Application Layer Transport
66
Security (ALTS).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: API reference
3-
short_title: API
3+
linkTitle: API
44
weight: 90
55
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
66
---

content/en/docs/languages/go/generated-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Generated-code reference
3-
short_title: Generated code
3+
linkTitle: Generated code
44
weight: 95
55
---
66

content/en/docs/languages/java/alts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ALTS authentication
3-
short_title: ALTS
3+
linkTitle: ALTS
44
description: >
55
An overview of gRPC authentication in Java using Application Layer Transport
66
Security (ALTS).

0 commit comments

Comments
 (0)