pulumi/docs
Will Jones 7d7e19fc38
Refer to MLCs as component providers (#17238)
Component providers are those which implement the `Construct` endpoint
to supply remote components. Internally, we often refer to these as
"multi-language components", or MLCs, since historically this was the
point of introducing them -- to enable a program in any language to
consume a component written in any language. That said, "component
provider" is arguably a better term. Firstly, such providers may also
provide other non-component resources, and not "just" be "MLCs".
Secondly, "component providers" is the term we use when interacting with
customers, since it more effectively communicates the use case in
question. This commit reflects this preference by documenting component
providers, and not MLCs, in our developer documentation, fleshing out a
few things (such as local vs. remote) while we're at it.
2024-09-12 08:21:46 +00:00
..
architecture Refer to MLCs as component providers (#17238) 2024-09-12 08:21:46 +00:00
references Generate reference documentation from Protobufs (#17120) 2024-08-30 17:04:16 +00:00
sphinx Add GitHub links to developer documentation (#17191) 2024-09-06 15:58:45 +00:00
.gitignore Generate reference documentation from Protobufs (#17120) 2024-08-30 17:04:16 +00:00
Makefile Generate reference documentation from Protobufs (#17120) 2024-08-30 17:04:16 +00:00
README.md Generate reference documentation from Protobufs (#17120) 2024-08-30 17:04:16 +00:00
diagrams.md Introduce Sphinx-backed developer documentation (#16953) 2024-08-22 12:20:20 +00:00
documentation.md Document developer documentation deployments (#17119) 2024-08-30 16:17:46 +00:00
make.py Generate reference documentation from Protobufs (#17120) 2024-08-30 17:04:16 +00:00
requirements.txt Have Read the Docs use `docs/Makefile` (#17099) 2024-08-29 13:08:35 +00:00
writing.md Start porting/adding architecture documentation (#17088) 2024-08-28 16:31:17 +00:00

README.md

Home

Welcome to the Pulumi developer documentation! This site is designed to provide complete documentation for maintainers of and contributors to Pulumi.

:::{toctree} :maxdepth: 2 :titlesonly:

self /docs/documentation /docs/architecture/README /docs/references/README :::