Skip to content

Commit c1b89bb

Browse files
authored
Merge pull request #1229 from deki/remove-old-adapter-pages
Remove and redirect old adapter pages
2 parents 58d03e3 + b259a9a commit c1b89bb

File tree

7 files changed

+8
-160
lines changed

7 files changed

+8
-160
lines changed

docs/modules/ROOT/pages/adapters/aws-intro.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[aws-lambda]]
22
= AWS Lambda
3+
:page-aliases: adapters/aws.adoc
34

45
The https://aws.amazon.com/[AWS] adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda.
56

docs/modules/ROOT/pages/adapters/aws.adoc

Lines changed: 0 additions & 155 deletions
This file was deleted.

docs/modules/ROOT/pages/adapters/azure-intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[microsoft-azure-functions]]
22
= Microsoft Azure Functions
3-
3+
:page-aliases: adapters/azure.adoc
44

55
https://azure.microsoft.com[Azure] function adapter for deploying `Spring Cloud Function` applications as native Azure Java Functions.
66

docs/modules/ROOT/pages/adapters/azure.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/modules/ROOT/pages/adapters/gcp-intro.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[google-cloud-functions]]
22
= Google Cloud Functions
3+
:page-aliases: adapters/gcp.adoc
34

45
The Google Cloud Functions adapter enables Spring Cloud Function apps to run on the https://cloud.google.com/functions[Google Cloud Functions] serverless platform.
56
You can either run the function locally using the open source https://github.com/GoogleCloudPlatform/functions-framework-java[Google Functions Framework for Java] or on GCP.

docs/modules/ROOT/pages/adapters/gcp.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<plugin>
5454
<groupId>org.antora</groupId>
5555
<artifactId>antora-maven-plugin</artifactId>
56+
<configuration>
57+
<additionalOptions>
58+
<option>redirect-facility static</option>
59+
</additionalOptions>
60+
</configuration>
5661
</plugin>
5762
<plugin>
5863
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)