-
[NA] [DOCS] Fix broken documentation links (#6769)
发布于
2026-05-19 11:56:06 +00:00 - [NA] [DOCS] fix: resolve broken links across docs and redirects
- Fix /tracing/ollie → /ollie (observability, agent_sandbox, self_improving_agents)
- Fix /tracing/supported_models → /tracing/advanced/cost_tracking (integrations, concepts)
- Fix /tracing/opentelemetry/overview → /integrations/opentelemetry (new integrations)
- Fix agent_optimization/* → development/optimization-runs/* paths (latest version restructure)
- Fix /reference/python-sdk/overview → external SDK reference URL (log_traces)
- Fix TypeScript SDK evaluation page cross-links (evaluate/evaluatePrompt slugs)
- Fix /prompt_engineering/getting-started → /development/agent-configuration/* paths
- Fix changelog links (opik-university slug, log_traces path)
- Add missing metric pages (g_eval_conversation_metrics, structure_output_compliance) to docs-v2
- Update docs.yml redirect destinations from agent_optimization/* to development/optimization-runs/*
- Update docs.yml tracing/cost_tracking → tracing/advanced/cost_tracking redirect destination
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- [NA] [DOCS] fix: remove {#id} anchors from MDX heading causing acorn parse error
MDX in the latest Fern version treats {#...} in headings as JSX expressions.
Acorn rejects #id as invalid JS, breaking the preview build. Strip the anchors;
Fern auto-generates slug anchors from the heading text anyway.Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- [NA] [DOCS] ci: retrigger docs preview build
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- [NA] [DOCS] fix: remove invalid frontmatter key causing acorn parse error
pytest_codeblocks_skip with literal backslashes is not a valid JS identifier.
Fern exports frontmatter as a JS object, so acorn fails on the backslash.
This field is a pytest-codeblocks testing directive; Fern ignores it.Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- [NA] [DOCS] fix: same acorn fixes applied to v1 docs/ counterparts
- Remove {#id} anchors from docs/evaluation/metrics/g_eval_conversation_metrics.mdx
- Remove pytest_codeblocks_skip frontmatter from docs/evaluation/metrics/structure_output_compliance.mdx
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- [NA] [CI] align fern-api version to 4.71.5 across all environments
fern.config.json and the deploy workflow both pin 4.71.5, but the preview
workflow used 0.64.26, the OpenAPI auto-update workflow was unpinned (latest),
and package.json resolved to 0.64.26 via ^0.94.6. Pinning everything to
4.71.5 so local dev, preview CI, and deploy CI all use the same version.Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- [NA] [DOCS] Remove Gretel integration and fix broken links in preview
- Delete Gretel integration pages (docs/ and docs-v2/) and remove from nav — Gretel no longer exists
- Fix playground.mdx: /v1/configuration/ai_providers → /v1/workspace-settings/ai_providers (section was renamed)
- Fix langserve.mdx: /v1/tracing/integrations/langchain → /v1/integrations/langchain (integrations moved to own tab)
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com
下载附件