Remove references to webapp in the docs #64540
Open
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.
What
This PR updates documentation to reflect the removal of the airbyte-webapp component. It appeared in a few random places throughout the docs.
A guide already exists to explain ingress updates as a result of work done for 1.7, so there was little left to do here.
How
Searched for instances of
webapp
,server
, and related environment variables to see how they were discussed.Removed or updated these instances, as required. There are places where I've not changed anything because it didn't make sense to do so.
For example, the chart v2 migration guide already explains to use global.airbyteUrl in your values file, so it was necessary to keep the original WEBAPP_URL variable in the text so they knew what not to do.
Updated some various terminal outputs to update older version numbers to 1.8.0. Not specifically related to this, but good to do from time to time.
Review guide
There is no particular reading order. Most changes were just a line or two in sundry files throughout the docs site.
User Impact
Minimal.
Can this PR be safely reverted and rolled back?