fix: repair broken MkDocs links in openclaw-usecase-draft.md [self-heal]#16
Open
Copilot wants to merge 2 commits into
Open
fix: repair broken MkDocs links in openclaw-usecase-draft.md [self-heal]#16Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…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
There was a problem hiding this comment.
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.mdpage. - 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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mkdocs build --strictwas aborting with 5 warnings becausedocs/devcd/openclaw-usecase-draft.mdcontained relative links that resolve outside the MkDocsdocs/root.Changes
docs/devcd/openclaw-usecase-draft.md../../examples/openclaw-mcp-context/README.md(×2) → absolute GitHub URL;examples/is outsidedocs/and unreachable by MkDocs../../examples/agent-resurrection/handoff-packet.json(×2) → absolute GitHub URL; same reason../../docs/devcd/policy.md→policy.md; the traversal escaped the docs root — correct relative path fromdocs/devcd/is simplypolicy.md