Update installation instructions for easier navigation on icinga.com #9230
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.
Slightly different procedure as usual because I missed that #9217 was based on
support/2.13
instead ofmaster
during the internal review, so we're doing this now the other way around this time to get things into a consistent state again.This PR is the result of
git cherry-pick 659dfc0c528077eda2e0a9400c6f8a710a92c593
with manual conflict resolution indoc/02-installation.md
(basically manually applying the changes that happened in that file in the meantime):git diff v2.13.0..master doc/02-installation.md
:git diff support/2.13..feature/installation-instructions doc/02-installation.md
:The capitalization change in
powertools
was already done somewhere else onsupport/2.13
, so that change was already included.fixes #9218
forward-port of #9217