Skip to content

fix: repair broken MkDocs links in openclaw-usecase-draft.md [self-heal]#16

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-ci-deploy-docs-failure
Open

fix: repair broken MkDocs links in openclaw-usecase-draft.md [self-heal]#16
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-ci-deploy-docs-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

mkdocs build --strict was aborting with 5 warnings because docs/devcd/openclaw-usecase-draft.md contained relative links that resolve outside the MkDocs docs/ root.

Changes

  • docs/devcd/openclaw-usecase-draft.md
    • ../../examples/openclaw-mcp-context/README.md (×2) → absolute GitHub URL; examples/ is outside docs/ and unreachable by MkDocs
    • ../../examples/agent-resurrection/handoff-packet.json (×2) → absolute GitHub URL; same reason
    • ../../docs/devcd/policy.mdpolicy.md; the traversal escaped the docs root — correct relative path from docs/devcd/ is simply policy.md

…ocs CI [self-heal]

Agent-Logs-Url: https://github.com/mick-gsk/DevCD/sessions/90709721-6f0e-480e-9450-f0ef65034f44

Co-authored-by: mick-gsk <270290541+mick-gsk@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI failure in Deploy Docs job fix: repair broken MkDocs links in openclaw-usecase-draft.md [self-heal] May 5, 2026
Copilot AI requested a review from mick-gsk May 5, 2026 07:39
@github-actions github-actions Bot added the kind/docs Documentation improvements label May 5, 2026
@mick-gsk mick-gsk marked this pull request as ready for review May 5, 2026 07:46
Copilot AI review requested due to automatic review settings May 5, 2026 07:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes MkDocs strict-build failures in the OpenClaw use-case draft by replacing broken cross-root markdown links and correcting one in-doc relative link. It keeps the draft documentation aligned with the repository’s docs-only publishing setup.

Changes:

  • Replaced broken links to examples/... artifacts with GitHub-hosted URLs.
  • Corrected the policy CLI link from an escaping path to the local policy.md page.
  • Updated the verification table to use reachable evidence links under MkDocs.


Expected: a `resources/list` response listing the current read-only DevCD MCP resources.
Full verified output: [`examples/openclaw-mcp-context/README.md`](../../examples/openclaw-mcp-context/README.md).
Full verified output: [`examples/openclaw-mcp-context/README.md`](https://github.com/mick-gsk/DevCD/blob/main/examples/openclaw-mcp-context/README.md).
```

Checked-in fixture: [`examples/agent-resurrection/handoff-packet.json`](../../examples/agent-resurrection/handoff-packet.json).
Checked-in fixture: [`examples/agent-resurrection/handoff-packet.json`](https://github.com/mick-gsk/DevCD/blob/main/examples/agent-resurrection/handoff-packet.json).
Comment on lines +222 to +223
| `devcd mcp serve` starts and lists resources | Verified locally | [`examples/openclaw-mcp-context/README.md`](https://github.com/mick-gsk/DevCD/blob/main/examples/openclaw-mcp-context/README.md) |
| `devcd context handoff-demo --json` produces valid packet | Verified locally | [`examples/agent-resurrection/handoff-packet.json`](https://github.com/mick-gsk/DevCD/blob/main/examples/agent-resurrection/handoff-packet.json) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: CI Self-Heal run:25363743180 — Deploy Docs failed

3 participants