-
Notifications
You must be signed in to change notification settings - Fork 258
Add Pulumi Guides menu item to main navigation #16643
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
Conversation
Documentation ReviewI've reviewed the changes in this PR. Here are my findings: Issues Found1. Broken Link Target (Critical)File: layouts/partials/header.html:246 and layouts/partials/header.html:462 The navigation links point to
Impact: Users clicking this menu item will encounter a 404 error, which is a poor user experience and breaks navigation. Recommendation: Before merging, ensure that:
Style Issues2. Inconsistent FormattingFile: layouts/partials/header.html:247-249 The subtitle text should be reviewed for consistency with other menu items. The subtitle reads: "Practical infrastructure patterns for cloud providers" While grammatically correct, consider whether "cloud providers" is the right scope or if "cloud platforms" or "infrastructure challenges" might be more appropriate, depending on the actual content planned for the guides section. HTML Structure ReviewThe HTML changes are properly structured and consistent with existing menu items:
SummaryThe implementation is technically sound and follows the existing navigation patterns correctly. However, this PR should not be merged until the @asafashirov Please verify that the |
|
Your site preview for commit 00a7efa is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16643-00a7efa3.s3-website.us-west-2.amazonaws.com. |
|
Pending Pulumi Guides launch. |
Documentation ReviewI've reviewed the changes to add the Pulumi Guides menu item to the main navigation. The implementation looks good overall with just a few minor observations: Issues Found1. Text formatting consistency (layouts/partials/header.html:249) The subtitle uses "cloud providers" which is technically accurate, but consider if "cloud platforms" might be more consistent with Pulumi's typical terminology for AWS, Azure, GCP, etc. ObservationsPositive aspects:
Note: The link points to ApprovalThe changes are structurally sound and follow the repository's conventions. The addition is appropriately placed in the "For Engineers" section alongside related menu items. Mention me (@claude) if you'd like me to review any revisions or need additional assistance with this PR. |
|
Your site preview for commit 00a7efa is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16643-00a7efa3.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit da03341 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16643-da03341b.s3-website.us-west-2.amazonaws.com. |
Adds new "Pulumi Guides" menu item under "For Engineers" section in the main navigation with link to /guides/ post-launch.