From ce25069dbeaf2eb8e8886d1e296ab6ebb1971d60 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Fri, 12 Jan 2024 16:00:24 -0800 Subject: [PATCH] Link guide, SDK docs Signed-off-by: Nic Cope --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 16a3443..05509f2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ A template for writing a [composition function][functions] in [Python][python]. To learn how to use this template: +* [Follow the guide to writing a composition function in Python][function guide] * [Learn about how composition functions work][functions] +* [Read the function-sdk-go package documentation][package docs] If you just want to jump in and get started: @@ -36,6 +38,8 @@ $ crossplane xpkg build -f package --embed-runtime-image=runtime ``` [functions]: https://docs.crossplane.io/latest/concepts/composition-functions +[function guide]: https://docs.crossplane.io/knowledge-base/guides/write-a-composition-function-in-python +[package docs]: https://crossplane.github.io/function-sdk-python [python]: https://python.org [docker]: https://www.docker.com [cli]: https://docs.crossplane.io/latest/cli