openclaw - ✅(Solved) Fix [Bug]: docs/providers/index.md missing Bedrock Mantle provider entry [4 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#65863Fetched 2026-04-14 05:39:54
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
cross-referenced ×4

docs/providers/index.md lists all supported provider doc pages, but it does not include a link to the existing docs/providers/bedrock-mantle.md page (Amazon Bedrock Mantle — a distinct provider from the standard Bedrock Converse integration). The same omission exists in docs/providers/models.md.

Root Cause

docs/providers/index.md lists all supported provider doc pages, but it does not include a link to the existing docs/providers/bedrock-mantle.md page (Amazon Bedrock Mantle — a distinct provider from the standard Bedrock Converse integration). The same omission exists in docs/providers/models.md.

Fix Action

Fixed

PR fix notes

PR #65876: docs(providers): add Bedrock Mantle to provider index pages

Description (problem / solution / changelog)

Summary

  • fixes #65863
  • add missing Amazon Bedrock Mantle links to provider index documents

Why

docs/providers/bedrock-mantle.md already exists as a standalone provider page, but it was missing from both provider index lists, making discovery harder.

Changes

  • docs/providers/index.md
    • add Amazon Bedrock Mantle under provider docs
  • docs/providers/models.md
    • add Amazon Bedrock Mantle under starter provider list

Validation

  • pnpm check:no-conflict-markers

Notes

  • docs-only change
  • local validation passed before PR creation

Made with Cursor

Changed files

  • docs/providers/index.md (modified, +1/-0)
  • docs/providers/models.md (modified, +1/-0)

PR #65895: docs: add Bedrock Mantle provider to index and models pages

Description (problem / solution / changelog)

Problem

docs/providers/index.md and docs/providers/models.md list all supported providers but omit the existing docs/providers/bedrock-mantle.md page (Amazon Bedrock Mantle — a distinct provider from standard Bedrock Converse).

Changes

  • docs/providers/index.md: Added [Amazon Bedrock Mantle](/providers/bedrock-mantle) entry after Amazon Bedrock
  • docs/providers/models.md: Added the same entry

Closes #65863

Changed files

  • docs/providers/index.md (modified, +1/-0)
  • docs/providers/models.md (modified, +1/-0)

PR #65925: docs(providers): add Bedrock Mantle to provider index pages

Description (problem / solution / changelog)

Summary

  • fixes #65863
  • add missing Bedrock Mantle entry in provider index docs

Changes

  • docs/providers/index.md
  • docs/providers/models.md
    • add Amazon Bedrock Mantle links

Validation

  • pnpm check:no-conflict-markers

Notes

  • docs-only update
  • local validation passed

Made with Cursor

Changed files

  • docs/providers/index.md (modified, +1/-0)
  • docs/providers/models.md (modified, +1/-0)

PR #65938: docs(providers): add Bedrock Mantle to provider index pages

Description (problem / solution / changelog)

Summary

  • fixes #65863
  • add missing Bedrock Mantle links to provider index pages

Why

docs/providers/bedrock-mantle.md exists but was not discoverable from provider index lists.

Changes

  • docs/providers/index.md
  • docs/providers/models.md
    • add Amazon Bedrock Mantle entry

Validation

  • pnpm check:no-conflict-markers

Notes

  • docs-only update
  • local validation passed

Made with Cursor

Changed files

  • docs/providers/index.md (modified, +1/-0)
  • docs/providers/models.md (modified, +1/-0)

Code Example

$ rg "bedrock-mantle" docs/providers/index.md
(no matches)

$ ls docs/providers/bedrock-mantle.md
docs/providers/bedrock-mantle.md  (exists)

$ head -5 docs/providers/bedrock-mantle.md
---
title: "Amazon Bedrock Mantle"
...
RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

docs/providers/index.md lists all supported provider doc pages, but it does not include a link to the existing docs/providers/bedrock-mantle.md page (Amazon Bedrock Mantle — a distinct provider from the standard Bedrock Converse integration). The same omission exists in docs/providers/models.md.

Steps to reproduce

  1. Open docs/providers/index.md and search for "Bedrock Mantle" or "bedrock-mantle".
  2. Observe: no link to /providers/bedrock-mantle exists.
  3. Open docs/providers/bedrock-mantle.md and confirm it exists with a full provider documentation page (title: "Amazon Bedrock Mantle").

Expected behavior

All provider documentation pages that exist under docs/providers/ should be listed in the provider index page so users can discover them through normal navigation.

Actual behavior

docs/providers/bedrock-mantle.md exists as a standalone provider doc page (provider ID: amazon-bedrock-mantle), but:

  • docs/providers/index.md only links to /providers/bedrock (standard Bedrock Converse), not /providers/bedrock-mantle
  • docs/providers/models.md similarly lists "Amazon Bedrock" but omits "Amazon Bedrock Mantle"

OpenClaw version

Current main (2026.4.12)

Operating system

N/A (documentation)

Install method

N/A

Model

N/A (affects Bedrock Mantle users)

Provider / routing chain

amazon-bedrock-mantle

Logs, screenshots, and evidence

$ rg "bedrock-mantle" docs/providers/index.md
(no matches)

$ ls docs/providers/bedrock-mantle.md
docs/providers/bedrock-mantle.md  (exists)

$ head -5 docs/providers/bedrock-mantle.md
---
title: "Amazon Bedrock Mantle"
...

Impact and severity

  • Affected: Users of Amazon Bedrock Mantle provider
  • Severity: Low (documentation discoverability)
  • Frequency: Persistent
  • Consequence: Users cannot find Bedrock Mantle docs through the provider index page; they must know the direct URL

Additional information

Fix: add a Bedrock Mantle entry to docs/providers/index.md (and optionally docs/providers/models.md) alongside the existing Bedrock entry.

extent analysis

TL;DR

Add a link to the docs/providers/bedrock-mantle.md page in docs/providers/index.md to fix the documentation discoverability issue.

Guidance

  • Verify the existence of the docs/providers/bedrock-mantle.md page and its content to ensure it is complete and accurate.
  • Add a new entry to docs/providers/index.md with a link to docs/providers/bedrock-mantle.md, following the same format as the existing provider links.
  • Consider adding a similar entry to docs/providers/models.md to maintain consistency across documentation pages.
  • Review the documentation build process to ensure that the updated index.md and models.md files are properly included and linked.

Example

No code snippet is necessary for this fix, as it involves updating Markdown files with links to existing pages.

Notes

This fix assumes that the docs/providers/bedrock-mantle.md page is correctly formatted and contains the necessary information for users. Additionally, this fix only addresses the discoverability issue and does not affect the functionality of the Amazon Bedrock Mantle provider.

Recommendation

Apply the workaround by adding the necessary links to docs/providers/index.md and optionally docs/providers/models.md, as this is a straightforward fix that improves documentation discoverability without requiring significant changes.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

All provider documentation pages that exist under docs/providers/ should be listed in the provider index page so users can discover them through normal navigation.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING