C++ language-home: use new layout, link to examples and docs (#507)

Contributes to #481, #345, #506
This commit is contained in:
Patrice Chalin 2020-11-11 17:39:39 -05:00 committed by GitHub
parent 59a278d69c
commit fc77facf2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,14 @@
---
title: C++
layout: prog_lang_home
src_repo: https://github.com/grpc/grpc
content:
- learn_more:
- "[Async-API tutorial](async/)"
- "[Additional docs]($src_repo_url/tree/master/doc)"
- "[Examples]($src_repo_url/tree/master/examples/cpp)"
- reference:
- "[API](api/)"
- other:
- "[grpc repo]($src_repo_url)"
---
These language-specific pages are available:
- [Quick start](quickstart/)
- [Basics tutorial](basics/)
- [Asynchronous-API tutorial](async/)
- [API reference](api)