You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (docs) fix broken catalod api reference link
The make target `crd-ref-docs` generates the api reference doc
operator-controller-api-reference.md using the API types in the
`api/` directory.
The docs structure was expecting two files, while only one file
was being generated.
This PR fixes the doc structure to expect only one file, getting
rid of a broken link as a result.
* rename api ref doc to olmv1-api-reference
Copy file name to clipboardExpand all lines: docs/project/public-api.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
The public API of OLM v1 is as follows:
3
3
4
4
- Kubernetes APIs. For more information on these APIs, see:
5
-
-[operator-controller API reference](../api-reference/operator-controller-api-reference.md)
6
-
-[catalogd API reference](../api-reference/catalogd-api-reference.md)
5
+
-[OLMv1 API reference](../api-reference/olmv1-api-reference.md)
7
6
-`Catalogd` web server. For more information on what this includes, see the [catalogd web server documentation](../api-reference/catalogd-webserver.md)
0 commit comments