We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix: correct wiki page link slugs for subdirectory pages GitHub Wiki strips the directory prefix from page slugs when files are in subdirectories. e.g. guides/clients.md becomes /wiki/clients, NOT /wiki/guides-clients (which is what [[text|guides/clients]] generates). Changes: - Home.md: fix [[...|guides/page]] → [[...|page]] and [[...|deployment/page]] → [[...|page]] throughout Getting Started and Deployment Guides sections - README.md: fix [text](dir/file.md) paths to flat file names - Rename api/README.md → API_REFERENCE.md to avoid slug conflict with root README.md (both would map to /wiki/README) - API_REFERENCE.md: fix internal wiki links to use correct slugs - CLOUDFLARE_WORKFLOWS.md, STREAMING_API.md, QUEUE_SUPPORT.md: fix [[API Documentation|api/README]] → [[...|API_REFERENCE]] - deployment/cloudflare-pages.md: fix deployment/* link slugs - guides/quick-start.md: fix relative ../deployment/ links to wiki slugs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
docs: sync wiki with jaypatrick/adblock-compiler latest docs Updated existing docs: - claude.md: version 0.6.0 → 0.7.12; add async API endpoints - STREAMING_API.md: add WebSocket API, new event types (diagnostic/cache/network/metric) - ADMIN_DASHBOARD.md: add WebSocket Demo, Notification System, Endpoint Comparison - DIAGNOSTICS.md: add TracingContext, Child Contexts, Tail Worker integration - QUEUE_SUPPORT.md: add Mermaid architecture/sequence/flow diagrams - api/README.md: v2.0.0 - add WebSocket endpoint, async endpoints, updated schemas - testing.md: fix --unstable-kv flag; update PrismaStorageAdapter reference - TROUBLESHOOTING.md: add deno:not-found deployment error section New files: - ARCHITECTURE.md: comprehensive system architecture with Mermaid diagrams - PRODUCTION_READINESS.md: production readiness assessment - deployment/cloudflare-pages.md: Cloudflare Pages deployment guide - api/OPENAPI_SUPPORT.md: OpenAPI 3.0 spec and tooling documentation - api/QUICK_REFERENCE.md: compact API endpoint cheatsheet Navigation updates: - Home.md: add links to new docs - README.md: add links to new docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add comprehensive documentation and AGENTS.md for Warp - Add AGENTS.md with Warp Agent guidance for the wiki repository - Add CLOUDFLARE_WORKFLOWS.md documenting durable workflow execution - Add STREAMING_API.md for SSE and WebSocket real-time APIs - Add ADMIN_DASHBOARD.md for dashboard UI documentation - Update Home.md with links to new documentation pages - Update README.md with expanded documentation structure Co-Authored-By: Warp <agent@warp.dev>