-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DocC catalog and README #3
Conversation
Motivation: We should have a README to explain what the package is and should point to docs we publish to the Swift Package Index. Modifications: - Add a README - Add a .spi.yml - Add a DocC catalog Result: More docs
- ``ProtobufSerializer`` | ||
- ``ProtobufDeserializer`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want some more detail here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`grpc-swift` documentation on the [Swift Package | ||
Index](https://swiftpackageindex.com/grpc/grpc-swift/documentation). | ||
|
||
## Topics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want this empty section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes: if you don't have a ## Topic
, DocC will insert it for you at the end of the doc.
Co-authored-by: Gus Cairo <[email protected]>
Motivation:
We should have a README to explain what the package is and should point to docs we publish to the Swift Package Index.
Modifications:
Result:
More docs