docs: replace <cite> tag references with [N] numeric marker format#346
docs: replace <cite> tag references with [N] numeric marker format#346bensonwong merged 5 commits intomainfrom
Conversation
…ormat The XML <cite> tag format was removed in favor of numeric [N] markers with a <<<CITATION_DATA>>> JSON block. Updated all prose/comments that still referenced the old format across 5 doc files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Picks up new src/docs/ and examples/static-html/ directories, corrects parsing/ description, and bumps staleness tracking to current commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📚 Documentation PreviewThe documentation has been built successfully. To preview locally:
|
| Status | Count |
|---|---|
| 🔍 Total | 392 |
| ✅ Successful | 337 |
| ⏳ Timeouts | 0 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 20 |
| ❓ Unknown | 0 |
| 🚫 Errors | 35 |
Errors per input
Errors in docs/_site/curl-guide.html
- [404] https://fonts.gstatic.com/ | Failed: Network error: Not Found
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
Errors in docs/_site/frameworks/index.html
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
- [404] https://fonts.gstatic.com/ | Failed: Network error: Not Found
Errors in docs/_site/getting-started.html
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Errors in docs/_site/index.html
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Errors in docs/_site/frameworks/langchain.html
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Errors in docs/_site/styling.html
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Errors in docs/_site/404.html
- [404] https://fonts.gstatic.com/ | Failed: Network error: Not Found
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
Errors in docs/_site/api-reference.html
- [404] https://fonts.gstatic.com/ | Failed: Network error: Not Found
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
Errors in docs/_site/CONTRIBUTING.html
- [404] https://fonts.gstatic.com/ | Failed: Network error: Not Found
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
Errors in docs/_site/components.html
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
Errors in docs/_site/error-handling.html
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
- [ERR] file:///home/runner/work/deepcitation/deepcitation/docs/_site/styling.md | Failed: Cannot find file
- [ERR] file:///home/runner/work/deepcitation/deepcitation/docs/_site/api-reference.md | Failed: Cannot find file
- [ERR] file:///home/runner/work/deepcitation/deepcitation/docs/_site/getting-started.md | Failed: Cannot find file
Errors in docs/_site/code-examples.html
- [404] https://fonts.gstatic.com/ | Failed: Network error: Not Found
- [404] https://fonts.googleapis.com/ | Failed: Network error: Not Found
Errors in docs/_site/verification-statuses.html
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Errors in docs/_site/types.html
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
Errors in docs/_site/frameworks/vercel-ai-sdk.html
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Errors in docs/_site/frameworks/nextjs.html
- [404] https://fonts.googleapis.com/ | Cached: Error (cached)
- [404] https://fonts.gstatic.com/ | Cached: Error (cached)
Full Github Actions output
Workflow run: 23139520707
PR Review: docs: replace
|
✅ Playwright Test ReportStatus: Tests passed 📊 Download Report & Snapshots (see Artifacts section) What's in the Visual SnapshotsThe gallery includes visual snapshots for:
Run ID: 23139520628 |
…nts + verifyAttachment) Replaces deprecated uploadFile/verify with prepareAttachments/verifyAttachment. Fixes attachmentId destructuring (now from fileDataParts[0].attachmentId). Adds React render step to getting-started showing parseCitationResponse/markerMap pattern matching IntegrateSection RENDER_CODE. Updates index.md Quick Install snippet to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Creates packages/deepcitation/BRANDING.md with a clean, audience-appropriate sub-brand guide for GitHub contributors: color tokens, customization examples, typography rules, and key contributor rules. The existing docs/agents/branding.md (agent/implementation-focused) is kept intact and cross-linked. The new root file covers only the public surface (--dc-* tokens, DeepCitationTheme, font/radius rules) without internal implementation details. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Uses <picture> + prefers-color-scheme to swap to brand-color variants (logos/color/) in dark mode. OpenAI → #10A37F, Anthropic → #D4A27F, Google → #4285F4. Vercel's color variant is also black so adds a white SVG (docs/assets/vercel-white.svg) and references it via raw.githubusercontent.com for the dark-mode srcset. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
<cite>tag citation format from public docs and framework guides[N]numeric marker +<<<CITATION_DATA>>>block format used bygetAllCitationsFromLlmOutputandparseCitationResponsedocs/index.md,docs/getting-started.md,docs/frameworks/langchain.md,docs/frameworks/nextjs.md,docs/frameworks/vercel-ai-sdk.mddocs/agents/repo-map.mdanddocs-site-map.mdto HEAD via/reindex(picks up newsrc/docs/andexamples/static-html/dirs, correctsparsing/description)Test plan
<cite>tag references remain in prose or comments<<<CITATION_DATA>>>block behavior for streaming guides (vercel-ai-sdk, nextjs)docs/agents/repo-map.mdSHA matches current HEAD (9e9dcbb)