-
Notifications
You must be signed in to change notification settings - Fork 568
Description
Bug Report
What did you do?
I've used documentation linked in the overview section of the README.md file.
This project is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the introduction blog post and learn about practical use cases at OLM-Book.
OLM-Book leads to an archived repository which contains out-of-date information. Particular example could be Subscriptions section which uses approval parameter which was deprecated in favor of installPlanApproval.
What did you expect to see?
I expected an updated and working documentation e.g. https://olm.operatorframework.io/docs/.
What did you see instead? Under which circumstances?
I saw example code that didn't work.
Possible Solution
Preferably all of them:
- Link to https://olm.operatorframework.io/docs/ instead of olm-book
- Convert Advanced Use Cases or other sections if not present in the new documentation
- Unarchive the deprecated repository and merge Deprecate olm-book repo olm-book#44. This will finally prevent people coming from old link and google (which still links to
olm-book!) from coming to the deprecated repository.