[📃 Docs]: broken documentation link for Microsoft Planner provider
Summary
In the list of available providers in the documentation, Microsoft Planner is shown as a supported provider.
However, clicking its documentation link leads to a non-existent page:
❌ https://docs.keephq.dev/providers/documentation/microsoft-planner-provider → returns 404 Not Found
🧩 Steps to reproduce
- Open the documentation page listing all providers
→ https://docs.keephq.dev/providers/overview - Scroll to Microsoft Planner provider
- Click the Documentation link
- Observe that the page does not exist and returns HTTP 404
💡 Expected behavior
- The link should open a valid documentation page describing:
- How to configure and authenticate Microsoft Planner integration
- Required permissions and scopes
- Example YAML / UI configuration
If the provider is not yet implemented, the link should be hidden or lead to a “Coming soon” placeholder page instead of a 404 error.
✅ Proposed fix
- Either add the missing documentation page at
/providers/documentation/microsoft-planner-provider,
or - Temporarily remove / disable the link from the provider overview list until the page exists.
🧠 Rationale
Broken documentation links:
- Confuse users looking for integration setup instructions
- Create impression of incomplete or unstable documentation
- Are easily fixable by either adding a stub page or removing the link
Labels: type:bug area:documentation priority:low
The broken documentation link for the Microsoft Planner provider is due to a mismatch in the URL. The correct documentation is available at /providers/documentation/planner-provider, which covers setup, authentication, permissions, and workflow examples. The link should be updated to point to this page instead of the non-existent /providers/documentation/microsoft-planner-provider to resolve the 404 error and provide users with the necessary integration guidance citation.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
The link from https://github.com/keephq/keep?tab=readme-ov-file (Readme) is also not working