pulumi/developer-docs
Julien 257bdb8460
Update go.mod to 1.21 (#17140)
Update the go.mod files for pkg and the sdks to 1.21. We can't build on
1.20 anymore, as we use the `slices` package that was introduced in
1.21. We don't bump all the way to 1.22 to avoid breaking for no reason,
but we don't make any real guarantees about maintaining compatibility
with 1.21.
2024-09-03 12:37:49 +00:00
..
architecture fix some links 2023-05-19 19:39:26 -07:00
providers devdocs: Document ignore changes interaction with Check (#16858) 2024-08-02 17:32:47 +00:00
utils Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
.gitignore Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00
Makefile [developer-docs] Document resource import. (#8137) 2021-10-07 12:14:37 -07:00
README.md Create README.md 2023-04-11 11:20:22 -07:00
build.md [developer-docs] Add links + a broad arch diagram (#7856) 2021-08-27 10:55:06 -07:00
conf.py [developer-docs] Add links + a broad arch diagram (#7856) 2021-08-27 10:55:06 -07:00
go.mod Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +00:00
go.sum [schema] Add the Pulumi Package metaschema. (#7952) 2021-09-20 12:00:42 -07:00
index.md [developer-docs] Document resource import. (#8137) 2021-10-07 12:14:37 -07:00
requirements.txt Start in on developer documentation. (#7839) 2021-08-25 15:18:13 -07:00

README.md

Pulumi Developer Docs

Welcome to the Pulumi Developer Docs!

To access the documentation, please visit: https://pulumi-developer-docs.readthedocs.io/en/latest/

The documentation site is designed to provide comprehensive documentation for maintainers and contributors of Pulumi.

Thank you for your interest in contributing to Pulumi!