Commit Graph

7 Commits

Author SHA1 Message Date
Patrice Chalin 8afa0eb13f
Config of gRPC pkg versions: make it easier/more uniform to introduce new languages (#499)
* grpc_release_tag -> grpc_vers.core
* grpc_java_release_tag -> grpc_vers.java
* Updated config params
2020-11-05 18:27:52 -05:00
Patrice Chalin b894fffd91
Cross-link Java and Android-Java pages (#497)
Contributes to #481. Related: #496.
2020-11-05 09:51:34 -05:00
Patrice Chalin 45bd9a81f3
Cross-link Kotlin/JVM and Kotlin-for-Android pages (#496) 2020-11-04 08:57:25 -05:00
Patrice Chalin 3193fcf2c0
Android pages: adjust titles and fix left-nav (#490)
Followup to #489, #473, contributing to #472.
2020-11-03 10:20:03 -05:00
Patrice Chalin 948bef55e5
Kotlin Android Quick start page (#471)
Closes #468
2020-11-03 09:01:28 -05:00
Patrice Chalin 281e5ceffb
Move Android Java pages to platforms/android/java (#489)
Followup to #473, which made minimal changes -- it _only_ relocated the Android and Web pages without changing them. This PR moves the Android pages (which are Java specific) to a sublevel, like this:

- /docs/
  - platforms/
    - android/
      - **java/{quick-start, basics,...}**
      - kotlin/quick-start
      - dart or flutter ...
    - web/{quick-start, basics, ...}

Context: https://github.com/grpc/grpc.io/pull/473#issuecomment-714048028
2020-11-03 08:43:43 -05:00
Patrice Chalin bb85a41f22
Create docs/platforms, relocate android & web pages (#473)
Closes #472
2020-11-02 15:16:56 -05:00