openclaw - ✅(Solved) Fix [Bug]: Cerebras provider page is missing from the docs navigation [1 pull requests, 1 comments, 2 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#73461Fetched 2026-04-29 06:19:37
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
0
Author
Timeline (top)
commented ×1cross-referenced ×1

The Cerebras provider documentation page exists and is linked from the provider index, but providers/cerebras is missing from the Mintlify docs navigation provider list.

Root Cause

The Cerebras provider documentation page exists and is linked from the provider index, but providers/cerebras is missing from the Mintlify docs navigation provider list.

Fix Action

Fixed

PR fix notes

PR #73465: docs: add Cerebras provider to navigation

Description (problem / solution / changelog)

Summary

  • add providers/cerebras to the Mintlify Providers navigation
  • keeps the new Cerebras provider page discoverable from the docs sidebar

Closes #73461

Test Plan

  • pnpm exec oxfmt --check --threads=1 docs/docs.json
  • pnpm docs:check-links

Changed files

  • docs/docs.json (modified, +1/-0)

Code Example

docs/providers/cerebras.md exists
docs/providers/index.md links the Cerebras provider page
docs/docs.json:1321-1375 Providers nav omits providers/cerebras
RAW_BUFFERClick to expand / collapse

Summary

The Cerebras provider documentation page exists and is linked from the provider index, but providers/cerebras is missing from the Mintlify docs navigation provider list.

Steps to reproduce

  1. Inspect docs/providers/cerebras.md.
  2. Inspect the Providers group in docs/docs.json.
  3. Observe that providers/cerebras is absent from the provider navigation list.

Expected behavior

The Cerebras provider page should appear in the Providers docs nav, consistent with other bundled provider docs.

Actual behavior

docs/docs.json lists provider pages around providers/azure-speech, providers/chutes, etc., but does not include providers/cerebras.

OpenClaw version

Current main after v2026.4.26; observed at commit 0f24a8d8e1.

Operating system

Static repo inspection only.

Install method

Source checkout.

Model

NOT_ENOUGH_INFO

Provider / routing chain

NOT_ENOUGH_INFO

Logs, screenshots, and evidence

docs/providers/cerebras.md exists
docs/providers/index.md links the Cerebras provider page
docs/docs.json:1321-1375 Providers nav omits providers/cerebras

Impact and severity

Affected: users configuring the new Cerebras provider through docs navigation.

Severity: Low to Medium.

Frequency: Always in docs nav.

Consequence: users may not discover the setup page from the provider nav.

Additional information

Likely fix is to add providers/cerebras alphabetically in the Providers group, probably between providers/azure-speech and providers/chutes.

extent analysis

TL;DR

Add providers/cerebras to the Providers group in docs/docs.json to fix the navigation issue.

Guidance

  • Verify that docs/providers/cerebras.md exists and is correctly linked from docs/providers/index.md.
  • Check the alphabetical order of providers in docs/docs.json to ensure providers/cerebras is inserted in the correct position, likely between providers/azure-speech and providers/chutes.
  • Inspect the docs/docs.json file around lines 1321-1375 to confirm the absence of providers/cerebras in the Providers nav.
  • After adding providers/cerebras, re-check the docs navigation to ensure the Cerebras provider page appears as expected.

Example

No code snippet is provided as the issue is related to a specific file (docs/docs.json) and the fix involves adding a missing entry.

Notes

The fix assumes that the docs/docs.json file is the source of truth for the docs navigation. If there are other factors at play, additional investigation may be necessary.

Recommendation

Apply workaround: Add providers/cerebras to docs/docs.json as the issue is specific to the documentation navigation and this change should resolve the problem.

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

The Cerebras provider page should appear in the Providers docs nav, consistent with other bundled provider docs.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

openclaw - ✅(Solved) Fix [Bug]: Cerebras provider page is missing from the docs navigation [1 pull requests, 1 comments, 2 participants]