-
Notifications
You must be signed in to change notification settings - Fork 183
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
[Release Planner] Links to language generation tutorials #9223
Comments
The reason we did that is so we don't have duplication in both places. and to keep it in sync. I can see though, how it is more hoops for the users. Would you still suggest for us to follow the link directly strategy for those 3 areas? |
I think so. |
@praveenkuttappan any objections to this plan? |
I think it's fine to do it but we need to add information about "Before we begin" to be listed in release planner.
|
Ohhh interesting. Reading that section, it looks like it should belong in as part of the prerequisites checks instead of generation SDK task itself. |
Done for code generation, tests, and samples. I am using the same links as the ones provided in Eng Hub |
Current Situation
In the Release Planner's Data Plane SDK readiness app, the Generate SDKs page has a step to "Generate the SDK for " step.
This step has a link to the instructions for how to generate the library in that language.
However, this link doesn't go right to the instructions. It goes to the Eng Hub page on Develop client libraries (SDK). Then on this page you need to click the link for the languages instructions on generating libraries:
Problem
It is easy for users of the Release Planner to get lost when going between the release planner links and Eng Hub links.
Proposed solution
The release planner links directly to the language's instruction on generating libraries, rather than stopping through the Eng Hub docs.
The text was updated successfully, but these errors were encountered: