Skip to content

docs: Move homepage extensions to separate YAML file#2255

Merged
aklinker1 merged 4 commits intomainfrom
showcase-yaml
Apr 13, 2026
Merged

docs: Move homepage extensions to separate YAML file#2255
aklinker1 merged 4 commits intomainfrom
showcase-yaml

Conversation

@aklinker1
Copy link
Copy Markdown
Member

@aklinker1 aklinker1 commented Apr 13, 2026

Overview

Vue file was getting large, annoying to modify and annoying for contributors to scroll down to find the bottom of the list. So I moved it to a YAML file.

Wrote my own plugin to minimize dependencies, all the vite plugins that add yaml support are 3+ dependencies... With bun it's zero.

Manual Testing

bun docs:dev

And make sure the extensions still load.

Or checkout the deploy preview.

Related Issue

Follow up to #2208

@aklinker1 aklinker1 self-assigned this Apr 13, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 13, 2026

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit 7b299c7
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/69dc7a8efeed7c0008a90008
😎 Deploy Preview https://deploy-preview-2255--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 13, 2026

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2255

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2255

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2255

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2255

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2255

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2255

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2255

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2255

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2255

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2255

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2255

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2255

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2255

wxt

npm i https://pkg.pr.new/wxt@2255

commit: 7b299c7

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.48%. Comparing base (de2b382) to head (7b299c7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2255      +/-   ##
==========================================
- Coverage   79.56%   79.48%   -0.08%     
==========================================
  Files         130      130              
  Lines        3798     3798              
  Branches      854      854              
==========================================
- Hits         3022     3019       -3     
- Misses        692      694       +2     
- Partials       84       85       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aklinker1 aklinker1 marked this pull request as ready for review April 13, 2026 05:05
Comment thread package.json
Comment on lines -16 to +18
"docs:dev": "bun run --silent docs:gen && bun run vitepress dev docs",
"docs:build": "bun run --silent docs:gen && bun run vitepress build docs",
"docs:preview": "bun run --silent docs:gen && bun run vitepress preview docs"
"docs:dev": "bun run --silent docs:gen && bun run --bun vitepress dev docs",
"docs:build": "bun run --silent docs:gen && bun run --bun vitepress build docs",
"docs:preview": "bun run --silent docs:gen && bun run --bun vitepress preview docs"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Without --bun, vitepress runs in node, not bun, and the Bun global is not defined.

@aklinker1 aklinker1 merged commit e16052c into main Apr 13, 2026
18 checks passed
@aklinker1 aklinker1 deleted the showcase-yaml branch April 13, 2026 05:12
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.

1 participant