From f95fdef48624fa6af7954f77e2b9740d40730c97 Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Mon, 16 Aug 2021 14:28:55 -0500 Subject: [PATCH] Remove outdated YAML for Hugo (#4114) --- config/nav.yml | 2 -- docs/_index.md | 10 +--------- docs/check-install-version.md | 7 ------- docs/client/README.md | 10 ---------- docs/client/configure-kn.md | 6 ------ docs/client/install-kn.md | 8 -------- docs/client/kn-plugins.md | 6 ------ docs/eventing/accessing-traces.md | 7 ------- docs/eventing/broker/README.md | 9 --------- docs/eventing/broker/create-mtbroker.md | 7 ------- docs/eventing/broker/example-mtbroker.md | 7 ------- docs/eventing/broker/kafka-broker/README.md | 8 -------- docs/eventing/broker/triggers/README.md | 9 --------- docs/eventing/channels/README.md | 9 --------- .../eventing/channels/channel-types-defaults.md | 2 +- docs/eventing/debugging/README.md | 17 ++--------------- docs/eventing/event-registry.md | 6 ------ docs/eventing/flows/README.md | 8 -------- docs/eventing/flows/parallel.md | 8 -------- docs/eventing/flows/sequence/README.md | 10 ---------- .../sequence-reply-to-event-display/README.md | 9 --------- .../sequence-reply-to-sequence/README.md | 9 --------- .../flows/sequence/sequence-terminal/README.md | 9 --------- .../sequence-with-broker-trigger/README.md | 9 --------- .../samples/cloud-audit-logs-source/README.md | 7 ------- .../samples/cloud-pubsub-source/README.md | 9 --------- .../samples/cloud-scheduler-source/README.md | 7 ------- .../samples/cloud-storage-source/README.md | 7 ------- .../eventing/samples/container-source/README.md | 7 ------- docs/eventing/samples/helloworld/README.md | 7 ------- .../samples/helloworld/helloworld-go/README.md | 7 ------- docs/eventing/samples/iot-core/README.md | 7 ------- docs/eventing/samples/kafka/binding/README.md | 7 ------- .../parallel/multiple-branches/README.md | 7 ------- .../parallel/mutual-exclusivity/README.md | 7 ------- docs/eventing/sugar/README.md | 8 -------- docs/knative-offerings.md | 7 ------- docs/reference/README.md | 7 ------- docs/reference/relnotes/README.md | 8 +------- docs/samples.md | 7 ------- docs/serving/README.md | 7 ------- docs/serving/accessing-traces.md | 7 ------- docs/serving/autoscaling/README.md | 9 --------- docs/serving/autoscaling/autoscale-go/README.md | 9 --------- docs/serving/autoscaling/autoscaling-metrics.md | 7 ------- docs/serving/autoscaling/autoscaling-targets.md | 10 ---------- docs/serving/autoscaling/kpa-specific.md | 7 ------- docs/serving/autoscaling/rps-target.md | 10 ---------- docs/serving/autoscaling/scale-bounds.md | 7 ------- docs/serving/autoscaling/scale-to-zero.md | 7 ------- docs/serving/getting-started-knative-app.md | 9 --------- docs/serving/installing-cert-manager.md | 7 ------- docs/serving/load-balancing/README.md | 6 ------ .../load-balancing/target-burst-capacity.md | 9 --------- docs/serving/samples/README.md | 7 ------- docs/serving/samples/cloudevents/README.md | 6 ------ .../cloudevents/cloudevents-dotnet/README.md | 7 ------- .../cloudevents/cloudevents-go/README.md | 7 ------- .../cloudevents/cloudevents-nodejs/README.md | 10 ---------- .../cloudevents/cloudevents-rust/README.md | 10 ---------- .../cloudevents/cloudevents-spring/README.md | 10 ---------- .../cloudevents/cloudevents-vertx/README.md | 7 ------- docs/serving/samples/gitwebhook-go/README.md | 7 ------- docs/serving/samples/grpc-ping-go/README.md | 14 +++----------- docs/serving/samples/hello-world/README.md | 6 ------ .../hello-world/helloworld-csharp/README.md | 7 ------- .../samples/hello-world/helloworld-go/README.md | 7 ------- .../hello-world/helloworld-java-spark/README.md | 7 ------- .../hello-world/helloworld-kotlin/README.md | 7 ------- .../hello-world/helloworld-nodejs/README.md | 7 ------- .../hello-world/helloworld-php/README.md | 7 ------- .../hello-world/helloworld-python/README.md | 7 ------- .../hello-world/helloworld-ruby/README.md | 7 ------- .../hello-world/helloworld-scala/README.md | 7 ------- .../hello-world/helloworld-shell/README.md | 7 ------- .../samples/knative-routing-go/README.md | 7 ------- docs/serving/samples/multi-container/README.md | 7 ------- docs/serving/samples/rest-api-go/README.md | 7 ------- docs/serving/samples/secrets-go/README.md | 7 ------- .../samples/tag-header-based-routing/README.md | 6 ------ .../setting-up-custom-ingress-gateway.md | 9 +-------- docs/serving/using-a-tls-cert.md | 9 --------- docs/serving/webhook-customizations.md | 10 ++-------- 83 files changed, 11 insertions(+), 631 deletions(-) delete mode 100644 docs/serving/samples/cloudevents/README.md delete mode 100644 docs/serving/samples/hello-world/README.md diff --git a/config/nav.yml b/config/nav.yml index 9a27235e3..c9955efa9 100644 --- a/config/nav.yml +++ b/config/nav.yml @@ -144,7 +144,6 @@ nav: - Code samples: - Overview: serving/samples/README.md - Cloud Events apps: - - Overview: serving/samples/cloudevents/README.md - .NET: serving/samples/cloudevents/cloudevents-dotnet/README.md - Go: serving/samples/cloudevents/cloudevents-go/README.md - Node.js: serving/samples/cloudevents/cloudevents-nodejs/README.md @@ -154,7 +153,6 @@ nav: - GitHub Webhook - Go: serving/samples/gitwebhook-go/README.md - gRPC Server - Go: serving/samples/grpc-ping-go/README.md - Hello world apps: - - Overview: serving/samples/hello-world/README.md - .NET: serving/samples/hello-world/helloworld-csharp/README.md - Go: serving/samples/hello-world/helloworld-go/README.md - Java (Spark): serving/samples/hello-world/helloworld-java-spark/README.md diff --git a/docs/_index.md b/docs/_index.md index f928de327..55c5468c9 100755 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,12 +1,4 @@ ---- -title: "Welcome to Knative" -linkTitle: "Documentation" -weight: 10 -type: "docs" -showlandingtoc: "false" -aliases: - - /docs/concepts/overview.md ---- +# Welcome to Knative The Knative project provides a set of [Kubernetes](https://kubernetes.io) components that introduce event-driven and serverless capabilities for Kubernetes clusters. diff --git a/docs/check-install-version.md b/docs/check-install-version.md index 79e01ef65..ee8174ab0 100644 --- a/docs/check-install-version.md +++ b/docs/check-install-version.md @@ -1,10 +1,3 @@ ---- -title: "Checking the version of your Knative components" -linkTitle: "Checking your install version" -weight: 20 -type: "docs" ---- - # Checking the version of your Knative components To obtain the version of the Knative component that you have running on your cluster, you query for the diff --git a/docs/client/README.md b/docs/client/README.md index f1fffcca7..1580a0e0f 100755 --- a/docs/client/README.md +++ b/docs/client/README.md @@ -1,13 +1,3 @@ ---- -title: "CLI tools" -weight: 04 -type: "docs" -showlandingtoc: "false" -aliases: - - /docs/reference/resources - - /docs/client/connecting-kn-to-your-cluster ---- - # CLI tools The following CLI tools are supported for use with Knative. diff --git a/docs/client/configure-kn.md b/docs/client/configure-kn.md index 94fce0ea5..97522aec2 100644 --- a/docs/client/configure-kn.md +++ b/docs/client/configure-kn.md @@ -1,9 +1,3 @@ ---- -title: "Customizing kn" -weight: 03 -type: "docs" ---- - # Customizing kn You can customize your `kn` CLI setup by creating a `config.yaml` configuration file. You can provide this configuration by using the `--config` flag, otherwise the configuration is picked up from a default location. The default configuration location conforms to the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), and is different for Unix systems and Windows systems. diff --git a/docs/client/install-kn.md b/docs/client/install-kn.md index 7083358ed..0df4f8806 100644 --- a/docs/client/install-kn.md +++ b/docs/client/install-kn.md @@ -1,11 +1,3 @@ ---- -title: "Installing kn" -weight: 02 -type: "docs" -aliases: - - /docs/install/install-kn ---- - # Installing kn This guide provides details about how you can install the Knative `kn` CLI. diff --git a/docs/client/kn-plugins.md b/docs/client/kn-plugins.md index 81f92f2ba..a46ab9c41 100644 --- a/docs/client/kn-plugins.md +++ b/docs/client/kn-plugins.md @@ -1,9 +1,3 @@ ---- -title: "kn plugins" -weight: 04 -type: "docs" ---- - # kn plugins The `kn` CLI supports the use of plugins. Plugins enable you to extend the functionality of your `kn` installation by adding custom commands and other shared commands that are not part of the core distribution of `kn`. diff --git a/docs/eventing/accessing-traces.md b/docs/eventing/accessing-traces.md index 05d0740cd..7f923c1af 100644 --- a/docs/eventing/accessing-traces.md +++ b/docs/eventing/accessing-traces.md @@ -1,10 +1,3 @@ ---- -title: "Accessing CloudEvent traces" -#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE" -weight: 85 -type: "docs" ---- - # Accessing CloudEvent traces Depending on the request tracing tool that you have installed on your Knative diff --git a/docs/eventing/broker/README.md b/docs/eventing/broker/README.md index ac496087f..b75819e78 100644 --- a/docs/eventing/broker/README.md +++ b/docs/eventing/broker/README.md @@ -1,12 +1,3 @@ ---- -title: "Brokers" -weight: 60 -type: "docs" -showlandingtoc: "false" -aliases: - - docs/eventing/broker/alternate ---- - # Brokers Brokers are Kubernetes [custom resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) that define an event mesh for collecting a pool of [CloudEvents](https://cloudevents.io/). Brokers provide a discoverable endpoint, `status.address`, for event ingress, and triggers for event delivery. Event producers can send events to a broker by POSTing the event to the `status.address.url` of the broker. diff --git a/docs/eventing/broker/create-mtbroker.md b/docs/eventing/broker/create-mtbroker.md index 27ddab0fb..d117fdb11 100644 --- a/docs/eventing/broker/create-mtbroker.md +++ b/docs/eventing/broker/create-mtbroker.md @@ -1,10 +1,3 @@ ---- -title: "Creating a broker" -weight: 01 -type: "docs" -showlandingtoc: "false" ---- - # Creating a broker Once you have installed Knative Eventing, you can create an instance of the multi-tenant (MT) channel-based broker that is provided by default. The default backing channel type for an MT channel-based broker is InMemoryChannel. diff --git a/docs/eventing/broker/example-mtbroker.md b/docs/eventing/broker/example-mtbroker.md index 29efd2fcc..87e3e4a77 100644 --- a/docs/eventing/broker/example-mtbroker.md +++ b/docs/eventing/broker/example-mtbroker.md @@ -1,10 +1,3 @@ ---- -title: "Broker configuration example" -weight: 04 -type: "docs" -showlandingtoc: "false" ---- - # Broker configuration example The following is a full example of a multi-tenant (MT) channel-based Broker object which shows the possible configuration options that you can modify: diff --git a/docs/eventing/broker/kafka-broker/README.md b/docs/eventing/broker/kafka-broker/README.md index d3bb91c29..9901642b4 100644 --- a/docs/eventing/broker/kafka-broker/README.md +++ b/docs/eventing/broker/kafka-broker/README.md @@ -1,11 +1,3 @@ ---- -title: "Apache Kafka Broker" -weight: 10 -type: "docs" -aliases: - - docs/eventing/broker/kafka-broker ---- - # Apache Kafka Broker The Apache Kafka Broker is a native Broker implementation, that reduces diff --git a/docs/eventing/broker/triggers/README.md b/docs/eventing/broker/triggers/README.md index 477dedccb..a6544c3b2 100644 --- a/docs/eventing/broker/triggers/README.md +++ b/docs/eventing/broker/triggers/README.md @@ -1,12 +1,3 @@ ---- -title: "Triggers" -weight: 02 -type: "docs" -showlandingtoc: "false" -aliases: - - docs/eventing/triggers ---- - # Triggers A trigger represents a desire to subscribe to events from a specific broker. diff --git a/docs/eventing/channels/README.md b/docs/eventing/channels/README.md index f71c1eec5..235811701 100644 --- a/docs/eventing/channels/README.md +++ b/docs/eventing/channels/README.md @@ -1,12 +1,3 @@ ---- -title: "Channels" -weight: 40 -type: "docs" -showlandingtoc: "false" -aliases: - - /docs/eventing/channels/default-channels ---- - # Channels Channels are Kubernetes [custom resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) that define a single event forwarding and persistence layer. diff --git a/docs/eventing/channels/channel-types-defaults.md b/docs/eventing/channels/channel-types-defaults.md index a72857b08..84a0de8a2 100644 --- a/docs/eventing/channels/channel-types-defaults.md +++ b/docs/eventing/channels/channel-types-defaults.md @@ -1,6 +1,6 @@ # Channel types and defaults -Knative uses two types of Channels: +Knative uses two types of Channels: * A generic Channel object. * Channel implementations that each have their own custom resource definitions (CRDs), such as diff --git a/docs/eventing/debugging/README.md b/docs/eventing/debugging/README.md index 66a1b02ff..ce7c427de 100644 --- a/docs/eventing/debugging/README.md +++ b/docs/eventing/debugging/README.md @@ -1,10 +1,3 @@ ---- -title: "Debugging Knative Eventing" -linkTitle: "Debugging" -weight: 80 -type: "docs" ---- - # Debugging Knative Eventing This is an evolving document on how to debug a non-working Knative Eventing @@ -373,11 +366,5 @@ However if we see something like: Then we know there was a problem posting to `http://svc.knative-debug.svc.cluster.local/`. -TODO Finish this section. Especially after the Channel Dispatcher emits K8s -events about failures. - -#### `fn` - -TODO Fill in this section. - -# TODO Finish the guide. + diff --git a/docs/eventing/event-registry.md b/docs/eventing/event-registry.md index 032dffed1..62134cb60 100644 --- a/docs/eventing/event-registry.md +++ b/docs/eventing/event-registry.md @@ -1,9 +1,3 @@ ---- -title: "Event registry" -weight: 25 -type: "docs" ---- - # Event registry ## Overview diff --git a/docs/eventing/flows/README.md b/docs/eventing/flows/README.md index e894836c0..edafe2356 100644 --- a/docs/eventing/flows/README.md +++ b/docs/eventing/flows/README.md @@ -1,11 +1,3 @@ ---- -title: "Eventing Flows" -linkTitle: "Flows" -weight: 31 -type: "docs" -showlandingtoc: "false" ---- - # Eventing Flows Knative Eventing provides a collection of [custom resource definitions (CRDs)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) that you can use to define event flows: diff --git a/docs/eventing/flows/parallel.md b/docs/eventing/flows/parallel.md index fb1a41426..fdd5341d0 100644 --- a/docs/eventing/flows/parallel.md +++ b/docs/eventing/flows/parallel.md @@ -1,11 +1,3 @@ ---- -title: "Parallel" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/parallel.md ---- - # Parallel Parallel CRD provides a way to easily define a list of branches, each receiving diff --git a/docs/eventing/flows/sequence/README.md b/docs/eventing/flows/sequence/README.md index 6cb1d4743..053df73a3 100644 --- a/docs/eventing/flows/sequence/README.md +++ b/docs/eventing/flows/sequence/README.md @@ -1,13 +1,3 @@ ---- -title: "Sequence" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/sequence.md - - /docs/eventing/samples/sequence -showlandingtoc: "false" ---- - # Sequence Sequence CRD provides a way to define an in-order list of functions that will be diff --git a/docs/eventing/flows/sequence/sequence-reply-to-event-display/README.md b/docs/eventing/flows/sequence/sequence-reply-to-event-display/README.md index 0b584b0be..ac8b5e2a7 100644 --- a/docs/eventing/flows/sequence/sequence-reply-to-event-display/README.md +++ b/docs/eventing/flows/sequence/sequence-reply-to-event-display/README.md @@ -1,12 +1,3 @@ ---- -title: "Sequence wired to event-display" -linkTitle: "Displaying sequence output" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/samples/sequence/sequence-replay-to-event-display ---- - # Sequence wired to event-display We are going to create the following logical configuration. We create a diff --git a/docs/eventing/flows/sequence/sequence-reply-to-sequence/README.md b/docs/eventing/flows/sequence/sequence-reply-to-sequence/README.md index fe833e7c7..2d960993b 100644 --- a/docs/eventing/flows/sequence/sequence-reply-to-sequence/README.md +++ b/docs/eventing/flows/sequence/sequence-reply-to-sequence/README.md @@ -1,12 +1,3 @@ ---- -title: "Sequence wired to another Sequence" -linkTitle: "Using Sequences in series" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/samples/sequence/sequence-reply-to-sequence ---- - # Sequence wired to another Sequence We are going to create the following logical configuration. We create a diff --git a/docs/eventing/flows/sequence/sequence-terminal/README.md b/docs/eventing/flows/sequence/sequence-terminal/README.md index d71214a07..4332e4c03 100644 --- a/docs/eventing/flows/sequence/sequence-terminal/README.md +++ b/docs/eventing/flows/sequence/sequence-terminal/README.md @@ -1,12 +1,3 @@ ---- -title: "Sequence terminal" -linkTitle: "Create additional events" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/samples/sequence/sequence-terminal ---- - # Sequence terminal We are going to create the following logical configuration. We create a diff --git a/docs/eventing/flows/sequence/sequence-with-broker-trigger/README.md b/docs/eventing/flows/sequence/sequence-with-broker-trigger/README.md index 283cab9cb..0f1406db0 100644 --- a/docs/eventing/flows/sequence/sequence-with-broker-trigger/README.md +++ b/docs/eventing/flows/sequence/sequence-with-broker-trigger/README.md @@ -1,12 +1,3 @@ ---- -title: "Using Sequence with Broker and Trigger" -linkTitle: "Using with Broker and Trigger" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/samples/sequence/sequence-with-broker-trigger ---- - # Using Sequence with Broker and Trigger We are going to create the following logical configuration. We create a diff --git a/docs/eventing/samples/cloud-audit-logs-source/README.md b/docs/eventing/samples/cloud-audit-logs-source/README.md index 50169e823..85e6dc6d8 100644 --- a/docs/eventing/samples/cloud-audit-logs-source/README.md +++ b/docs/eventing/samples/cloud-audit-logs-source/README.md @@ -1,10 +1,3 @@ ---- -title: "CloudAuditLogsSource" -linkTitle: "CloudAuditLogsSource" -weight: 20 -type: "docs" ---- - # CloudAuditLogsSource Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudauditlogssource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/cloud-pubsub-source/README.md b/docs/eventing/samples/cloud-pubsub-source/README.md index acea30aea..d497d0760 100644 --- a/docs/eventing/samples/cloud-pubsub-source/README.md +++ b/docs/eventing/samples/cloud-pubsub-source/README.md @@ -1,12 +1,3 @@ ---- -title: "CloudPubSubSource" -linkTitle: "CloudPubSubSource" -weight: 20 -type: "docs" -aliases: - - /docs/eventing/samples/gcp-pubsub-source/README.md ---- - # CloudPubSubSource Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudpubsubsource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/cloud-scheduler-source/README.md b/docs/eventing/samples/cloud-scheduler-source/README.md index 33178a458..edd83a62a 100644 --- a/docs/eventing/samples/cloud-scheduler-source/README.md +++ b/docs/eventing/samples/cloud-scheduler-source/README.md @@ -1,10 +1,3 @@ ---- -title: "CloudSchedulerSource" -linkTitle: "CloudSchedulerSource" -weight: 20 -type: "docs" ---- - # CloudSchedulerSource Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudschedulersource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/cloud-storage-source/README.md b/docs/eventing/samples/cloud-storage-source/README.md index 2a66861f7..d1495a98c 100644 --- a/docs/eventing/samples/cloud-storage-source/README.md +++ b/docs/eventing/samples/cloud-storage-source/README.md @@ -1,10 +1,3 @@ ---- -title: "CloudStorageSource" -linkTitle: "CloudStorageSource" -weight: 20 -type: "docs" ---- - # CloudStorageSource Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudstoragesource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/container-source/README.md b/docs/eventing/samples/container-source/README.md index 65b859e22..e77c56197 100644 --- a/docs/eventing/samples/container-source/README.md +++ b/docs/eventing/samples/container-source/README.md @@ -1,10 +1,3 @@ ---- -title: "Container Source Example" -linkTitle: "Container source" -weight: 10 -type: "docs" ---- - # Container Source Example ContainerSource will start a container image which will generate events under diff --git a/docs/eventing/samples/helloworld/README.md b/docs/eventing/samples/helloworld/README.md index 62016076d..596d17d1c 100644 --- a/docs/eventing/samples/helloworld/README.md +++ b/docs/eventing/samples/helloworld/README.md @@ -1,10 +1,3 @@ ---- -title: "Knative Eventing - Hello World app" -linkTitle: "Hello World" -weight: 10 -type: "docs" ---- - # Knative Eventing - Hello World app Following examples include a simple web app written in the language of your choice that you can diff --git a/docs/eventing/samples/helloworld/helloworld-go/README.md b/docs/eventing/samples/helloworld/helloworld-go/README.md index 4fbd004ab..da5bd7cde 100644 --- a/docs/eventing/samples/helloworld/helloworld-go/README.md +++ b/docs/eventing/samples/helloworld/helloworld-go/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Golang" -linkTitle: "GO" -weight: 20 -type: "docs" ---- - # Hello World - Golang A simple web app written in Go that you can use to test knative eventing. It diff --git a/docs/eventing/samples/iot-core/README.md b/docs/eventing/samples/iot-core/README.md index 7f946b6d0..35a8ed809 100644 --- a/docs/eventing/samples/iot-core/README.md +++ b/docs/eventing/samples/iot-core/README.md @@ -1,10 +1,3 @@ ---- -title: "Binding running services to an IoT core" -linkTitle: "IoT core" -weight: 40 -type: "docs" ---- - # Binding running services to an IoT core This sample shows how to bind a running service to an diff --git a/docs/eventing/samples/kafka/binding/README.md b/docs/eventing/samples/kafka/binding/README.md index 228a38bcb..ddd2f31e2 100644 --- a/docs/eventing/samples/kafka/binding/README.md +++ b/docs/eventing/samples/kafka/binding/README.md @@ -1,10 +1,3 @@ ---- -title: "Apache Kafka Binding Example" -linkTitle: "Binding Example" -weight: 20 -type: "docs" ---- - # Apache Kafka Binding Example KafkaBinding is responsible for injecting Kafka bootstrap connection information diff --git a/docs/eventing/samples/parallel/multiple-branches/README.md b/docs/eventing/samples/parallel/multiple-branches/README.md index 9bfafc327..9c86e7568 100644 --- a/docs/eventing/samples/parallel/multiple-branches/README.md +++ b/docs/eventing/samples/parallel/multiple-branches/README.md @@ -1,10 +1,3 @@ ---- -title: "Multiple Cases" -linkTitle: "Multiple Cases" -weight: 20 -type: "docs" ---- - # Multiple Cases We are going to create a Parallel with two branches: diff --git a/docs/eventing/samples/parallel/mutual-exclusivity/README.md b/docs/eventing/samples/parallel/mutual-exclusivity/README.md index 9238d85e6..026e63963 100644 --- a/docs/eventing/samples/parallel/mutual-exclusivity/README.md +++ b/docs/eventing/samples/parallel/mutual-exclusivity/README.md @@ -1,10 +1,3 @@ ---- -title: "Mutual Exclusive Cases" -linkTitle: "Mutual Exclusivity" -weight: 20 -type: "docs" ---- - # Mutual Exclusive Cases In this example, we are going to see how we can create a Parallel with mutually diff --git a/docs/eventing/sugar/README.md b/docs/eventing/sugar/README.md index ff71e2527..e778d89d1 100644 --- a/docs/eventing/sugar/README.md +++ b/docs/eventing/sugar/README.md @@ -1,11 +1,3 @@ ---- -title: "Knative Eventing Sugar Controller" -linkTitle: "Sugar Controller" -weight: 40 -type: "docs" -showlandingtoc: "true" ---- - # Knative Eventing Sugar Controller Knative Eventing Sugar Controller will react to special labels and annotations diff --git a/docs/knative-offerings.md b/docs/knative-offerings.md index 863ba8d42..ce0e81ca3 100644 --- a/docs/knative-offerings.md +++ b/docs/knative-offerings.md @@ -1,10 +1,3 @@ ---- -title: "Knative Offerings" -linkTitle: "Knative Offerings" -weight: 07 -type: "docs" ---- - # Knative Offerings Knative has a rich community with many vendors participating, and many of those diff --git a/docs/reference/README.md b/docs/reference/README.md index 6d1f1d262..3206ad902 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -1,10 +1,3 @@ ---- -title: "Knative Reference Documentation" -linkTitle: "Reference" -weight: 100 -type: "docs" ---- - # Knative Reference Documentation Knative reference documentation. diff --git a/docs/reference/relnotes/README.md b/docs/reference/relnotes/README.md index 6bcab09f5..eb4cca401 100644 --- a/docs/reference/relnotes/README.md +++ b/docs/reference/relnotes/README.md @@ -1,10 +1,4 @@ ---- -title: "Knative Release Notes" -linkTitle: "Release notes" -weight: 10 -type: "docs" -showlandingtoc: "false" ---- +# Knative release notes For details about the Knative releases, see the following pages: diff --git a/docs/samples.md b/docs/samples.md index 4ed0c5a32..dbcc5cf68 100755 --- a/docs/samples.md +++ b/docs/samples.md @@ -1,10 +1,3 @@ ---- -title: "Knative code samples" -linkTitle: "Code samples" -weight: 90 -type: "docs" ---- - # Knative code samples Find and use Knative code samples to help you get up and running with common use diff --git a/docs/serving/README.md b/docs/serving/README.md index eda096f67..2d991b8e4 100644 --- a/docs/serving/README.md +++ b/docs/serving/README.md @@ -1,10 +1,3 @@ ---- -title: "Knative Serving" -weight: 05 -type: "docs" -showlandingtoc: "false" ---- - # Knative Serving Knative Serving builds on Kubernetes and Istio to support deploying and serving diff --git a/docs/serving/accessing-traces.md b/docs/serving/accessing-traces.md index 437874ffd..6708be4cb 100644 --- a/docs/serving/accessing-traces.md +++ b/docs/serving/accessing-traces.md @@ -1,10 +1,3 @@ ---- -title: "Accessing request traces" -#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE" -weight: 15 -type: "docs" ---- - # Accessing request traces Depending on the request tracing tool that you have installed on your Knative diff --git a/docs/serving/autoscaling/README.md b/docs/serving/autoscaling/README.md index 856904c77..feef2a133 100644 --- a/docs/serving/autoscaling/README.md +++ b/docs/serving/autoscaling/README.md @@ -1,12 +1,3 @@ ---- -title: "Autoscaling" -linkTitle: "Autoscaling" -weight: 20 -type: "docs" -aliases: - - /docs/serving/configuring-autoscaling/ ---- - # Autoscaling One of the main features of Knative is automatic scaling of replicas for an application to closely match incoming demand, including scaling applications to zero if no traffic is being received. diff --git a/docs/serving/autoscaling/autoscale-go/README.md b/docs/serving/autoscaling/autoscale-go/README.md index e7543be87..2ef124ac3 100644 --- a/docs/serving/autoscaling/autoscale-go/README.md +++ b/docs/serving/autoscaling/autoscale-go/README.md @@ -1,12 +1,3 @@ ---- -title: "Autoscale Sample App - Go" -linkTitle: "Autoscale Sample App - Go" -weight: 100 -type: "docs" -aliases: - - /docs/serving/samples/autoscale-go ---- - # Autoscale Sample App - Go A demonstration of the autoscaling capabilities of a Knative Serving Revision. diff --git a/docs/serving/autoscaling/autoscaling-metrics.md b/docs/serving/autoscaling/autoscaling-metrics.md index fc3792f0a..6e63d8857 100644 --- a/docs/serving/autoscaling/autoscaling-metrics.md +++ b/docs/serving/autoscaling/autoscaling-metrics.md @@ -1,10 +1,3 @@ ---- -title: "Metrics" -linkTitle: "Metrics" -weight: 03 -type: "docs" ---- - # Metrics The metric configuration defines which metric type is watched by the Autoscaler. diff --git a/docs/serving/autoscaling/autoscaling-targets.md b/docs/serving/autoscaling/autoscaling-targets.md index 97653af5b..5a55b475d 100644 --- a/docs/serving/autoscaling/autoscaling-targets.md +++ b/docs/serving/autoscaling/autoscaling-targets.md @@ -1,10 +1,3 @@ ---- -title: "Targets" -linkTitle: "Targets" -weight: 04 -type: "docs" ---- - # Targets Configuring a target provide the Autoscaler with a value that it tries to maintain for the configured metric for a revision. @@ -56,6 +49,3 @@ The `target` annotation, used to configure per-revision targets, is _metric agn autoscaler: container-concurrency-target-default: "200" ``` - - - diff --git a/docs/serving/autoscaling/kpa-specific.md b/docs/serving/autoscaling/kpa-specific.md index cd23f57a3..1348c3f37 100644 --- a/docs/serving/autoscaling/kpa-specific.md +++ b/docs/serving/autoscaling/kpa-specific.md @@ -1,10 +1,3 @@ ---- -title: "Additional autoscaling configuration for Knative Pod Autoscaler" -linkTitle: "Additional autoscaling configuration for Knative Pod Autoscaler" -weight: 60 -type: "docs" ---- - # Additional autoscaling configuration for Knative Pod Autoscaler The following settings are specific to the Knative Pod Autoscaler (KPA). diff --git a/docs/serving/autoscaling/rps-target.md b/docs/serving/autoscaling/rps-target.md index 94b96f851..a9dcd7eaa 100644 --- a/docs/serving/autoscaling/rps-target.md +++ b/docs/serving/autoscaling/rps-target.md @@ -1,10 +1,3 @@ ---- -title: "Configuring the requests per second (RPS) target" -linkTitle: "Configuring the requests per second (RPS) target" -weight: 50 -type: "docs" ---- - # Configuring the requests per second (RPS) target This setting specifies a target for requests-per-second per replica of an application. @@ -56,6 +49,3 @@ This setting specifies a target for requests-per-second per replica of an applic autoscaler: requests-per-second-target-default: "150" ``` - - - diff --git a/docs/serving/autoscaling/scale-bounds.md b/docs/serving/autoscaling/scale-bounds.md index a7fd7cc3e..05d17f3fb 100644 --- a/docs/serving/autoscaling/scale-bounds.md +++ b/docs/serving/autoscaling/scale-bounds.md @@ -1,10 +1,3 @@ ---- -title: "Configuring scale bounds" -linkTitle: "Configuring scale bounds" -weight: 50 -type: "docs" ---- - # Configuring scale bounds You can configure upper and lower bounds to control autoscaling behavior. diff --git a/docs/serving/autoscaling/scale-to-zero.md b/docs/serving/autoscaling/scale-to-zero.md index cfd981d70..399a0b3c7 100644 --- a/docs/serving/autoscaling/scale-to-zero.md +++ b/docs/serving/autoscaling/scale-to-zero.md @@ -1,10 +1,3 @@ ---- -title: "Configuring scale to zero" -linkTitle: "Configuring scale to zero" -weight: 20 -type: "docs" ---- - # Configuring scale to zero !!! warning diff --git a/docs/serving/getting-started-knative-app.md b/docs/serving/getting-started-knative-app.md index 996145cdf..71480d560 100644 --- a/docs/serving/getting-started-knative-app.md +++ b/docs/serving/getting-started-knative-app.md @@ -1,12 +1,3 @@ ---- -title: "Getting Started with App Deployment" -linkTitle: "Getting started" -weight: 01 -type: "docs" -aliases: - - /docs/install/getting-started-knative-app/ ---- - # Getting Started with App Deployment This guide shows you how to deploy an app using Knative, then interact with it diff --git a/docs/serving/installing-cert-manager.md b/docs/serving/installing-cert-manager.md index 8704de590..6d82e8323 100644 --- a/docs/serving/installing-cert-manager.md +++ b/docs/serving/installing-cert-manager.md @@ -1,10 +1,3 @@ ---- -title: "Installing cert-manager for TLS certificates" -linkTitle: "Installing cert-manager" -weight: 62 -type: "docs" ---- - # Installing cert-manager for TLS certificates Install the [Cert-Manager](https://github.com/jetstack/cert-manager) tool to diff --git a/docs/serving/load-balancing/README.md b/docs/serving/load-balancing/README.md index b629316fe..ea7d26cf0 100644 --- a/docs/serving/load-balancing/README.md +++ b/docs/serving/load-balancing/README.md @@ -1,9 +1,3 @@ ---- -title: "Load balancing" -weight: 30 -type: "docs" ---- - # Load balancing You can turn on Knative load balancing, by placing the _Activator service_ in the request path to act as a load balancer. diff --git a/docs/serving/load-balancing/target-burst-capacity.md b/docs/serving/load-balancing/target-burst-capacity.md index 984400347..19ed07e34 100644 --- a/docs/serving/load-balancing/target-burst-capacity.md +++ b/docs/serving/load-balancing/target-burst-capacity.md @@ -1,12 +1,3 @@ ---- -title: "Configuring target burst capacity" -linkTitle: "Configuring target burst capacity" -weight: 50 -type: "docs" -aliases: - - /docs/serving/autoscaling/target-burst-capacity ---- - # Configuring target burst capacity _Target burst capacity_ is a [global and per-revision](../../serving/autoscaling/autoscaler-types.md#global-versus-per-revision-settings) integer setting that determines the size of traffic burst a Knative application can handle without buffering. diff --git a/docs/serving/samples/README.md b/docs/serving/samples/README.md index 66ca2e0bd..fb2718b6f 100644 --- a/docs/serving/samples/README.md +++ b/docs/serving/samples/README.md @@ -1,10 +1,3 @@ ---- -title: "Knative Serving code samples" -linkTitle: "Code samples" -weight: 100 -type: "docs" ---- - # Knative Serving code samples Use the following code samples to help you understand the various Knative diff --git a/docs/serving/samples/cloudevents/README.md b/docs/serving/samples/cloudevents/README.md deleted file mode 100644 index 3b3cbf099..000000000 --- a/docs/serving/samples/cloudevents/README.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Knative Serving 'Cloud Events' samples" -linkTitle: "Cloud Events apps" -weight: 1 -type: "docs" ---- diff --git a/docs/serving/samples/cloudevents/cloudevents-dotnet/README.md b/docs/serving/samples/cloudevents/cloudevents-dotnet/README.md index f88f892b2..9583faea7 100644 --- a/docs/serving/samples/cloudevents/cloudevents-dotnet/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-dotnet/README.md @@ -1,10 +1,3 @@ ---- -title: "Cloud Events - .NET Core" -linkTitle: ".NET" -weight: 1 -type: "docs" ---- - # Cloud Events - .NET Core A simple web app written in ASP.NET and C# that can receive and send Cloud Events that you diff --git a/docs/serving/samples/cloudevents/cloudevents-go/README.md b/docs/serving/samples/cloudevents/cloudevents-go/README.md index ee096b12b..9c9633b64 100644 --- a/docs/serving/samples/cloudevents/cloudevents-go/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-go/README.md @@ -1,10 +1,3 @@ ---- -title: "Cloud Events - Go" -linkTitle: "Go" -weight: 1 -type: "docs" ---- - # Cloud Events - Go A simple web app written in Go that can receive and send Cloud Events that you diff --git a/docs/serving/samples/cloudevents/cloudevents-nodejs/README.md b/docs/serving/samples/cloudevents/cloudevents-nodejs/README.md index b696a6a44..499ba291a 100644 --- a/docs/serving/samples/cloudevents/cloudevents-nodejs/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-nodejs/README.md @@ -1,10 +1,3 @@ ---- -title: "Cloud Events - Node.js" -linkTitle: "Node.js" -weight: 1 -type: "docs" ---- - # Cloud Events - Node.js A simple web app written in Node.js that can receive and send Cloud Events that you @@ -134,6 +127,3 @@ To remove the sample app from your cluster, delete the service. ```bash kn service delete cloudevents-nodejs ``` - - - diff --git a/docs/serving/samples/cloudevents/cloudevents-rust/README.md b/docs/serving/samples/cloudevents/cloudevents-rust/README.md index 7e30f130e..8dfec316b 100644 --- a/docs/serving/samples/cloudevents/cloudevents-rust/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-rust/README.md @@ -1,10 +1,3 @@ ---- -title: "Cloud Events - Rust" -linkTitle: "Rust" -weight: 1 -type: "docs" ---- - # Cloud Events - Rust A simple web app written in Rust using [Actix web](https://github.com/actix/actix-web) @@ -166,6 +159,3 @@ To remove the sample app from your cluster, delete the service. ```bash kn service delete cloudevents-rust ``` - - - diff --git a/docs/serving/samples/cloudevents/cloudevents-spring/README.md b/docs/serving/samples/cloudevents/cloudevents-spring/README.md index ca5679b5e..3e5208ce7 100644 --- a/docs/serving/samples/cloudevents/cloudevents-spring/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-spring/README.md @@ -1,10 +1,3 @@ ---- -title: "Cloud Events - Java and Spring" -linkTitle: "Java and Spring" -weight: 1 -type: "docs" ---- - # Cloud Events - Java and Spring A simple web app written in Java using Spring Cloud Function that can receive CloudEvents. It @@ -150,6 +143,3 @@ To remove the sample app from your cluster, delete the service: ```bash kn service delete cloudevents-spring ``` - - - diff --git a/docs/serving/samples/cloudevents/cloudevents-vertx/README.md b/docs/serving/samples/cloudevents/cloudevents-vertx/README.md index db3df956e..7303bb3da 100644 --- a/docs/serving/samples/cloudevents/cloudevents-vertx/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-vertx/README.md @@ -1,10 +1,3 @@ ---- -title: "Cloud Events - Java and Vert.x" -linkTitle: "Java and Vert.x" -weight: 1 -type: "docs" ---- - # Cloud Events - Java and Vert.x A simple web app written in Java using Vert.x that can receive CloudEvents. It diff --git a/docs/serving/samples/gitwebhook-go/README.md b/docs/serving/samples/gitwebhook-go/README.md index b21a0fa0e..e9793ca56 100644 --- a/docs/serving/samples/gitwebhook-go/README.md +++ b/docs/serving/samples/gitwebhook-go/README.md @@ -1,10 +1,3 @@ ---- -title: "GitHub webhook sample - Go" -linkTitle: "GitHub Webhook - Go" -weight: 1 -type: "docs" ---- - # GitHub webhook sample - Go A handler written in Go that demonstrates interacting with GitHub through a diff --git a/docs/serving/samples/grpc-ping-go/README.md b/docs/serving/samples/grpc-ping-go/README.md index 81ce36da0..25e9535e2 100644 --- a/docs/serving/samples/grpc-ping-go/README.md +++ b/docs/serving/samples/grpc-ping-go/README.md @@ -1,10 +1,3 @@ ---- -title: "gRPC Server - Go" -#linkTitle: "" -weight: 1 -type: "docs" ---- - # gRPC Server - Go A [gRPC](https://grpc.io) server written in Go. @@ -48,8 +41,8 @@ for production containers. 3. Update the `service.yaml` file in the project to reference the published image from step 1. Replace `{username}` in `service.yaml` with your Docker Hub user name: - - + + ```yaml apiVersion: serving.knative.dev/v1 kind: Service @@ -64,7 +57,7 @@ for production containers. ports: - name: h2c containerPort: 8080 - ``` + ``` 4. Use `kubectl` to deploy the service. @@ -116,4 +109,3 @@ docker run --rm {username}/grpc-ping-go \ The arguments after the container tag `{username}/grpc-ping-go` are used instead of the entrypoint command defined in the Dockerfile `CMD` statement. - diff --git a/docs/serving/samples/hello-world/README.md b/docs/serving/samples/hello-world/README.md deleted file mode 100644 index 2a9b0ea1e..000000000 --- a/docs/serving/samples/hello-world/README.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Knative 'Hello World' samples" -linkTitle: "Hello world apps" -weight: 1 -type: "docs" ---- diff --git a/docs/serving/samples/hello-world/helloworld-csharp/README.md b/docs/serving/samples/hello-world/helloworld-csharp/README.md index 0fc8370ed..52fc3100f 100644 --- a/docs/serving/samples/hello-world/helloworld-csharp/README.md +++ b/docs/serving/samples/hello-world/helloworld-csharp/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello world - .NET Core" -linkTitle: ".NET" -weight: 1 -type: "docs" ---- - # Hello world - .NET Core A simple web app written in C# using .NET Core 3.1 that you can use for testing. diff --git a/docs/serving/samples/hello-world/helloworld-go/README.md b/docs/serving/samples/hello-world/helloworld-go/README.md index cb405acc8..2c71bcf36 100644 --- a/docs/serving/samples/hello-world/helloworld-go/README.md +++ b/docs/serving/samples/hello-world/helloworld-go/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Go" -linkTitle: "Go" -weight: 1 -type: "docs" ---- - # Hello World - Go This guide describes the steps required to to create the `helloworld-go` sample app diff --git a/docs/serving/samples/hello-world/helloworld-java-spark/README.md b/docs/serving/samples/hello-world/helloworld-java-spark/README.md index 6246450cb..73fbe0f54 100644 --- a/docs/serving/samples/hello-world/helloworld-java-spark/README.md +++ b/docs/serving/samples/hello-world/helloworld-java-spark/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Spark Java Framework" -linkTitle: "Java (Spark)" -weight: 1 -type: "docs" ---- - # Hello World - Spark Java Framework A simple web app written in Java using Spark Java Framework that you can use for diff --git a/docs/serving/samples/hello-world/helloworld-kotlin/README.md b/docs/serving/samples/hello-world/helloworld-kotlin/README.md index 2d06d0cad..c41def7ad 100644 --- a/docs/serving/samples/hello-world/helloworld-kotlin/README.md +++ b/docs/serving/samples/hello-world/helloworld-kotlin/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Kotlin" -linkTitle: "Kotlin" -weight: 1 -type: "docs" ---- - # Hello World - Kotlin A simple web app written in Kotlin using [Ktor](https://ktor.io/) that you can diff --git a/docs/serving/samples/hello-world/helloworld-nodejs/README.md b/docs/serving/samples/hello-world/helloworld-nodejs/README.md index 1c69d66e9..1502b9622 100644 --- a/docs/serving/samples/hello-world/helloworld-nodejs/README.md +++ b/docs/serving/samples/hello-world/helloworld-nodejs/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Node.js" -linkTitle: "Node.js" -weight: 1 -type: "docs" ---- - # Hello World - Node.js A simple web app written in Node.js that you can use for testing. It reads in an diff --git a/docs/serving/samples/hello-world/helloworld-php/README.md b/docs/serving/samples/hello-world/helloworld-php/README.md index a38fcd262..1a33c1861 100644 --- a/docs/serving/samples/hello-world/helloworld-php/README.md +++ b/docs/serving/samples/hello-world/helloworld-php/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - PHP" -linkTitle: "PHP" -weight: 1 -type: "docs" ---- - # Hello World - PHP A simple web app written in PHP that you can use for testing. It reads in an env diff --git a/docs/serving/samples/hello-world/helloworld-python/README.md b/docs/serving/samples/hello-world/helloworld-python/README.md index c17befc2b..fb05cbcae 100644 --- a/docs/serving/samples/hello-world/helloworld-python/README.md +++ b/docs/serving/samples/hello-world/helloworld-python/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Python" -linkTitle: "Python" -weight: 1 -type: "docs" ---- - # Hello World - Python This guide describes the steps required to create the `helloworld-python` sample diff --git a/docs/serving/samples/hello-world/helloworld-ruby/README.md b/docs/serving/samples/hello-world/helloworld-ruby/README.md index 7180a7a89..7ac017359 100644 --- a/docs/serving/samples/hello-world/helloworld-ruby/README.md +++ b/docs/serving/samples/hello-world/helloworld-ruby/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Ruby" -linkTitle: "Ruby" -weight: 1 -type: "docs" ---- - # Hello World - Ruby This guide describes the steps required to create the `helloworld-ruby` sample app and deploy it to your cluster. diff --git a/docs/serving/samples/hello-world/helloworld-scala/README.md b/docs/serving/samples/hello-world/helloworld-scala/README.md index a4336b9f9..988242ecc 100644 --- a/docs/serving/samples/hello-world/helloworld-scala/README.md +++ b/docs/serving/samples/hello-world/helloworld-scala/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Scala using Akka HTTP" -linkTitle: "Scala" -weight: 1 -type: "docs" ---- - # Hello World - Scala using Akka HTTP A microservice which demonstrates how to get set up and running with Knative diff --git a/docs/serving/samples/hello-world/helloworld-shell/README.md b/docs/serving/samples/hello-world/helloworld-shell/README.md index 09a3f023d..661eac189 100644 --- a/docs/serving/samples/hello-world/helloworld-shell/README.md +++ b/docs/serving/samples/hello-world/helloworld-shell/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Shell" -linkTitle: "Shell" -weight: 1 -type: "docs" ---- - # Hello World - Shell This guide describes the steps required to create the `helloworld-shell` sample app and deploy it to your diff --git a/docs/serving/samples/knative-routing-go/README.md b/docs/serving/samples/knative-routing-go/README.md index d797d6391..5cd4bc800 100644 --- a/docs/serving/samples/knative-routing-go/README.md +++ b/docs/serving/samples/knative-routing-go/README.md @@ -1,10 +1,3 @@ ---- -title: "Routing across multiple Knative services - Go" -linkTitle: "Routing services - Go" -weight: 1 -type: "docs" ---- - # Routing across multiple Knative services - Go This example shows how to map multiple Knative services to different paths under diff --git a/docs/serving/samples/multi-container/README.md b/docs/serving/samples/multi-container/README.md index 1b34849a9..752a35fb2 100644 --- a/docs/serving/samples/multi-container/README.md +++ b/docs/serving/samples/multi-container/README.md @@ -1,10 +1,3 @@ ---- -title: "Knative multi-container samples" -linkTitle: "multi-container samples" -weight: 1 -type: "docs" ---- - # Knative multi-container samples A simple web app written in Go that you can use for multi container testing. diff --git a/docs/serving/samples/rest-api-go/README.md b/docs/serving/samples/rest-api-go/README.md index efb0aab97..81e50e847 100644 --- a/docs/serving/samples/rest-api-go/README.md +++ b/docs/serving/samples/rest-api-go/README.md @@ -1,10 +1,3 @@ ---- -title: "Creating a RESTful Service - Go" -linkTitle: "RESTful service - Go" -weight: 1 -type: "docs" ---- - # Creating a RESTful Service - Go This "stock ticker" sample demonstrates how to create and run a simple RESTful diff --git a/docs/serving/samples/secrets-go/README.md b/docs/serving/samples/secrets-go/README.md index edc18c789..eb329cda7 100644 --- a/docs/serving/samples/secrets-go/README.md +++ b/docs/serving/samples/secrets-go/README.md @@ -1,10 +1,3 @@ ---- -title: "Knative Secrets - Go" -linkTitle: "Secrets - Go" -weight: 1 -type: "docs" ---- - # Knative Secrets - Go A simple web app written in Go that you can use for testing. It demonstrates how diff --git a/docs/serving/samples/tag-header-based-routing/README.md b/docs/serving/samples/tag-header-based-routing/README.md index e39575790..4b32a5bcf 100644 --- a/docs/serving/samples/tag-header-based-routing/README.md +++ b/docs/serving/samples/tag-header-based-routing/README.md @@ -1,9 +1,3 @@ ---- -title: "Tag Header Based Routing" -weight: 1 -type: "docs" ---- - # Tag Header Based Routing This sample explains the use of tag header based routing. diff --git a/docs/serving/setting-up-custom-ingress-gateway.md b/docs/serving/setting-up-custom-ingress-gateway.md index ad1c7b8ef..401b9bab7 100644 --- a/docs/serving/setting-up-custom-ingress-gateway.md +++ b/docs/serving/setting-up-custom-ingress-gateway.md @@ -1,11 +1,4 @@ ---- -title: "Setting up custom ingress gateway" -linkTitle: "Configuring the ingress gateway" -weight: 55 -type: "docs" ---- - -# Setting up custom ingress gateway +# Configuring the ingress gateway Knative uses a shared ingress Gateway to serve all incoming traffic within Knative service mesh, which is the `knative-ingress-gateway` Gateway under diff --git a/docs/serving/using-a-tls-cert.md b/docs/serving/using-a-tls-cert.md index bec8e3119..174f83831 100644 --- a/docs/serving/using-a-tls-cert.md +++ b/docs/serving/using-a-tls-cert.md @@ -1,12 +1,3 @@ ---- -title: "Configuring HTTPS with TLS certificates" -linkTitle: "Configuring HTTPS connections" -weight: 60 -type: "docs" -aliases: - - /docs/serving/using-an-ssl-cert/ ---- - # Configuring HTTPS with TLS certificates Learn how to configure secure HTTPS connections in Knative using TLS diff --git a/docs/serving/webhook-customizations.md b/docs/serving/webhook-customizations.md index 8594cd822..d5f370e32 100644 --- a/docs/serving/webhook-customizations.md +++ b/docs/serving/webhook-customizations.md @@ -1,9 +1,3 @@ ---- -title: "Exclude namespaces from the Knative webhook" -weight: 70 -type: "docs" ---- - # Exclude namespaces from the Knative webhook The Knative webhook examines resources that are created, read, updated, or deleted. This includes system namespaces, which can cause issues during an upgrade if the webhook becomes non-responsive. Cluster administrators may want to disable the Knative webhook on system namespaces to prevent issues during upgrades. @@ -15,6 +9,6 @@ apiVersion: v1 kind: Namespace metadata: name: knative-dev - labels: + labels: webhooks.knative.dev/exclude: "true" -``` \ No newline at end of file +```