Skip to content
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

feat: ✨ Add WebSocket html, ascii doc support #855

Merged
merged 2 commits into from
Jul 22, 2024
Merged

feat: ✨ Add WebSocket html, ascii doc support #855

merged 2 commits into from
Jul 22, 2024

Conversation

linwumingshi
Copy link
Collaborator

  • feat: ✨ Add WebSocket html, ascii doc support
  • refactor(grpc): πŸ’„ update GrpcApiDoc and related builders for formatting

- Refactor `GrpcApiDoc` model to extend `AbstractRpcApiDoc` and simplify code.
- Update `GrpcAsciidocBuilder`, `GrpcHtmlBuilder`, and `GrpcMarkdownBuilder` to
  work with the updated `GrpcApiDoc` model.
- Ensure consistent use of `List<GrpcApiDoc>` across builder classes.
- Remove redundant imports and methods in `IRpcDocBuilderTemplate`.- Add new constants and improve existing ones in `DocGlobalConstants`.
- Other minor code cleanup for better readability and maintainability.

BREAKING CHANGE: This commit changes the `GrpcApiDoc` model which may affect
downstream systems that rely on the previous structure of `RpcApiDoc`.
@shalousun shalousun added this to the 3.0.7 milestone Jul 22, 2024
@shalousun shalousun added the enhancement New feature or request label Jul 22, 2024
@shalousun shalousun merged commit 95ea2aa into TongchengOpenSource:master Jul 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants