We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing TAP from the docs, the user will experience failures because the wrong version is called out in the code snippets.
Go to https://github.com/pivotal/docs-tap/tree/1-2/tap-gui to update the docs.
An example where the wrong value is used in step 3. https://docs.vmware.com/en/VMware-Tanzu-Application-Platform/1.2/tap/GUID-scc-install-ootb-delivery-basic.html The version listed is --version 0.7.0 The version should be --version 0.8.0-build.4 (check all OOTB pages for the same problem)
The value is wrong in Install step 2 here. https://docs.vmware.com/en/VMware-Tanzu-Application-Platform/1.2/tap/GUID-scc-install-scc.html The version listed is --version 0.4.0 The version should be --version 0.4.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description:
When installing TAP from the docs, the user will experience failures because the wrong version is called out in the code snippets.
Steps to reproduce:
Go to https://github.com/pivotal/docs-tap/tree/1-2/tap-gui to update the docs.
An example where the wrong value is used in step 3.
https://docs.vmware.com/en/VMware-Tanzu-Application-Platform/1.2/tap/GUID-scc-install-ootb-delivery-basic.html
The version listed is --version 0.7.0
The version should be --version 0.8.0-build.4
(check all OOTB pages for the same problem)
The value is wrong in Install step 2 here.
https://docs.vmware.com/en/VMware-Tanzu-Application-Platform/1.2/tap/GUID-scc-install-scc.html
The version listed is --version 0.4.0
The version should be --version 0.4.2
The text was updated successfully, but these errors were encountered: