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.3
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.4
Choose a head ref
  • 2 commits
  • 30 files changed
  • 2 contributors

Commits on Dec 22, 2025

  1. fix: revert @nuxt/content import to /nitro for layer compatibility (#20)

    * fix: ensure @nuxt/content layer compatibility and update deprecated imports
    
    - Add extendViteConfig import and configure optimizeDeps for @nuxt/content/slugify
    - Update deprecated @nuxt/content/nitro import to @nuxt/content/server
    - Remove duplicate nuxt-og-image module from modules array
    - Fix indentation in modules array for consistency
    
    This ensures the @pleaseai/docs layer works correctly when imported as a dependency in other Nuxt projects.
    
    * chore: apply AI code review suggestion for optimizeDeps
    
    * fix: revert @nuxt/content import to /nitro for layer compatibility
    
    - Changed import from '@nuxt/content/server' to '@nuxt/content/nitro' in raw route handler
    - Matches Docus pattern for proper layer compatibility
    - Adds experimental.asyncContext flag to nuxt.config.ts
    - Updates compatibilityDate to 2025-07-22
    - Applies ESLint formatting fixes (double quotes to single quotes) in UI components
    - Fixes indentation in apps/docs/nuxt.config.ts
    amondnet authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    cb4270b View commit details
    Browse the repository at this point in the history
  2. chore(main): release docs-please 0.2.4 (#21)

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