Skip to content

Conversation

@jkodroff
Copy link
Member

Adds the Pulumi CLI Versions page to the Infrastructure as Code > Pulumi CLI section in the navigation menu as "Available versions", addressing user feedback that this important reference page was not easily discoverable.

The page appears after Commands, Environment variables, and Command-line completion entries, maintaining a logical navigation hierarchy.

Fixes #16370

🤖 Generated with Claude Code

Adds the Pulumi CLI Versions page to the Infrastructure as Code > Pulumi CLI
section in the navigation menu as "Available versions", addressing user
feedback that this important reference page was not easily discoverable.

The page appears after Commands, Environment variables, and Command-line
completion entries, maintaining a logical navigation hierarchy.

Fixes #16370

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@claude
Copy link
Contributor

claude bot commented Oct 23, 2025

Review Summary

This PR successfully adds the "Available versions" page to the Pulumi CLI navigation menu, improving discoverability as requested in #16370. The change is well-executed with proper frontmatter configuration and appropriate weight ordering.

✅ What's Working Well

  • Navigation structure: The page correctly appears in the iac menu with parent: iac-cli and appropriate weight: 4, placing it logically after Commands (weight: 1), Environment variables (weight: 2), and Command-line completion (weight: 3)
  • Menu name: "Available versions" follows Title Case convention as specified in STYLE-GUIDE.md for navigation menu items (line 35)
  • Frontmatter: All required fields are present and properly formatted
  • Existing aliases: The page already has appropriate aliases for SEO preservation
  • No file moves: This is just adding navigation metadata to an existing file, so no additional aliases are needed

📝 Minor Issue Found

Line 3: Typo in meta description

meta_desc: This page provides a list of available versions of the Pulumi CLI.

The word "an" should be "a" ("a list" not "an list").


All other aspects of the PR follow the repository's style guidelines and conventions. Once the typo is fixed, this will be ready to merge.

Mention @claude if you'd like me to review any updates or need help with anything else.

@pulumi-bot
Copy link
Collaborator

Copy link
Contributor

@CamSoper CamSoper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect fix, thanks for doing it!

@jkodroff jkodroff enabled auto-merge (squash) October 24, 2025 17:56
@pulumi-bot
Copy link
Collaborator

@pulumi-bot
Copy link
Collaborator

@pulumi-bot
Copy link
Collaborator

@jkodroff jkodroff merged commit 356af2e into master Oct 24, 2025
7 checks passed
@jkodroff jkodroff deleted the jkodroff/add-available-cli-versios branch October 24, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Available CLI Versions to the docs nav

3 participants