pulumi/docs
Will Jones 1cd86ddee1
Clean up documentation to support the bridge (#17784)
This commit makes a few changes to our developer documentation in order
to make way for pulumi/pulumi-terraform-bridge#2623, which adds Sphinx
developer documentation to the Terraform Bridge. Namely:

* We introduce `intersphinx`, which allows for cross-referencing between
multiple Sphinx documentation sites as though they were in one site. We
won't introduce such links until the bridge documentation is merged and
deployed, but in theory links such as `tfbridge:some-label` will resolve
correctly thereafter.
* We rename the root page from "Home", to "Pulumi developer
documentation", since both the `pulumi/pulumi` and bridge documentation
sites will have a root and it could be confusing if they were both
called "Home".
* While we're here, we copy a trick from the bridge PR that allows us to
just write Mermaid diagrams using `mermaid` instead of `{mermaid}`. This
means that GitHub will render them in our Markdown files, which is nice.
2024-11-15 14:41:07 +00:00
..
architecture Clean up documentation to support the bridge (#17784) 2024-11-15 14:41:07 +00:00
references Clean up documentation to support the bridge (#17784) 2024-11-15 14:41:07 +00:00
sphinx Clean up documentation to support the bridge (#17784) 2024-11-15 14:41:07 +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 Clean up documentation to support the bridge (#17784) 2024-11-15 14:41:07 +00:00
diagrams.md Clean up documentation to support the bridge (#17784) 2024-11-15 14:41:07 +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 Bump some dependencies recommended by Dependabot (#17765) 2024-11-14 09:50:34 +00:00
writing.md Explain how to contribute to dev docs (#17604) 2024-10-23 20:58:18 +00:00

README.md

Pulumi developer documentation

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:

Home /docs/documentation /docs/architecture/README /docs/references/README :::