Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pleaseai/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs-please-v0.2.5
Choose a base ref
...
head repository: pleaseai/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs-please-v0.2.6
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 22, 2025

  1. fix: correct zod import path from 'zod/v4' to 'zod' (#25)

    The content.config.ts was importing zod from 'zod/v4' which is not the standard import path. This fixes the import to use the correct 'zod' module path while still properly importing the z validator from a separate statement rather than from @nuxt/content.
    amondnet authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    9455e92 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. chore(main): release docs-please 0.2.6 (#26)

    Co-authored-by: pleaeai-bot[bot] <239696668+pleaeai-bot[bot]@users.noreply.github.com>
    pleaeai-bot[bot] authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    56edc7d View commit details
    Browse the repository at this point in the history
Loading