Skip to content

Commit 6d2e505

Browse files
committed
Change the title of proxy-from-scratch doc
1 parent bb756b5 commit 6d2e505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/docs/develop-components/develop-proxy/develop-an-api-proxy-from-scratch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Develop an API Proxy from Scratch or by Uploading an OpenAPI Specification
1+
# Develop an API Proxy from Scratch
22

33
An API proxy acts as an intermediary between an existing API and Choreo, intercepting all requests made to the API. It also functions as a managed API, allowing you to apply essential API management features such as security policies and rate limiting.
44

en/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ nav:
112112
- Expose a Prism-Based Mock Server Using an OpenAPI Specification: develop-components/develop-services/expose-a-prism-based-mock-server-using-an-openapi-specification.md
113113
- Expose a WebSocket Endpoint via a Service: develop-components/develop-services/expose-a-websocket-endpoint-via-a-service.md
114114
- Develop an API Proxy:
115+
- Develop an API Proxy from Scratch : develop-components/develop-proxy/develop-an-api-proxy-from-scratch.md
115116
- Develop an API Proxy from Git Repository Source : develop-components/develop-proxy/develop-an-api-proxy-from-a-github-repository-source.md
116-
- Develop an API Proxy from Scratch or by Uploading an OpenAPI Specification : develop-components/develop-proxy/develop-an-api-proxy-from-scratch.md
117117
- Develop Web Applications:
118118
- Build and Deploy a Single-Page Web Application: develop-components/develop-web-applications/build-and-deploy-a-single-page-web-application.md
119119
- Develop Web Applications Locally with Choreo’s Managed Authentication: develop-components/develop-web-applications/develop-web-applications-locally-with-managed-authentication.md

0 commit comments

Comments
 (0)