Skip to content

Commit f2c6b54

Browse files
authored
add anchor link in sub examples (#2171)
* add anchor link in sub examples * fix broken anchor * add missing anchor
1 parent c331849 commit f2c6b54

File tree

14 files changed

+87
-13
lines changed

14 files changed

+87
-13
lines changed

distribution/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Samples of scripting with JSONPath, XPath and the expression language you can fi
7171

7272
## [Legacy Integration for XML and Web Services](web-services-soap#web-services-soap)
7373

74-
### [XML](xml#xml)
74+
### [XML](xml#xml-examples)
7575

7676
* XML validation and XSLT transformation
7777
* Create XML plugins with DOM or StAX
@@ -100,7 +100,7 @@ Samples of scripting with JSONPath, XPath and the expression language you can fi
100100

101101
### [YAML Configuration](yaml-configuration#yaml-configuration)
102102

103-
### [Monitoring and Tracing](monitoring-tracing#monitoring-tracing)
103+
### [Monitoring and Tracing](monitoring-tracing#monitoring-and-tracing)
104104

105105
* OpenTelemetry & Prometheus
106106

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Deployment and Installation
1+
# Deployment and Installation
2+
3+
This directory contains examples demonstrating various deployment options and installation methods for the Membrane API Gateway.
4+
5+
- [Membrane Deployment with Docker](docker#membrane-deployment-with-docker)
6+
- [Membrane Deployment with Windows Service](windows-service#membrane-deployment-with-windows-service)
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Membrane Deployment with Windows Service
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# GraphQL
1+
# GraphQL
2+
3+
Examples covering GraphQL proxying, schema exposure, and query handling patterns.
4+
5+
- [Validation - GraphQL](graphql-validation#validation---graphql)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Message Transformation
1+
# Message Transformation
2+
3+
Examples for mapping, enriching, filtering, and format conversion between protocols and payload types.
4+
5+
- [Json2Xml Message Transformation](json2xml#json2xml-message-transformation)
6+
- [Replace Plugin](replace#replace-plugin)
7+
- [JSON 2 JSON Message Transformation with JavaScript](transformation-using-javascript#json-2-json-message-transformation-with-javascript)
8+
- [Xml2json Interceptor](xml2json#xml2json-interceptor)
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Monitoring Tracing
1+
# Monitoring and Tracing
2+
3+
Examples demonstrating metrics, logs, and distributed tracing integration.
4+
5+
- [Tracing with OpenTelemetry](opentelemetry#tracing-with-opentelemetry)
6+
- [Monitoring with Prometheus and Grafana](prometheus#monitoring-with-prometheus-and-grafana)
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Orchestration
1+
# Orchestration
2+
3+
Examples showcasing request/response composition, fan‑out/fan‑in, and workflow-style orchestration.
4+
5+
- [Orchestrating Authentication](call-authentication#orchestrating-authentication)
6+
- [Orchestration: Calling an API with GET](call-get#orchestration:-calling-an-api-with-get)
7+
- [Using Calls to Modify and POST API Data](call-post#using-calls-to-modify-and-post-api-data)
8+
- [Orchestration: Aggregating Product Names and Prices](for-loop#orchestration:-aggregating-product-names-and-prices)
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# API Traffic Routing
1+
# API Traffic Routing
2+
3+
This directory contains examples demonstrating various API traffic routing capabilities of the Membrane API Gateway.
4+
5+
- [Content Based Routing using XPath](content-based-router#content-based-routing-using-xpath)
6+
- [Dynamic Routing using Target Expressions](dynamic-routing#dynamic-routing-using-target-expressions)
7+
- [Internal Proxy](internalproxy#internal-proxy)
8+
- [API Gateway for outgoing Traffic](outgoing-api-gateway#api-gateway-for-outgoing-traffic)
9+
- [Rewriter](rewriter#rewriter)
10+
- [Shadowing Interceptor](shadowing#shadowing-interceptor)
11+
- [Throttle Plugin](throttle#throttle-plugin)
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Scripting
1+
# Scripting
2+
3+
Examples that use scripting to implement custom policies and transformations.
4+
5+
- [Access and Manipulate Messages with Groovy Scripts - Example](groovy#access-and-manipulate-messages-with-groovy-scripts---example)
6+
- [Access and Manipulate Messages with JavaScript - Example](javascript#access-and-manipulate-messages-with-javascript---example)

0 commit comments

Comments
 (0)