-
Notifications
You must be signed in to change notification settings - Fork 62
📖 Update "Adding a catalog of extensions" #694
New issue
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
📖 Update "Adding a catalog of extensions" #694
Conversation
4083df4
to
4bd6235
Compare
operator-framework#693 - Add prerequisites - Format content as a procedure with steps - Add PollInterval field Signed-off-by: Michael Ryan Peter <[email protected]>
4bd6235
to
f495394
Compare
- Edit `mkdocs.yml` - Add support for definition lists - Syntax highlighting
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #694 +/- ##
=======================================
Coverage 64.01% 64.01%
=======================================
Files 22 22
Lines 1370 1370
=======================================
Hits 877 877
Misses 442 442
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- `requirements.txt` - `runtime.txt` - `netlify.toml` Reference: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-netlify/#site-setup
ca98c83
to
95c4712
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
2. Apply the catalog CR: | ||
|
||
``` terminal | ||
$ kubectl apply -f <catalog_cr>.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be kubectl apply -f catalog_cr.yaml
?
#693
Rendered preview: https://deploy-preview-694--olmv1.netlify.app/tasks/adding-a-catalog/
mkdocs.yml
for style/formatting of codeblocksDescription
Updating the docs in anticipation of KubeCon
Reviewer Checklist