Skip to content

Commit 5f7021f

Browse files
committed
SVRCOM-2208 restore TP for some runtimes
1 parent b3e628f commit 5f7021f

8 files changed

+19
-7
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3721,12 +3721,12 @@ Topics:
37213721
File: serverless-functions-getting-started
37223722
- Name: On-cluster function building and deploying
37233723
File: serverless-functions-on-cluster-builds
3724+
- Name: Developing Quarkus functions
3725+
File: serverless-developing-quarkus-functions
37243726
- Name: Developing Node.js functions
37253727
File: serverless-developing-nodejs-functions
37263728
- Name: Developing TypeScript functions
37273729
File: serverless-developing-typescript-functions
3728-
- Name: Developing Quarkus functions
3729-
File: serverless-developing-quarkus-functions
37303730
- Name: Using functions with Knative Eventing
37313731
File: serverless-functions-eventing
37323732
- Name: Function project configuration in func.yaml

_topic_maps/_topic_map_osd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,12 @@ Topics:
370370
File: serverless-functions-setup
371371
- Name: Getting started with functions
372372
File: serverless-functions-getting-started
373+
- Name: Developing Quarkus functions
374+
File: serverless-developing-quarkus-functions
373375
- Name: Developing Node.js functions
374376
File: serverless-developing-nodejs-functions
375377
- Name: Developing TypeScript functions
376378
File: serverless-developing-typescript-functions
377-
- Name: Developing Quarkus functions
378-
File: serverless-developing-quarkus-functions
379379
- Name: Using functions with Knative Eventing
380380
File: serverless-functions-eventing
381381
- Name: Function project configuration in func.yaml

_topic_maps/_topic_map_rosa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,12 +571,12 @@ Topics:
571571
File: serverless-functions-setup
572572
- Name: Getting started with functions
573573
File: serverless-functions-getting-started
574+
- Name: Developing Quarkus functions
575+
File: serverless-developing-quarkus-functions
574576
- Name: Developing Node.js functions
575577
File: serverless-developing-nodejs-functions
576578
- Name: Developing TypeScript functions
577579
File: serverless-developing-typescript-functions
578-
- Name: Developing Quarkus functions
579-
File: serverless-developing-quarkus-functions
580580
- Name: Using functions with Knative Eventing
581581
File: serverless-functions-eventing
582582
- Name: Function project configuration in func.yaml

modules/serverless-rn-1-26-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[id="new-features-1.26_{context}"]
1212
== New features
1313

14-
* {FunctionsProductName} is now GA.
14+
* {FunctionsProductName} with Quarkus is now GA.
1515
* {ServerlessProductName} now uses Knative Serving 1.5.
1616
* {ServerlessProductName} now uses Knative Eventing 1.5.
1717
* {ServerlessProductName} now uses Kourier 1.5.

serverless/functions/serverless-developing-go-functions.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
:FeatureName: {FunctionsProductName} with Go
10+
include::snippets/technology-preview.adoc[leveloffset=+2]
11+
912
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Go function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1013

1114
[id="prerequisites_serverless-developing-go-functions"]

serverless/functions/serverless-developing-nodejs-functions.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
:FeatureName: {FunctionsProductName} with NodeJS
10+
include::snippets/technology-preview.adoc[leveloffset=+2]
11+
912
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Node.js function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1013

1114
[id="prerequisites_serverless-developing-nodejs-functions"]

serverless/functions/serverless-developing-python-functions.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
:FeatureName: {FunctionsProductName} with Python
10+
include::snippets/technology-preview.adoc[leveloffset=+2]
11+
912
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Python function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1013

1114
[id="prerequisites_serverless-developing-python-functions"]

serverless/functions/serverless-developing-typescript-functions.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
:FeatureName: {FunctionsProductName} with TypeScript
10+
include::snippets/technology-preview.adoc[leveloffset=+2]
11+
912
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a TypeScript function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
1013

1114
[id="prerequisites_serverless-developing-typescript-functions"]

0 commit comments

Comments
 (0)