mirror of https://github.com/knative/docs.git
Update README.md
This commit is contained in:
parent
66cbc29930
commit
cec538bc75
|
@ -1,7 +1,11 @@
|
|||
# Samples for knative/serving project
|
||||
# Knative Serving Samples
|
||||
|
||||
* Hello World - Quick introduction that highlights how to deploy an app using
|
||||
Knative Serving.
|
||||
This directoy contains a variety of samples that use [Knative Serving](https://github.com/knative/serving).
|
||||
|
||||
Some of the available samples:
|
||||
|
||||
* Hello World - Basic samples that demonstrate how to deploy an app using
|
||||
Knative Serving:
|
||||
* [C#](helloworld-csharp/README.md)
|
||||
* [Go](helloworld-go/README.md)
|
||||
* [Java](helloworld-java/README.md)
|
||||
|
@ -10,4 +14,8 @@
|
|||
* [Python](helloworld-python/README.md)
|
||||
* [Ruby](helloworld-ruby/README.md)
|
||||
* [Rust](helloworld-rust/README.md)
|
||||
|
||||
* More advanced samples using Knative Serving:
|
||||
* [Autoscaling with Knative Serving](./samples/autoscale-go/README.md)
|
||||
* [Source-to-URL with Knative Serving](./samples/source-to-url-go/README.md)
|
||||
* [Telemetry with Knative Serving](./samples/telemetry-go/README.md)
|
||||
* [REST API sample](./samples/rest-ap-go/README.md)
|
||||
|
|
Loading…
Reference in New Issue