Skip to content

fix(docs): add stub page for removed rl-training to fix broken links - #33398

Closed
wkramx wants to merge 1 commit into
NousResearch:mainfrom
wkramx:fix/rl-training-broken-links
Closed

fix(docs): add stub page for removed rl-training to fix broken links#33398
wkramx wants to merge 1 commit into
NousResearch:mainfrom
wkramx:fix/rl-training-broken-links

Conversation

@wkramx

@wkramx wkramx commented May 27, 2026

Copy link
Copy Markdown

Problem

PR #26106 removed the Atropos RL training integration but left several documentation pages linking to the deleted /user-guide/features/rl-training route. Users clicking "RL Training" in the learning path or feature overview get a 404.

Broken links:

  • getting-started/learning-path.md lines 27, 103, 139
  • user-guide/features/overview.md line 46

Fix

Add a stub page at website/docs/user-guide/features/rl-training.md that:

  • Explains the feature was removed
  • Lists what was removed (rl_* tools, environments/, tinker-atropos)
  • Points to standalone alternatives (TRL, OpenRLHF, slime)
  • Links to still-available optional skills (TRL Fine-Tuning, Axolotl, Slime)
  • Links to the trajectory format docs

Also re-add the page to sidebars.ts under Features > Advanced so it appears in navigation.

Changes

File Change
website/docs/user-guide/features/rl-training.md New stub page
website/sidebars.ts Add rl-training to Advanced category

PR NousResearch#26106 removed the Atropos RL training integration but left several
documentation pages linking to the deleted /user-guide/features/rl-training
route, causing 404s for users clicking 'RL Training' in the learning path
and feature overview.

- Add stub page explaining the feature was removed with alternatives
- Re-add rl-training to sidebar under Features > Advanced
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels May 27, 2026
@wkramx wkramx closed this May 28, 2026
@wkramx
wkramx deleted the fix/rl-training-broken-links branch May 28, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants