-
Notifications
You must be signed in to change notification settings - Fork 262
Document deployment method options in New Project Wizard #17431
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
base: master
Are you sure you want to change the base?
Conversation
Add comprehensive documentation for the three deployment method options available in the New Project Wizard: - Deployments - no-code: Deploy without VCS, config stored in Pulumi ESC - Deployments - git: Full git integration with automated deployments - CLI: Step-by-step commands for local execution Each option now includes requirements and step-by-step instructions, addressing the gap in documentation around no-code workflows. https://claude.ai/code/session_01NpMkuk71vTALdULXegwocQ
|
Your site preview for commit 98ce830 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17431-98ce8300.s3-website.us-west-2.amazonaws.com. |
|
@claude review this PR and make some changes. 1/ Remove the NPW screenshots as they are outdated, 2/ include a link to the no code docs: https://www.pulumi.com/docs/idp/get-started/workflows 3/ the note: section is not used for doc structure. |
|
Claude finished @meagancojocar's task in 1m 27s —— View job Changes completed ✓Tasks
SummaryI've made all the requested changes to the New Project Wizard documentation:
The changes have been committed and pushed to the PR branch Branch | |
- Remove outdated NPW screenshot images (npw-sidebar.png, npw-start.png, npw-deploy-method.png) - Update no-code workflow link to point to /docs/idp/get-started/workflows - Convert notes shortcode to regular content for better doc structure Co-authored-by: Meagan <meagancojocar@users.noreply.github.com>
|
@claude new project is now a button on the "Stacks" page found on the left nav, url is https://app.pulumi.com/pulumi/projects. and the URL for going direct to new project is https://app.pulumi.com/new |
|
Claude finished @meagancojocar's task in 1m 18s —— View job Changes completed ✓Tasks
SummaryI've updated the New Project Wizard documentation to include information about how to access the feature: Changes made:
The changes have been committed and pushed to the PR branch Note: I was unable to run --- | Branch |
Document how to access the New Project Wizard from the Stacks page and provide direct URL. Also improve document structure by promoting deployment method sections to h3 headers. Co-authored-by: Meagan <meagancojocar@users.noreply.github.com>
|
Your site preview for commit 24e678b is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17431-24e678bd.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit 49c060f is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17431-49c060fb.s3-website.us-west-2.amazonaws.com. |
|
@claude the new project button is not in the left nav anymore, its on the stacks page. dont link to the projects page as that url has so won't work for anyone but pulumi |
|
Claude finished @meagancojocar's task in 47s —— View job Tasks
SummaryI've updated the New Project Wizard documentation to fix the navigation instructions: Changes made:
The updated text now reads:
The changes have been committed and pushed to the PR branch |
- Remove reference to left navigation (button is now on Stacks page) - Remove link to projects page with org-name placeholder - Simplify accessing instructions to focus on direct wizard link Co-authored-by: Meagan <meagancojocar@users.noreply.github.com>
|
Your site preview for commit 398a203 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17431-398a203d.s3-website.us-west-2.amazonaws.com. |
Documentation ReviewI've reviewed the changes to document deployment method options in the New Project Wizard. Here are my findings: Issues Found1. Inconsistent terminology (line 61)The heading uses "Pulumi Deployments" but should use "Deployments - git" to match the deployment method terminology used at line 22. content/docs/idp/developer-portals/new-project-wizard/_index.md:61 2. Inconsistent deployment method naming (line 44)The text says "Choose 'Deployments - no-code'" but this should match the exact terminology used in the heading and bullet list at lines 21-23. All three deployment methods should use consistent naming throughout. content/docs/idp/developer-portals/new-project-wizard/_index.md:44 3. Unbalanced list formattingThe three deployment method sections have inconsistent list numbering and structure. The "Deployments - no-code" section (lines 42-45) and "Deployments - git" sections (lines 59-62) use numbered lists starting with "1.", while the CLI section (lines 71-74) doesn't follow the same structure. For consistency, all three "How it works" sections should use the same list format. content/docs/idp/developer-portals/new-project-wizard/_index.md:71-74 Positive aspects
Style compliance
If you'd like me to review additional changes or help fix these issues, mention me (@claude) in a comment. |
|
Your site preview for commit 398a203 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-17431-398a203d.s3-website.us-west-2.amazonaws.com. |
Add comprehensive documentation for the three deployment method options available in the New Project Wizard:
Each option now includes requirements and step-by-step instructions, addressing the gap in documentation around no-code workflows.
https://claude.ai/code/session_01NpMkuk71vTALdULXegwocQ
Proposed changes
Unreleased product version (optional)
Related issues (optional)