Skip to content

Conversation

@alexgrozav
Copy link
Contributor

This pull request adds sitemap support to the documentation site and updates related dependencies and configuration. The main changes include integrating the @nuxtjs/sitemap module, updating content collection definitions to support sitemap generation, and updating lockfiles and workspace configuration. Additionally, the CLI version is bumped to 2.2.0.

Sitemap integration and configuration:

  • Added @nuxtjs/sitemap as a dependency in apps/docs/package.json, registered it as a module in apps/docs/nuxt.config.ts, and enabled sitemap generation with options for images, videos, and i18n support. [1] [2] [3]
  • Updated content collections in apps/docs/content.config.ts to wrap them with asSitemapCollection, ensuring they are included in the generated sitemap. [1] [2]

Dependency and lockfile updates:

  • Added @nuxtjs/sitemap and its dependencies to pnpm-workspace.yaml and updated pnpm-lock.yaml to reflect new and updated packages required for sitemap functionality. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]

Other improvements:

  • Updated .zed/settings.json to use the biome formatter for several languages, improving code formatting consistency.
  • Bumped the CLI version in tooling/cli/src/package.ts from 2.1.0 to 2.2.0.

@alexgrozav alexgrozav self-assigned this Nov 22, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 22, 2025

⚠️ No Changeset found

Latest commit: 4c1eb16

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app-styleframe-dev-production Ready Ready Preview Comment Nov 22, 2025 5:16pm
styleframe-dev-production Ready Ready Preview Comment Nov 22, 2025 5:16pm

@codecov
Copy link

codecov bot commented Nov 22, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
tooling/cli/src/package.ts 0.00% 0 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

@alexgrozav alexgrozav merged commit 9f79592 into main Nov 22, 2025
10 of 11 checks passed
@alexgrozav alexgrozav deleted the sitemap branch November 22, 2025 17:21
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.

2 participants