Skip to content

docs: add @nuxt.com Bluesky profile link#939

Open
shuuji3 wants to merge 1 commit intonuxt:mainfrom
shuuji3:feat/add-bluesky
Open

docs: add @nuxt.com Bluesky profile link#939
shuuji3 wants to merge 1 commit intonuxt:mainfrom
shuuji3:feat/add-bluesky

Conversation

@shuuji3
Copy link

@shuuji3 shuuji3 commented Mar 4, 2026

🔗 Linked issue

resolves #938

📚 Description

  • Added the official Bluesky account link.
  • Used simple-icons, which already has Bluesky icon.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 4, 2026

📝 Walkthrough

Walkthrough

Two Bluesky buttons were added to the devtools website documentation layout. The changes duplicate an existing Nuxt Website button in the header's right slot and the footer's right slot, maintaining consistent styling and behavior with target="_blank" and gray ghost variant configurations. Accessibility labels were updated accordingly to reflect the new Bluesky links.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description is relevant to the changeset, mentioning the addition of the official Bluesky account link using simple-icons, and referencing the resolved issue #938.
Linked Issues check ✅ Passed The pull request successfully implements the requirement from issue #938 by adding the official Bluesky profile link to the devtools website using simple-icons.
Out of Scope Changes check ✅ Passed The changes are limited to adding Bluesky profile links in the documentation UI (header and footer), which are directly in scope for issue #938's requirement.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title accurately describes the main change: adding a Bluesky profile link for @nuxt.com to the documentation. It is concise, clear, and directly related to the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@shuuji3
Copy link
Author

shuuji3 commented Mar 4, 2026

I tried building to review the change locally, but encountered build error and couldn't fix it. So I'd like to check in the deploy preview if any.

> nr dev

> @nuxt/devtools-docs@ dev /tmp/devtools/docs
> nuxi dev

Nuxt 4.3.1 with Nitro 2.13.1                                                      nuxi 5:47:52 PM
                                                                                       5:47:52 PM
  ➜ Local:    http://localhost:3000/
  ➜ Network:  use --host to expose


[nuxi 5:47:53 PM]  ERROR  Cannot start nuxt:  Cannot read properties of undefined (reading 'builder')

    at initNuxt (/tmp/devtools/node_modules/.pnpm/nuxt@4.3.1_@netlify+blobs@9.1.2_@parcel+watcher@2.5.6_@types+node@25.3.0_@vue+compiler-_9eca6548fadaff13b41c2c27797cd31c/node_modules/nuxt/dist/index.mjs:5769:61)
    at async NuxtDevServer._load (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev2.mjs:161:5)
    at async NuxtDevServer.load (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev2.mjs:93:7)
    at async NuxtDevServer.init (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev2.mjs:88:5)
    at async Object.run (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev-child.mjs:82:5)
    at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:316:16)
    at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:307:11)
    at async runMain (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:445:7)

^C⏎             
> nr build

> @nuxt/devtools-docs@ build /tmp/devtools/docs
> nuxi build

Nuxt 4.3.1 with Nitro 2.13.1                                                      nuxi 5:48:00 PM

 ERROR  Cannot read properties of undefined (reading 'builder')                        5:48:00 PM

    at initNuxt (/tmp/devtools/node_modules/.pnpm/nuxt@4.3.1_@netlify+blobs@9.1.2_@parcel+watcher@2.5.6_@types+node@25.3.0_@vue+compiler-_9eca6548fadaff13b41c2c27797cd31c/node_modules/nuxt/dist/index.mjs:5769:61)
    at async loadNuxt (/tmp/devtools/node_modules/.pnpm/nuxt@4.3.1_@netlify+blobs@9.1.2_@parcel+watcher@2.5.6_@types+node@25.3.0_@vue+compiler-_9eca6548fadaff13b41c2c27797cd31c/node_modules/nuxt/dist/index.mjs:6243:5)
    at async Module.loadNuxt (node_modules/.pnpm/@nuxt+kit@3.15.4_magicast@0.3.5_rollup@4.27.4/node_modules/@nuxt/kit/dist/index.mjs:2676:19)
    at async Object.run (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/build.mjs:43:18)
    at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:316:16)
    at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:307:11)
    at async runMain (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:445:7) 



 ERROR  Cannot read properties of undefined (reading 'builder')                        5:48:00 PM

 ELIFECYCLE  Command failed with exit code 1.

@shuuji3 shuuji3 changed the title docs: add bluesky profile link docs: add @nuxt.com Bluesky profile link Mar 4, 2026
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.

docs: add @nuxt.com bluesky profile link

1 participant