diff --git a/community/samples/serving/_index.md b/community/samples/serving/_index.md new file mode 100644 index 000000000..c45a44f6d --- /dev/null +++ b/community/samples/serving/_index.md @@ -0,0 +1,8 @@ +--- +title: "Knative Serving code samples" +linkTitle: "Serving Samples" +weight: 4 +type: "docs" +--- + +Community contributed and maintained code samples for Knative Serving. diff --git a/community/samples/serving/helloworld-java-micronaut/_index.md b/community/samples/serving/helloworld-java-micronaut/_index.md index 36d6065f7..ece1cadb7 100644 --- a/community/samples/serving/helloworld-java-micronaut/_index.md +++ b/community/samples/serving/helloworld-java-micronaut/_index.md @@ -1,6 +1,6 @@ --- title: "Hello World - Java (Micronaut)" -linkTitle: "Java" +linkTitle: "Java (Micronaut)" weight: 1 type: "docs" --- diff --git a/community/samples/serving/helloworld-java-quarkus/_index.md b/community/samples/serving/helloworld-java-quarkus/_index.md index 578abe2bd..2be87fb5e 100644 --- a/community/samples/serving/helloworld-java-quarkus/_index.md +++ b/community/samples/serving/helloworld-java-quarkus/_index.md @@ -1,6 +1,6 @@ --- title: "Hello World - Java (Quarkus)" -linkTitle: "Java" +linkTitle: "Java (Quarkus)" weight: 1 type: "docs" ---