-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds support for showing the Pulumi Copilot sidebar on the docs site #12905
Conversation
Your site preview for commit 74c06eb0 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12905-74c06eb0.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit d48e787 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12905-d48e787a.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit a652c7e is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12905-a652c7e9.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 1c8f141 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12905-1c8f1412.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me @foot! Nice work here!!
infrastructure/index.ts
Outdated
@@ -59,8 +59,10 @@ const config = { | |||
marketingPortalStack: stackConfig.get("marketingPortalStack"), | |||
}; | |||
|
|||
const aiAppStack = new pulumi.StackReference('pulumi/pulumi-ai-app-infra/prod'); | |||
// const aiAppStack = new pulumi.StackReference('pulumi/pulumi-ai-app-infra/prod'); | |||
const aiAppStack = new pulumi.StackReference('pulumi/pulumi-ai-app-infra/pr-pulumi-pulumi.ai-1297'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make the stack reference itself a config value that is specified in the stack config, instead of hard coding it, since it appears to be environment specific?
unless we only have one environment for the ai stack that all docs stacks will reference then maybe this is ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll only have a one env really. Its a bit hard to align all the CORS etc to get this going on the test previews for now.
But I still like the idea a lot. Will do a follow up PR.
1c8f141
to
6fb3781
Compare
Your site preview for commit 6fb3781 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12905-6fb3781f.s3-website.us-west-2.amazonaws.com. |
Proposed changes
Adds support for showing the Pulumi Copilot sidebar on the docs site
Notes
React.portal
into the doc and interact w/ the page a bit.