Skip to content

Add transformer preview docs #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
15 changes: 15 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
*** xref:serverless:eventing/kafka-scaling-setup.adoc[Setup Autoscaling For Eventing Kafka Components]
*** xref:serverless:eventing/backstage-setup.adoc[Setup Backstage for Eventing]
*** xref:serverless:eventing/backstage-usage.adoc[Knative Event Mesh Backstage Plugin]
*** Event Transformations
**** xref:serverless:eventing/eventtransform/overview.adoc[Overview]
**** xref:serverless:eventing/eventtransform/jsonata.adoc[Event Transformations for JSON with JSONata]
*** IntegrationSource
**** xref:serverless:eventing/integrationsource/overview.adoc[Overview]
**** xref:serverless:eventing/integrationsource/aws_ddbstreams.adoc[AWS DynamoDB Streams]
**** xref:serverless:eventing/integrationsource/aws_s3.adoc[AWS S3 Source]
**** xref:serverless:eventing/integrationsource/aws_sqs.adoc[AWS SQS Source]
**** xref:serverless:eventing/integrationsource/timer.adoc[Timer Source]
*** IntegrationSink
**** xref:serverless:eventing/integrationsink/overview.adoc[Overview]
**** xref:serverless:eventing/integrationsink/aws_s3.adoc[AWS S3 Sink]
**** xref:serverless:eventing/integrationsink/aws_sns.adoc[AWS SNS Sink]
**** xref:serverless:eventing/integrationsink/aws_sqs.adoc[AWS SQS Sink]
**** xref:serverless:eventing/integrationsink/logger.adoc[Logger Sink]
** Serving
*** xref:serverless:serving/serving-with-ingress-sharding.adoc[Use Serving with OpenShift ingress sharding]
*** xref:serverless:serving/scaleability-and-performance-of-serving.adoc[Scalability and performance of {serverlessproductname} Serving]
Expand Down
Loading