Skip to content

Commit 8fabef9

Browse files
authored
fix(docs): register cron-script-only guide in sidebar (#19893)
PR #19709 added website/docs/guides/cron-script-only.md but never added the entry to website/sidebars.ts, which is explicitly enumerated (not autogenerated). Two consequences: 1. The guide didn't show up in the left-nav "Guides & Tutorials" list — users could only reach it via cross-links from other pages. 2. Landing on the guide page directly made the sidebar disappear entirely (Docusaurus treats unregistered docs as orphaned and renders them without their parent sidebar). Added 'guides/cron-script-only' next to 'guides/automate-with-cron' so it slots in alongside the other cron content. Verified with `npm run build`: no orphan warnings, no broken links, page builds with sidebar intact. No content change, docs only.
1 parent 81cd678 commit 8fabef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ const sidebars: SidebarsConfig = {
168168
'guides/use-voice-mode-with-hermes',
169169
'guides/build-a-hermes-plugin',
170170
'guides/automate-with-cron',
171+
'guides/cron-script-only',
171172
'guides/automation-templates',
172173
'guides/cron-troubleshooting',
173174
'guides/work-with-skills',

0 commit comments

Comments
 (0)