From 04c3d618ad32e2ca4b1923dd013f123058937d10 Mon Sep 17 00:00:00 2001 From: Hirotaka Mizutani <52546+hirotaka@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:56:41 +0900 Subject: [PATCH] docs: Add 'content' category to docs collection in content.config.ts --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 5b2d5db..7fd1d04 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -46,7 +46,7 @@ Config: `registry.config.ts` and `components.json` `registries` field. ## Content -- `content.config.ts` defines the docs collection with `category` field: `element | chat | overview` +- `content.config.ts` defines the docs collection with `category` field: `element | content | chat | overview` - `@nuxt/content` v3 with D1 database (`content.database.type: "d1"`) - Markdown highlight disabled; `nuxt-shiki` module handles syntax highlighting instead