This repository was archived by the owner on May 5, 2026. It is now read-only.
docs: restore IaC/Pulumi section with corrected URLs#907
Open
Engin Diri (dirien) wants to merge 1 commit into
Open
docs: restore IaC/Pulumi section with corrected URLs#907Engin Diri (dirien) wants to merge 1 commit into
Engin Diri (dirien) wants to merge 1 commit into
Conversation
The Pulumi IaC section added in langchain-ai#491 was removed in 109445b because the example repository URLs returned 404 — they were missing the `/tree/master/` path segment required for GitHub subdirectory links. This restores the section with the correctly-formed URLs so each quickstart link resolves to the intended example. The `aws-js-langserve` row is dropped since that example does not exist in pulumi/examples.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restores the Deploy using Infrastructure as Code → Pulumi section that was removed in 109445b. That section originated in #491, but the example repository links returned 404 because they were missing the
/tree/master/path segment required for linking to a subdirectory in a GitHub repo — which is presumably why it was removed.This PR brings the section back with correctly-formed URLs so each quickstart resolves to the intended example. The
aws-js-langserverow from the original table is dropped because that example does not exist inpulumi/examples.Verified each linked path exists in
pulumi/examples(default branchmaster):Test plan
RepositoryURLs resolve (no 404)Deploybutton?template=URLs use the same valid/tree/master/paths