Skip to content

Commit

Permalink
Fix: Redirection Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Oct 24, 2024
1 parent 6fe5af3 commit bf86342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/design/endpoints/endpoint-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ An Endpoint is a specific destination for a message such as an address, WSDL, a
</tr>
<tr><td>AWS Lambda</td><td>An AWS Lambda endpoint can be used to invoke AWS Lambda functions through WSO2 API Gateway. For more information on creating APIs with AWS Lambda endpoint, see <a href="{{base_path}}/tutorials/create-and-publish-awslambda-api/">Create and Publish an AWS Lambda API</a>.</td>
</tr>
<tr><td>Sequence Backend</td><td>A Sequence Backend can be used to provide a custom mediation logic which works as a backend to REST API and invoke through WSO2 API Gateway. For more information on creating APIs withSequence Backend endpoint, see <a href="{{base_path}}/tutorials/create-and-publish-awslambda-api/">Create and Publish an AWS Lambda API</a>.</td>
<tr><td>Sequence Backend</td><td>A Sequence Backend can be used to provide a custom mediation logic which works as a backend to REST API and invoke through WSO2 API Gateway. For more information on creating APIs withSequence Backend endpoint, see <a href="{{base_path}}/tutorials/create-and-publish-a-sequencebackend-api/">Create and Publish an Sequence Backend API</a>.</td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions en/docs/tutorials/tutorials-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The following list of tutorials guide you to use the API-first approach when cre
<li><a href="{{base_path}}/tutorials/create-and-publish-a-graphql-api">Create and Publish a GraphQL API<a></li>
<li><a href="{{base_path}}/tutorials/create-and-publish-awslambda-api">Create and Publish an AWS Lambda API<a></li>
<li><a href="{{base_path}}/tutorials/expose-a-soap-service-as-a-rest-api">Expose a SOAP Service as a REST API<a></li>
<li><a href="{{base_path}}/tutorials/create-and-publish-a-sequencebackend-api">Expose a REST API with a custom mediation logic<a></li>
</ul>
</td>
<td>
Expand Down
2 changes: 2 additions & 0 deletions en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ nav:
- Create and Publish a WebSub/WebHook API: tutorials/streaming-api/create-and-publish-websub-api.md
- Create and Publish a SSE API: tutorials/streaming-api/create-and-publish-sse-api.md
- Create and Publish an AWS Lambda API: tutorials/create-and-publish-awslambda-api.md
- Create and Publish a Sequence Backend API: tutorials/create-and-publish-a-sequencebackend-api.md
- Expose a SOAP Service as a REST API: tutorials/expose-a-soap-service-as-a-rest-api.md
- Edit an API by Modifying the API Definition: tutorials/edit-an-api-by-modifyng-the-api-definition.md
- Integrating API Manager with an External Broker and Gateway: tutorials/integrating-with-solace.md
Expand Down Expand Up @@ -1800,6 +1801,7 @@ plugins:
'learn/api-security/oauth2/oauth2-scopes/scope-allowlisting.md': 'https://apim.docs.wso2.com/en/4.2.0/design/api-security/oauth2/oauth2-scopes/scope-whitelisting/'
'learn/tutorials/create-and-publish-a-graphql-api.md': 'https://apim.docs.wso2.com/en/4.2.0/tutorials/create-and-publish-a-graphql-api/'
'learn/tutorials/create-and-publish-awslambda-api.md': 'https://apim.docs.wso2.com/en/4.2.0/tutorials/create-and-publish-awslambda-api/'
'learn/tutorials/create-and-publish-a-sequencebackend-api.md': 'https://apim.docs.wso2.com/en/4.2.0/tutorials/create-and-publish-a-sequencebackend-api/'
'learn/tutorials/expose-a-soap-service-as-a-rest-api.md': 'https://apim.docs.wso2.com/en/4.2.0/tutorials/expose-a-soap-service-as-a-rest-api/'
'learn/tutorials/edit-an-api-by-modifyng-the-api-definition.md': 'https://apim.docs.wso2.com/en/4.2.0/tutorials/edit-an-api-by-modifyng-the-api-definition/'
'learn/tutorials/create-and-publish-websocket-api.md': 'https://apim.docs.wso2.com/en/4.2.0/tutorials/streaming-api/create-and-publish-websocket-api/'
Expand Down

0 comments on commit bf86342

Please sign in to comment.