docs: Added package manager tab group synchronization across the entire installation page#2421
docs: Added package manager tab group synchronization across the entire installation page#2421BlazerYoo wants to merge 7 commits into
Conversation
❌ Deploy Preview for creative-fairy-df92c4 failed.
|
@wxt-dev/analytics
@wxt-dev/auto-icons
@wxt-dev/browser
@wxt-dev/i18n
@wxt-dev/is-background
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/runner
@wxt-dev/storage
@wxt-dev/unocss
@wxt-dev/webextension-polyfill
wxt
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2421 +/- ##
==========================================
+ Coverage 78.33% 78.46% +0.12%
==========================================
Files 133 133
Lines 3882 3882
Branches 875 875
==========================================
+ Hits 3041 3046 +5
+ Misses 752 749 -3
+ Partials 89 87 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Move everything to /utils and there simply call that function in enhanceApp section.
Also if(typeof window ... move inside that helper, to keep index.ts clean 😄
And run prettier.
Anyway that's amazing feature(not a fix, like you've suggested i need to change the PR title), i've seen that in many docs of multiple tools,
Co-authored-by: Patryk Kuniczak <p.kuniczak@gmail.com>
|
Thanks for the review! Just pushed a commit covering all of it:
|
|
@BlazerYoo That's not your problem with CI. |
Overview
Updates the docs installation page so choosing a package manager in one code group automatically updates the other code groups on the same page.
Manual Testing
bun run docs:dev/guide/installationBunin one code group under “From Scratch”Bunas wellPNPMorNPMto confirm the selection syncs across all groupsRelated Issue
This PR does not close a tracked issue.