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

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

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

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

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

content/en/docs/languages/dart/api.md

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

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

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

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

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/java/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
spelling: cSpell:ignore buildscript classpath grpcexample motd srcs xolstice
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/node/api.md

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/php/api.md

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/python/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 Python 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/python/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: 80
55
spelling: cSpell:ignore docstrings
66
---

content/en/docs/languages/ruby/api.md

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/platforms/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Supported platforms
33
description: gRPC is supported across different software and hardware platforms.
4-
short_title: Platforms
4+
linkTitle: Platforms
55
weight: 2
66
nav_children: section
77
simple_list: true

content/en/docs/platforms/android/java/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Android Java
33
layout: prog_lang_home
44
language: &lang Java
5-
short_title: *lang
5+
linkTitle: *lang
66
spelling: cSpell:ignore javadoc
77
api_path: grpc-java/javadoc
88
content:

content/en/docs/platforms/android/java/api.md

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
path: grpc-java/javadoc
55
weight: 90
66
# Note: this is a placeholder page. The URL to this page redirects elsewhere.

content/en/docs/platforms/android/kotlin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kotlin for Android
33
layout: prog_lang_home
44
language: &lang Kotlin
5-
short_title: *lang
5+
linkTitle: *lang
66
api_path: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
77
content:
88
- learn_more:
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/protoc-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Protocol Buffer Compiler Installation
3-
short_title: Protoc Installation
3+
linkTitle: Protoc Installation
44
description: How to install the protocol buffer compiler.
55
protoc-version: 3.15.8
66
toc_hide: true

content/en/docs/what-is-grpc/core-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Core concepts, architecture and lifecycle
3-
short_title: Core concepts
3+
linkTitle: Core concepts
44
description: >-
55
An introduction to key gRPC concepts, with an overview of gRPC architecture
66
and RPC life cycle.

content/en/docs/what-is-grpc/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction to gRPC
3-
short_title: Introduction
3+
linkTitle: Introduction
44
description: An introduction to gRPC and protocol buffers.
55
weight: 10
66
spelling: cSpell:ignore ponycopter

0 commit comments

Comments
 (0)