Merge pull request #25 from negz/link-get

Link guide, SDK docs
This commit is contained in:
Nic Cope 2024-01-12 16:05:54 -08:00 committed by GitHub
commit 8f1001bfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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