docs/docs/functions
Matthias Wessendorf f68510ca75
Adding initial doc for func subscribe (#5754)
* Adding initial doc for func subscribe

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* correction

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding hint for deploy

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding index

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Updates

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

---------

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2023-11-10 12:49:01 +00:00
..
README.md fix language-packs link (#5428) 2023-02-13 21:37:49 +00:00
building-functions.md Add CLI func if Git URL already specified (#5419) 2023-02-09 17:25:49 +00:00
creating-functions.md Add functions section to docs (#5271) 2022-10-18 15:19:10 +00:00
deploying-functions.md functions: update deploy docs (#5347) 2022-12-05 20:23:12 +00:00
install-func.md Add functions section to docs (#5271) 2022-10-18 15:19:10 +00:00
invoking-functions.md Follow up to add advanced func docs (#5286) 2022-10-25 16:08:56 +00:00
language-packs.md rename sandbox to extensions - manual (#5661) 2023-08-17 09:33:42 +00:00
running-functions.md Follow up to add advanced func docs (#5286) 2022-10-25 16:08:56 +00:00
subscribing-functions.md Adding initial doc for func subscribe (#5754) 2023-11-10 12:49:01 +00:00

README.md

Knative Functions overview

--8<-- "about-functions.md"

Function templates

--8<-- "functions-templates-intro.md"

Language packs

Functions can be written in any language supported by the available language packs{target=_blank}.

Getting started with functions

Before you can use Knative Functions, you must have access to a Knative development environment. To set up a development environment, you can follow the Knative Quickstart tutorial{target=_blank}.