Uh oh!
There was an error while loading. Please reload this page.
📖 Improve formatting on the docs website - #1446
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| ** Disable CRD Upgrade Safety Check:** | ||
| **Command Example:** | ||
| **Patch the ClusterExtension Resource:** | ||
| If you prefer using the command line, you can use `kubectl` to modify the upgrade CRD safety check configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #1446 +/- ##
=======================================
Coverage 74.91% 74.91% =======================================
Files 42 42 Lines 3241 3241 =======================================
Hits 2428 2428 Misses 642 642 Partials 171 171
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| > [!NOTE] | ||
| > Currently, OLM 1.0 does not support automatic upgrades to the next major version. You must manually verify and perform major version upgrades. For more information about major version upgrades, see [Manually verified upgrades and downgrades](#manually-verified-upgrades-and-downgrades). | ||
| !!! note | ||
| Currently, OLM 1.0 does not support automatic upgrades to the next major version. You must manually verify and perform major version upgrades. For more information about major version upgrades, see [Manually verified upgrades and downgrades](#manually-verified-upgrades-and-downgrades). |
There was a problem hiding this comment.
!!! note This renders well in our mkdocs website, but not on GitHub. [!NOTE] renders well on GitHub, but not in mkdocs.
Same applies to other admonitions.
We are changing these admonitions in docs dir because these are docs which will be rendered on the website. Leaving everything outside of docs dir as is - these will likely be viewed via GitHub UI.
| kind create cluster operator-controller | ||
| ``` | ||
| ```sh | ||
| kind create cluster operator-controller |
There was a problem hiding this comment.
It was rendering fine in GH UI. However this doc is also used in the website. This formatting works fine in both GH and on the website.
Uh oh!
There was an error while loading. Please reload this page.
77c1ae7 to
859f2baCompare
camilamacedo86
left a comment
There was a problem hiding this comment.
Assuming that you finished (since I cannot see in the title WIP)
Hi @m1kola
The emoji here is 📖 not 🌱
🌱 is only for things that does not bring impacted to the end users at all (i.e changes in the e2e tests)
So could you please fix the emoji?
Otherwise,
I gave a look on this one with the preview and all shows fine 🥇
Great work !!! Well done
/lgtm
m1kola
commented
Nov 12, 2024
Forgot we have a separate emoji for docs. Updated. |
trgeiger
left a comment
There was a problem hiding this comment.
Requesting a few small changes
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
859f2ba to
9f7db18Comparem1kola
commented
Nov 12, 2024
@trgeiger lovely stuff! Please take a look at the latest push: it addresses your feedback + I noticed a broken list under "Putting it all together" in |
@trgeiger: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
trgeiger
commented
Nov 12, 2024
/lgtm |
michaelryanpeter
commented
Nov 12, 2024
/lgtm |
@michaelryanpeter: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
camilamacedo86
commented
Nov 13, 2024
/lgtm |
9f7db18 to
118b870Comparem1kola
commented
Nov 13, 2024
Had to rebase due to #1228 |
m1kola
commented
Nov 13, 2024
Blocked by #1451. Will require another rebase once it merges. |
Fixes a number of formatting/rendering issues. Mostly around lists, admonitions (notes, warnings, etc) and collapsible text. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
118b870 to
c916dc7CompareNew changes are detected. LGTM label has been removed. |
m1kola
commented
Nov 13, 2024
Rebased on top of #1451 so it can pass |


Description
Fixes a number of formatting/rendering issues. Mostly around lists, admonitions (notes, warnings, etc) and collapsible text.
Tip
Recommend reviewing the changes with

git diff --ignore-all-space(-w) option. GitHub UI also has this option.Tip
We also have docs deployment preview. See the comment from netlify bot below.
Reviewer Checklist