-
Task
-
Resolution: Done
-
Major
-
Che 7.46
Blocker as it is failing builds on che-docs.
The page https://www.eclipse.org/che/docs/next/administration-guide/checluster-custom-resource-fields-reference/ contains a broken link to https://developers.redhat.com/products/codeready-workspaces/overview.
That URL is not published (yet)
As it belongs to the description of a deprecated field, remove the link entirely, and maybe remove the description that is not relevant.
The fix is to happen in the che source code, not in che-docs.
Quoting Fabrice:
first thing: this doc is generated. The file to change is https://github.com/eclipse-che/che-operator/blob/main/config/crd/bases/org_v1_che_crd.yaml
Second thing: we don't need to change the link for a better one. We need to remove that link. Because the description is misleading. "Deprecated. The value of this flag is ignored." is a sufficient description.
Moreover, the cleanest fix would be probably to ignore in the table all deprecated fields. But it requires hacking the script, we won't have it today.
So maybe:
...
Step 2: Cleanup https://github.com/eclipse-che/che-operator/blob/main/config/crd/bases/org_v1_che_crd.yaml - Remove misleading description in all "Deprecated. The value of this flag is ignored." fields.
Step 2bis: Modify the single-sourcing script to skip all deprecated fields in the output table. (Or does it make sense to keep them?)
- clones
-
RHDEVDOCS-4042 Fix broken link to https://developers.redhat.com/products/openshift-dev-spaces/overview
- Closed
- is related to
-
CRW-2949 remove mention of Dev Spaces from the Che Operator CRD (and re-add it downstream when running sync*.sh)
- Resolved
- links to