Skip to content

Commit 2652673

Browse files
committed
(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.
1 parent 35bcd7a commit 2652673

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/project/public-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ The public API of OLM v1 is as follows:
33

44
- Kubernetes APIs. For more information on these APIs, see:
55
- [operator-controller API reference](../api-reference/operator-controller-api-reference.md)
6-
- [catalogd API reference](../api-reference/catalogd-api-reference.md)
76
- `Catalogd` web server. For more information on what this includes, see the [catalogd web server documentation](../api-reference/catalogd-webserver.md)
87

98
!!! warning

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ nav:
5050
- Version Ranges: concepts/version-ranges.md
5151
- API Reference:
5252
- Operator Controller API reference: api-reference/operator-controller-api-reference.md
53-
- CatalogD API reference: api-reference/catalogd-api-reference.md
5453
- CatalogD Web Server reference: api-reference/catalogd-webserver.md
5554
- Contribute:
5655
- Contributing: contribute/contributing.md

0 commit comments

Comments
 (0)