Kotlin pages: drop /JVM qualifier (#712)

This commit is contained in:
Patrice Chalin 2021-03-09 16:50:58 -05:00 committed by GitHub
parent a27c7c9e0c
commit d18bd016de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 7 deletions

View File

@ -24,7 +24,7 @@ For the full announcement, including how to deploy gRPC Kotlin services on
[Cloud Run][], see the Google Cloud blog, [Kotlin, meet gRPC: a new open-source
project for modern apps][blog].
For more information, see the following [Kotlin/JVM pages][]:
For more information, see the following [Kotlin pages][]:
- [Quick start](/docs/languages/kotlin/quickstart/)
- [Basics tutorial](/docs/languages/kotlin/basics/)
@ -34,4 +34,4 @@ For more information, see the following [Kotlin/JVM pages][]:
[Cloud Run]: https://cloud.run
[gRPC Kotlin]: https://github.com/grpc/grpc-kotlin
[Kotlin]: https://kotlinlang.org
[Kotlin/JVM pages]: /docs/languages/kotlin/
[Kotlin pages]: /docs/languages/kotlin/

View File

@ -1,7 +1,6 @@
---
title: Kotlin/JVM
title: Kotlin
prog_lang_home: true
language: Kotlin
api_path: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
content:
- learn_more:

View File

@ -1,6 +1,6 @@
---
title: Basics tutorial
description: A basic tutorial introduction to gRPC in Kotlin/JVM.
description: A basic tutorial introduction to gRPC in Kotlin.
spelling: cSpell:ignore grpckt Mendham millis println
weight: 50
---

View File

@ -10,7 +10,7 @@ content:
- reference:
- "[API](api/)"
- other:
- "[Kotlin/JVM](/docs/languages/kotlin/)"
- "[Kotlin](/docs/languages/kotlin/)"
- $src_repo_link
- "[Download](https://search.maven.org/search?q=g:io.grpc%20AND%20grpc-kotlin)"
---

View File

@ -19,7 +19,7 @@
- language: Java
os: [Windows, Linux, Mac]
compilers: [JDK 8 recommended (Jelly Bean+ for Android)]
- language: Kotlin/JVM
- language: Kotlin
os: [Windows, Linux, Mac]
compilers: [Kotlin 1.3+]
- language: Node.js