mirror of https://github.com/grpc/grpc.io.git
Cross-link Kotlin/JVM and Kotlin-for-Android pages (#496)
This commit is contained in:
parent
8dfba18191
commit
45bd9a81f3
|
|
@ -5,12 +5,11 @@ 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:
|
||||||
- >
|
- "[Examples]($src_repo_url/tree/master/examples)"
|
||||||
[Examples]($src_repo_url/tree/master/examples),
|
|
||||||
including for Android
|
|
||||||
- reference:
|
- reference:
|
||||||
- "[API](api/)"
|
- "[API](api/)"
|
||||||
- other:
|
- other:
|
||||||
|
- "[Kotlin for Android](/docs/platforms/android/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)"
|
||||||
spelling: cSpell:ignore Ferrer youtube
|
spelling: cSpell:ignore Ferrer youtube
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,16 @@
|
||||||
---
|
---
|
||||||
title: Kotlin for Android
|
title: Kotlin for Android
|
||||||
short: Kotlin
|
language: &lang Kotlin
|
||||||
|
short: *lang
|
||||||
|
layout: prog_lang_home
|
||||||
api_path: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
|
api_path: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
|
||||||
|
content:
|
||||||
|
- learn_more:
|
||||||
|
- "[Example]($src_repo_url/tree/master/examples/android)"
|
||||||
|
- reference:
|
||||||
|
- "[API](api/)"
|
||||||
|
- other:
|
||||||
|
- "[Kotlin/JVM](/docs/languages/kotlin/)"
|
||||||
|
- $src_repo_link
|
||||||
|
- "[Download](https://search.maven.org/search?q=g:io.grpc%20AND%20grpc-kotlin)"
|
||||||
---
|
---
|
||||||
|
|
||||||
These language-specific pages are available:
|
|
||||||
|
|
||||||
- [Quick start](quickstart/)
|
|
||||||
- [API reference](api/)
|
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,13 @@
|
||||||
<a class="" href="quickstart/">Quick start</a>
|
<a class="" href="quickstart/">Quick start</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Run your first {{ $Lang }} gRPC app in minutes!
|
Run your first {{ replace $Lang " " "-" }} gRPC app in minutes!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ if .GetPage "basics" -}}
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
|
|
@ -36,11 +37,12 @@
|
||||||
<a class="" href="basics/">Basics tutorial</a>
|
<a class="" href="basics/">Basics tutorial</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Learn about {{ $Lang }} gRPC basics.
|
Learn about {{ replace $Lang " " "-" }} gRPC basics.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{ end -}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue