docs: remove outdated pipectl init section from docs-v0.56.x#6778
docs: remove outdated pipectl init section from docs-v0.56.x#6778A-d-i-t-y wants to merge 1 commit into
Conversation
Signed-off-by: Aditya <aaaditya1909@gmail.com>
|
Hi @Warashi @khanhtc1202 @eeshaanSA @ffjlabo @rahulshendre This PR removes the outdated Would appreciate a review when you get a chance. Happy to make any changes if needed! |
Ayushmore1214
left a comment
There was a problem hiding this comment.
Docs less v1.0.x dont needs to be updated I guess, its not confirmed yet let me ask @rahulshendre what do you think ?
|
Hi @Ayushmore1214, Thank you for the review! Regarding docs-v1.0.x - I checked and the Please let me know what @rahulshendre suggests and I will update |
@Ayushmore1214, docs older than 0.50x don't need to be updated going forward ref-#6729 (review) Also, there may be a few more related changes needed in the v0.56.x docs, so let's discuss the overall approach with the maintainers in the next community meeting before proceeding. |
|
Thank you for the clarification @rahulshendre and @Ayushmore1214! Understood - I will wait for the community meeting discussion before Should I keep this PR open until then, or would you prefer I close |
|
@A-d-i-t-y keep it open as we need to discuss things in it as well, you can make it draft pr if you want to |
|
@rahulshendre @Ayushmore1214 I had already raised the issue and opened a supporting PR for this exact same change in the v1.0.x docs last week: Just wanted to point out that there are now duplicate PRs for the same change while the original PR is still open. It would be great if the existing work could be considered first to avoid duplicate efforts and confusion. |
Ayushmore1214
left a comment
There was a problem hiding this comment.
@A-d-i-t-y plz wait to get issues assigned to yourself first and then go for a PR, discuss your intent in the issue, there is already a PR for this issue #6751 by @vedantlavale so we might have to close this one!!
thanks for the nudge and clarification we are closing this one |
What this PR does
Removes the outdated "Generating an application config" section from
the docs-v0.56.x command-line-tool page. The
pipectl initcommandwas removed in PR #5958 but the documentation was never updated.
Which issue this fixes
Fixes #6777
Changes
initfrom the Available Commands help outputDoes this PR introduce a user-facing change?
Yes — users will no longer see documentation for a command that does
not exist, preventing confusion.
References