feat: replace Tabs with PackageManagerTabs across pages [i18nIgnore]#12492
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
Lunaria Status Overview🌑 This pull request will not trigger status changes. Learn moreLunaria automatically ignores changes on specific PRs by adding a ignored keyword in its title. Found: You can change this by either removing the keyword above from the PR's title, or modifying the Tracked FilesNote The notes below indicate what would happen if the pull request is merged when triggering status changes. Since a ignored keyword was found in the PR's title, the status changes indicated below won't be applied.
Warnings reference
|
yanthomasdev
left a comment
There was a problem hiding this comment.
LGTM! Good job and welcome to Team Docs! 🙌
…ithastro#12492) Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
As discussed in the discussion #12448, the documentation currently doesn’t use
PackageManagerTabsconsistently.Description:
<Tabs>component with<PackageManagerTabs>across multiple pages.Affected pages:
develop-and-build.mdxclever-cloud.mdxinstall-and-setup.mdxThis ensures a consistent user experience across the documentation, making it easier for users to find commands for their preferred package manager.
I’m happy to make any changes if needed.