Skip to content

Conversation

benjamincanac
Copy link
Member

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR needs to be merged right after the v4.0.0 release.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@benjamincanac benjamincanac added documentation Improvements or additions to documentation pending labels Sep 19, 2025
@github-actions github-actions bot added the v3 #1289 label Sep 19, 2025
Copy link

pkg-pr-new bot commented Sep 19, 2025

npm i https://pkg.pr.new/@nuxt/ui@5019

commit: a0491ef

label: Package
options:
- v4.0.0-alpha.x
- v4.x
Copy link
Contributor

Choose a reason for hiding this comment

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

The documentation URL in the feature request template still points to https://ui.nuxt.com but should be updated to https://ui3.nuxt.com to be consistent with the v3 documentation migration pattern.

View Details
πŸ“ Patch Details
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index ff895694..576e7921 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -5,7 +5,7 @@ body:
   - type: markdown
     attributes:
       value: |
-        Before requesting a feature, please make sure that you have read through our [documentation](https://ui.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
+        Before requesting a feature, please make sure that you have read through our [documentation](https://ui3.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
   - type: dropdown
     id: package
     attributes:

Analysis

Documentation URL inconsistency in feature request template

What fails: The feature request template in .github/ISSUE_TEMPLATE/feature-request.yml references https://ui.nuxt.com/ while the project's package.json declares https://ui3.nuxt.com as the official homepage

How to reproduce:

  1. Check package.json line 8: "homepage": "https://ui3.nuxt.com"
  2. Check .github/ISSUE_TEMPLATE/feature-request.yml line 8: links to https://ui.nuxt.com/

Result: Template directs users to ui.nuxt.com instead of the canonical ui3.nuxt.com homepage

Expected: Template should reference the official homepage URL declared in package.json for consistency

label: Package
options:
- v4.0.0-alpha.x
- v4.x
Copy link
Contributor

Choose a reason for hiding this comment

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

The documentation URL in the bug report template still points to https://ui.nuxt.com but should be updated to https://ui3.nuxt.com to be consistent with the v3 documentation migration pattern.

View Details
πŸ“ Patch Details
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 3950957f..59a35d00 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -5,7 +5,7 @@ body:
   - type: markdown
     attributes:
       value: |
-        Before reporting a bug, please make sure that you have read through our [documentation](https://ui.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
+        Before reporting a bug, please make sure that you have read through our [documentation](https://ui3.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
   - type: textarea
     id: env
     attributes:

Analysis

Bug report template uses incorrect documentation URL

What fails: Bug report template in .github/ISSUE_TEMPLATE/bug-report.yml line 8 links to https://ui.nuxt.com/ but project configuration specifies https://ui3.nuxt.com as the canonical documentation URL

How to reproduce:

  1. Check line 8 in .github/ISSUE_TEMPLATE/bug-report.yml - shows [documentation](https://ui.nuxt.com/)
  2. Check package.json homepage field - shows "homepage": "https://ui3.nuxt.com"
  3. Check docs/nuxt.config.ts production site URL - shows url: 'https://ui3.nuxt.com'

Result: Bug report template directs users to ui.nuxt.com while project's canonical URL is ui3.nuxt.com

Expected: Template should use the same documentation URL as specified in package.json and docs config for consistency

@benjamincanac benjamincanac changed the title docs: move to ui3.nuxt.com docs: prepare for v4 release and move to ui3.nuxt.com Sep 19, 2025
@benjamincanac benjamincanac mentioned this pull request Sep 19, 2025
Closed
34 tasks
@benjamincanac benjamincanac merged commit 8414b0c into v3 Sep 23, 2025
8 checks passed
@benjamincanac benjamincanac deleted the docs/v3-prepare branch September 23, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants