[doc][client feature matrix] improve experience for .NET users looking for information on .NET/C# clients#754
Merged
tisonkun merged 2 commits intoapache:mainfrom Dec 18, 2023
jak78:main
Merged
[doc][client feature matrix] improve experience for .NET users looking for information on .NET/C# clients#754tisonkun merged 2 commits intoapache:mainfrom jak78:main
tisonkun merged 2 commits intoapache:mainfrom
jak78:main
Conversation
…between DotPulsar and .NET client
tisonkun
reviewed
Dec 18, 2023
| tableview, | ||
| } from "../data/matrix.js"; | ||
|
|
||
| To get more information on clients, see [Pulsar Client Libraries](/docs/next/client-libraries). |
Member
There was a problem hiding this comment.
Suggested change
| To get more information on clients, see [Pulsar Client Libraries](/docs/next/client-libraries). | |
| To get more information on clients, see [Pulsar Client Libraries](/docs/client-libraries). |
Let's use latest stable version.
Contributor
Author
There was a problem hiding this comment.
I tried that, but it results in a 404 error
Contributor
Author
There was a problem hiding this comment.
Looks like you can remove the next part from the links on the md pages but not on the mdx pages
Member
There was a problem hiding this comment.
it results in a 404 error
The redirect happens in Apache Web Server. So perhaps you need run docker-compose for previewing this manner ..
Line 19 in 80e4090
https://github.com/apache/pulsar-site/blob/main/docker-compose.yaml
Contributor
Author
There was a problem hiding this comment.
Same result using docker compose
Contributor
Author
|
Thank you @tisonkun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to improve the experience for .NET/C# users looking for information on .NET/C# clients. The goal is to help the users choose which client best suits their needs.
Two .NET clients exist: C#/DotPulsar and .NET client. They don't provide the same feature coverage. The PR fixes the client features matrix to display the two clients side by side to highlight this coverage difference.
Additionally, the PR adds a link to the client docs to facilitate the navigation and help the user compare the two clients in details.
Finally, the PR makes the doc use the same names for the clients in both the feature matrix and the client libraries page to improve clarity.
Preview:
docdoc-requireddoc-not-neededdoc-complete