Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3136,14 +3136,17 @@ Name: API reference
Dir: rest_api
Distros: openshift-enterprise,openshift-origin
Topics:
- Name: Understanding API tiers
File: understanding-api-support-tiers
- Name: API compatibility guidelines
File: understanding-compatibility-guidelines
- Name: Editing kubelet log level verbosity and gathering logs
File: editing-kubelet-log-level-verbosity
- Name: API list
File: index
- Name: API overview
Dir: overview
Topics:
- Name: Understanding API tiers
File: understanding-api-support-tiers
- Name: API compatibility guidelines
File: understanding-compatibility-guidelines
- Name: Editing kubelet log level verbosity and gathering logs
File: editing-kubelet-log-level-verbosity
- Name: API list
File: index
- Name: Common object reference
Dir: objects
Topics:
Expand Down
2 changes: 1 addition & 1 deletion getting_started/openshift-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describes an application that can be deployed using the Helm CLI.
* **xref:../operators/operator_sdk/osdk-about.adoc#osdk-about[Develop Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn the workflow for building, testing, and deploying Operators. Then, create your own Operators based on xref:../operators/operator_sdk/ansible/osdk-ansible-support.adoc#osdk-ansible-support[Ansible] or
xref:../operators/operator_sdk/helm/osdk-helm-support.adoc#osdk-helm-support[Helm], or configure xref:../operators/operator_sdk/osdk-monitoring-prometheus.adoc#osdk-monitoring-prometheus[built-in Prometheus monitoring] using the Operator SDK.

* **xref:../rest_api/index.adoc#api-index[REST API reference]**: Learn about {product-title} application programming interface endpoints.
* **xref:../rest_api/overview/index.adoc#api-index[REST API reference]**: Learn about {product-title} application programming interface endpoints.

=== For administrators
* **xref:../architecture/architecture.adoc#architecture-overview-architecture[Understand {product-title} management]**: Learn about components
Expand Down
445 changes: 0 additions & 445 deletions rest_api/index.adoc

This file was deleted.

1 change: 1 addition & 0 deletions rest_api/overview/_attributes
1 change: 1 addition & 0 deletions rest_api/overview/images
445 changes: 445 additions & 0 deletions rest_api/overview/index.adoc

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions rest_api/overview/modules
1 change: 1 addition & 0 deletions rest_api/overview/snippets
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ include::modules/security-container-content-external-scanning.adoc[leveloffset=+
[role="_additional-resources"]
.Additional resources
* xref:../../openshift_images/index.adoc#overview-of-images[Image stream objects]
// * xref::../../rest_api/index.adoc#rest-api[{product-title} {product-version} REST APIs]
// * xref::../../rest_api/overview/index.adoc#rest-api[{product-title} {product-version} REST APIs]
2 changes: 1 addition & 1 deletion welcome/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ xref:../applications/working_with_helm_charts/understanding-helm.adoc#understand
- **xref:../operators/operator_sdk/osdk-about.adoc#osdk-about[Develop Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn the workflow for building, testing, and deploying Operators. You can then create your own Operators based on xref:../operators/operator_sdk/ansible/osdk-ansible-support.adoc#osdk-ansible-support[Ansible] or
xref:../operators/operator_sdk/helm/osdk-helm-support.adoc#osdk-helm-support[Helm], or configure xref:../operators/operator_sdk/osdk-monitoring-prometheus.adoc#osdk-monitoring-prometheus[built-in Prometheus monitoring] by using the Operator SDK.

- **xref:../rest_api/index.adoc#api-index[REST API reference]**: Learn about {product-title} application programming interface endpoints.
- **xref:../rest_api/overview/index.adoc#api-index[REST API reference]**: Learn about {product-title} application programming interface endpoints.
endif::[]
endif::[]

Expand Down