mirror of https://github.com/grpc/grpc.io.git
				
				
				
			Kotlin pages: drop /JVM qualifier (#712)
This commit is contained in:
		
							parent
							
								
									a27c7c9e0c
								
							
						
					
					
						commit
						d18bd016de
					
				| 
						 | 
					@ -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
 | 
					[Cloud Run][], see the Google Cloud blog, [Kotlin, meet gRPC: a new open-source
 | 
				
			||||||
project for modern apps][blog].
 | 
					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/)
 | 
					- [Quick start](/docs/languages/kotlin/quickstart/)
 | 
				
			||||||
- [Basics tutorial](/docs/languages/kotlin/basics/)
 | 
					- [Basics tutorial](/docs/languages/kotlin/basics/)
 | 
				
			||||||
| 
						 | 
					@ -34,4 +34,4 @@ For more information, see the following [Kotlin/JVM pages][]:
 | 
				
			||||||
[Cloud Run]: https://cloud.run
 | 
					[Cloud Run]: https://cloud.run
 | 
				
			||||||
[gRPC Kotlin]: https://github.com/grpc/grpc-kotlin
 | 
					[gRPC Kotlin]: https://github.com/grpc/grpc-kotlin
 | 
				
			||||||
[Kotlin]: https://kotlinlang.org
 | 
					[Kotlin]: https://kotlinlang.org
 | 
				
			||||||
[Kotlin/JVM pages]: /docs/languages/kotlin/
 | 
					[Kotlin pages]: /docs/languages/kotlin/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,6 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
title: Kotlin/JVM
 | 
					title: Kotlin
 | 
				
			||||||
prog_lang_home: true
 | 
					prog_lang_home: true
 | 
				
			||||||
language: Kotlin
 | 
					 | 
				
			||||||
api_path: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
 | 
					api_path: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
 | 
				
			||||||
content:
 | 
					content:
 | 
				
			||||||
  - learn_more:
 | 
					  - learn_more:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
title: Basics tutorial
 | 
					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
 | 
					spelling: cSpell:ignore grpckt Mendham millis println
 | 
				
			||||||
weight: 50
 | 
					weight: 50
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@ content:
 | 
				
			||||||
  - reference:
 | 
					  - reference:
 | 
				
			||||||
    - "[API](api/)"
 | 
					    - "[API](api/)"
 | 
				
			||||||
  - other:
 | 
					  - other:
 | 
				
			||||||
    - "[Kotlin/JVM](/docs/languages/kotlin/)"
 | 
					    - "[Kotlin](/docs/languages/kotlin/)"
 | 
				
			||||||
    - $src_repo_link
 | 
					    - $src_repo_link
 | 
				
			||||||
    - "[Download](https://search.maven.org/search?q=g:io.grpc%20AND%20grpc-kotlin)"
 | 
					    - "[Download](https://search.maven.org/search?q=g:io.grpc%20AND%20grpc-kotlin)"
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,7 +19,7 @@
 | 
				
			||||||
- language: Java
 | 
					- language: Java
 | 
				
			||||||
  os: [Windows, Linux, Mac]
 | 
					  os: [Windows, Linux, Mac]
 | 
				
			||||||
  compilers: [JDK 8 recommended (Jelly Bean+ for Android)]
 | 
					  compilers: [JDK 8 recommended (Jelly Bean+ for Android)]
 | 
				
			||||||
- language: Kotlin/JVM
 | 
					- language: Kotlin
 | 
				
			||||||
  os: [Windows, Linux, Mac]
 | 
					  os: [Windows, Linux, Mac]
 | 
				
			||||||
  compilers: [Kotlin 1.3+]
 | 
					  compilers: [Kotlin 1.3+]
 | 
				
			||||||
- language: Node.js
 | 
					- language: Node.js
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue