Docs: updated installation.md with 0.8 version of Konveyor and OLM 0.38 and fixed rendering for tabpane#72
Conversation
…ndering. Signed-off-by: Nasim Miah <44027944+nmiah1@users.noreply.github.com>
📝 WalkthroughWalkthroughThe Konveyor installation documentation was updated to upgrade the OLM (Operator Lifecycle Manager) script version from v0.25.0 to v0.38.0 and restructure tab declarations from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for konveyor-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for glowing-cassata-a7b83f ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
content/docs/Konveyor/installation.md (2)
42-42: Consider hyphenating compound adjective.The phrase "OLM related objects" should use a hyphen: "OLM-related objects" to follow proper grammar conventions for compound adjectives.
📝 Suggested grammar fix
-This step will create the `my-konveyor-operator` namespace, catalogsource and other OLM related objects. +This step will create the `my-konveyor-operator` namespace, catalogsource and other OLM-related objects.Based on static analysis hints from LanguageTool.
39-41: Add language specification to code block.The fenced code block should specify a language for proper syntax highlighting. Since this is a shell command, add
bashorshellas the language identifier.📝 Suggested markdown fix
-``` +```bash [user@user ~]$ kubectl create -f https://operatorhub.io/install/konveyor-0.8/konveyor-operator.yaml</details> Based on static analysis hints from markdownlint-cli2. </blockquote></details> </blockquote></details> <details> <summary>📜 Review details</summary> **Configuration used**: defaults **Review profile**: CHILL **Plan**: Pro <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 43f431499959de92b09f65e3c41f99dd159a71d6 and 713108fbab64f02888384378a544d1baf50dee42. </details> <details> <summary>📒 Files selected for processing (1)</summary> * `content/docs/Konveyor/installation.md` </details> <details> <summary>🧰 Additional context used</summary> <details> <summary>🪛 LanguageTool</summary> <details> <summary>content/docs/Konveyor/installation.md</summary> [grammar] ~42-~42: Use a hyphen to join words. Context: ...` namespace, catalogsource and other OLM related objects. {{% /tab %}} {{% tab he... (QB_NEW_EN_HYPHEN) </details> </details> <details> <summary>🪛 markdownlint-cli2 (0.18.1)</summary> <details> <summary>content/docs/Konveyor/installation.md</summary> 39-39: Fenced code blocks should have a language specified (MD040, fenced-code-language) </details> </details> </details> <details> <summary>🔇 Additional comments (3)</summary><blockquote> <details> <summary>content/docs/Konveyor/installation.md (3)</summary><blockquote> `36-37`: **LGTM! Tab syntax updated correctly.** The tab declarations have been properly updated from `name` to `header` with `text=true` attributes, which is the correct syntax for Hugo/Docsy tabpane rendering. The formatting adjustments and closing markers are also appropriate. Also applies to: 43-44, 53-54, 107-107 --- `40-40`: The konveyor-0.8 installation URL is valid and accessible. Verification confirms the URL returns HTTP 200 with a proper Kubernetes operator manifest. --- `25-25`: **OLM v0.38.0 release verified.** The version v0.38.0 exists, is stable (not a prerelease), and is publicly available for download. The release was published on November 11, 2025, and includes the install.sh script referenced in the documentation. No breaking changes or security advisories are associated with this version upgrade. </blockquote></details> </blockquote></details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.