[docs] Update documentation for features from 2026-03-07#195
[docs] Update documentation for features from 2026-03-07#195danielmeppiel merged 6 commits intomainfrom
Conversation
- Replace missing development-status.md links with CHANGELOG.md in docs/README.md and docs/index.md - Remove WIP section referencing missing wip/mcp-integration.md in docs/index.md - Update docs/prompts.md to link to existing MCP section in integrations.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation site index/readme and prompts guide to remove or replace broken links introduced in #186, ensuring readers are directed to existing, maintained pages.
Changes:
- Replace
development-status.mdlinks with../CHANGELOG.mdindocs/README.mdanddocs/index.md. - Remove the “Work in Progress” section from
docs/index.mdthat linked to a non-existentwip/mcp-integration.md. - Update
docs/prompts.mdto link to the existing MCP documentation section indocs/integrations.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/README.md | Updates the “Development Status” link to point to CHANGELOG.md. |
| docs/index.md | Updates the broken development status link and removes the WIP section containing a broken MCP link. |
| docs/prompts.md | Replaces the broken MCP status link with a link to the MCP section in integrations.md. |
docs/index.md
Outdated
|
|
||
| ### Project Development | ||
| - **[Development Status](development-status.md)** - Current feature status and testing coverage | ||
| - **[Changelog](../CHANGELOG.md)** - Current feature status and release history |
There was a problem hiding this comment.
The link target is CHANGELOG.md, but the description claims it provides "current feature status". CHANGELOG.md appears to be standard release notes (Keep a Changelog), not a feature status/testing coverage page. Consider adjusting the description to match the actual content (e.g., "Release notes and history").
| - **[Changelog](../CHANGELOG.md)** - Current feature status and release history | |
| - **[Changelog](../CHANGELOG.md)** - Release notes and version history |
There was a problem hiding this comment.
@copilot this should point to our roadmap discussion post
|
@danielmeppiel I've opened a new pull request, #196, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Documentation Updates - 2026-03-07
This PR fixes broken documentation links introduced by the initial bootstrap in PR #186 (merged 2026-03-06).
Issues Fixed
development-status.mddid not exist — replaced with../CHANGELOG.mdindocs/README.mdanddocs/index.mdwip/mcp-integration.mddid not exist — removed the "Work in Progress" section fromdocs/index.mdand updateddocs/prompts.mdto link to the existing MCP section inintegrations.mdChanges Made
docs/README.md:development-status.md→../CHANGELOG.mddocs/index.md:development-status.md→../CHANGELOG.md; removed WIP section with brokenwip/mcp-integration.mdlinkdocs/prompts.md:wip/mcp-integration.md→integrations.md#mcp-model-context-protocol-integrationMerged PRs Referenced
Notes
MCP integration documentation already exists in
docs/integrations.md(section "MCP (Model Context Protocol) Integration"). No content was lost — only the broken placeholder links were replaced with working ones.