Skip to content

docs(sidebar): add local-ollama-setup to navigation#37052

Closed
alaamohanad169-ship-it wants to merge 1 commit into
NousResearch:mainfrom
alaamohanad169-ship-it:fix/36985-local-ollama-sidebar
Closed

docs(sidebar): add local-ollama-setup to navigation#37052
alaamohanad169-ship-it wants to merge 1 commit into
NousResearch:mainfrom
alaamohanad169-ship-it:fix/36985-local-ollama-sidebar

Conversation

@alaamohanad169-ship-it

Copy link
Copy Markdown
Contributor

Summary

Fixes #36985 — the docs guide website/docs/guides/local-ollama-setup.md was unreachable from site navigation because it was missing from website/sidebars.ts, despite declaring sidebar_position: 9 in its frontmatter.

Change

Added the missing 'guides/local-ollama-setup' entry to the Guides & Tutorials category in website/sidebars.ts.

Diff

website/sidebars.ts | 1 +
1 file changed, 1 insertion(+)

Verification

  • Verified the guide file exists and declares sidebar_position: 9
  • Verified the entry is in the correct Guides & Tutorials category
  • Syntax sanity check on sidebars.ts passed
  • Docusaurus build (deferred to upstream CI)

Risk

Minimal — 1-line string addition to a sidebar config array. No behavior change beyond restoring the intended navigation entry.

Note on prior PR

Supersedes #37049 (which was auto-closed when the head branch was force-pushed during rebase cleanup). The underlying change is identical: this PR is from the cleanly-rebased branch containing only the docs fix.

Closes #36985

@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels Jun 2, 2026
@alaamohanad169-ship-it alaamohanad169-ship-it marked this pull request as ready for review June 3, 2026 00:00
@alaamohanad169-ship-it alaamohanad169-ship-it deleted the fix/36985-local-ollama-sidebar branch June 6, 2026 15:16
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.

[Bug]: docs sidebar — guides/local-ollama-setup is unreachable from navigation

2 participants