Remove gRPCs from toc (#24641)

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/24643/head
James Newton-King 2022-01-18 07:12:04 +13:00 committed by GitHub
parent 12b932e203
commit 510a9ab6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -744,19 +744,19 @@ items:
items:
- name: Overview
uid: grpc/basics
- name: Create gRPC services
- name: Create services
uid: grpc/services
- name: Create Protobuf messages
uid: grpc/protobuf
- name: Versioning gRPC services
- name: Version services
uid: grpc/versioning
- name: Test gRPC services
- name: Test services
uid: grpc/test-services
- name: Call gRPC services with C#
items:
- name: Overview
uid: grpc/client
- name: gRPC client factory integration
- name: Client factory integration
uid: grpc/clientfactory
- name: Deadlines and cancellation
uid: grpc/deadlines-cancellation
@ -766,7 +766,7 @@ items:
uid: grpc/loadbalancing
- name: .NET Standard 2.0 support
uid: grpc/netstandard
- name: Mock gRPC client in tests
- name: Mock client in tests
uid: grpc/test-client
- name: gRPC services with ASP.NET Core
uid: grpc/aspnetcore
@ -788,11 +788,11 @@ items:
uid: grpc/interprocess
- name: Create JSON Web APIs from gRPC
uid: grpc/httpapi
- name: Code-first gRPC services and clients
- name: Code-first services and clients
uid: grpc/code-first
- name: Manage Protobuf references with dotnet-grpc
uid: grpc/dotnet-grpc
- name: Test gRPC services with gRPCurl
- name: Test services with gRPCurl
uid: grpc/test-tools
- name: Migrate gRPC services from C-core
uid: grpc/migration