Skip to content

Commit 0979e4d

Browse files
committed
rename api ref doc to olmv1-api-reference
1 parent 2652673 commit 0979e4d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ quickstart: manifests #EXHELP Generate the unified installation release manifest
464464
##@ Docs
465465

466466
.PHONY: crd-ref-docs
467-
API_REFERENCE_FILENAME := operator-controller-api-reference.md
467+
API_REFERENCE_FILENAME := olmv1-api-reference.md
468468
API_REFERENCE_DIR := $(ROOT_DIR)/docs/api-reference
469469
crd-ref-docs: $(CRD_REF_DOCS) #EXHELP Generate the API Reference Documents.
470470
rm -f $(API_REFERENCE_DIR)/$(API_REFERENCE_FILENAME)
File renamed without changes.

docs/project/public-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The public API of OLM v1 is as follows:
33

44
- Kubernetes APIs. For more information on these APIs, see:
5-
- [operator-controller API reference](../api-reference/operator-controller-api-reference.md)
5+
- [OLMv1 API reference](../api-reference/olmv1-api-reference.md)
66
- `Catalogd` web server. For more information on what this includes, see the [catalogd web server documentation](../api-reference/catalogd-webserver.md)
77

88
!!! warning

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nav:
4949
- Content Resolution: concepts/controlling-catalog-selection.md
5050
- Version Ranges: concepts/version-ranges.md
5151
- API Reference:
52-
- Operator Controller API reference: api-reference/operator-controller-api-reference.md
52+
- OLMv1 API reference: api-reference/olmv1-api-reference.md
5353
- CatalogD Web Server reference: api-reference/catalogd-webserver.md
5454
- Contribute:
5555
- Contributing: contribute/contributing.md

0 commit comments

Comments
 (0)