You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two small, independently-verified docs quick-wins from this cycle's documentation review:
1. Duplicate heading text on the CLI Commands page
docs/src/content/docs/setup/cli.md has the same heading text appearing twice in close proximity:
Line 81: <summary><strong>Advanced: GitHub Enterprise Server Support</strong>
Line 83: ### GitHub Enterprise Server Support
This reads as a copy/paste duplication rather than intentional structure (a collapsible summary label immediately followed by a heading with nearly identical text).
2. Home page Mermaid diagram has no documented fallback
docs/src/content/docs/index.mdx:64-65 renders a diagram via a raw ```mermaid code fence in the "Guardrails Built-In" section. If client-side JS/Mermaid rendering fails to hydrate (e.g. JS disabled, network issue loading the renderer), a first-time visitor sees a raw, unstyled code block instead of a diagram, with no fallback description of what it depicts.
Problem
Two small, independently-verified docs quick-wins from this cycle's documentation review:
1. Duplicate heading text on the CLI Commands page
docs/src/content/docs/setup/cli.mdhas the same heading text appearing twice in close proximity:<summary><strong>Advanced: GitHub Enterprise Server Support</strong>### GitHub Enterprise Server SupportThis reads as a copy/paste duplication rather than intentional structure (a collapsible summary label immediately followed by a heading with nearly identical text).
2. Home page Mermaid diagram has no documented fallback
docs/src/content/docs/index.mdx:64-65renders a diagram via a raw```mermaidcode fence in the "Guardrails Built-In" section. If client-side JS/Mermaid rendering fails to hydrate (e.g. JS disabled, network issue loading the renderer), a first-time visitor sees a raw, unstyled code block instead of a diagram, with no fallback description of what it depicts.Evidence
Both verified live in the current repo. Source: Documentation Noob Test Report discussion #56821, "Confusing Areas" items 2 and 4.
Suggested action
<summary>label or the heading incli.mdso they aren't near-duplicates (e.g. summary could read "Advanced Configuration" or similar).Acceptance criteria
cli.mdsummary/heading pair no longer duplicate text.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See 网络 Configuration for more information.