Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions web-docs/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- BEGIN:nextjs-agent-rules -->

# This is NOT the Next.js you know

This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` (resolved from this file's directory; in monorepos the `next` package may not be visible from the repo root) before writing any code. Heed deprecation notices.

This block is written and re-added by `next dev` — verify at `node_modules/next/dist/server/lib/generate-agent-files.js`. Removing it from a diff only re-creates the uncommitted change; committing it with your work keeps the tree clean.

<!-- END:nextjs-agent-rules -->
2 changes: 1 addition & 1 deletion web-docs/app/(home)/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { format, parseISO } from "date-fns";
import { TOCProvider, TOCScrollArea } from "fumadocs-ui/components/toc";
import { TOCItems } from "fumadocs-ui/components/toc/clerk";
import { TOCProvider, TOCScrollArea } from "fumadocs-ui/components/toc/index";
import { DocsBody } from "fumadocs-ui/page";
import { ArrowLeft, Calendar, Clock, Tag, Text, User } from "lucide-react";
import type { Metadata } from "next";
Expand Down
Loading