You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Grouping DocC docs by their area makes it easier to find things.
Modifications:
- Group docs in the index page
- Update various docs
Result:
Better docs
Copy file name to clipboardExpand all lines: Sources/GRPCCore/Configuration/ServiceConfig.swift
+6-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,12 @@
16
16
17
17
/// Service configuration values.
18
18
///
19
-
/// See also: https://github.com/grpc/grpc-proto/blob/0b30c8c05277ab78ec72e77c9cbf66a26684673d/grpc/service_config/service_config.proto
19
+
/// A service config mostly contains parameters describing how clients connecting to a service
20
+
/// should behave (for example, the load balancing policy to use).
21
+
///
22
+
/// The schema is described by [`grpc/service_config/service_config.proto`](https://github.com/grpc/grpc-proto/blob/0b30c8c05277ab78ec72e77c9cbf66a26684673d/grpc/service_config/service_config.proto)
23
+
/// in the `grpc/grpc-proto` GitHub repository although gRPC uses it in its JSON form rather than
0 commit comments