Skip to content

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

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

docs(sidebar): add local-ollama-setup to navigation#37049
alaamohanad169-ship-it wants to merge 2 commits 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 website/sidebars.ts in the 'Guides & Tutorials' category. The existing guides list is in insertion order rather than strict sidebar_position order, so the new entry was appended at the end of that category to match the existing pattern (and to keep the diff to a single line).

Verification

  • Read both website/sidebars.ts and website/docs/guides/local-ollama-setup.md to confirm the bug
  • Verified file syntax (balanced braces/brackets/quotes; clean 1-line diff)
  • Docusaurus build (will be exercised by CI on the upstream PR)

Risk

Minimal — 1 line addition, no behavior change beyond making the existing guide discoverable from the sidebar.

Closes #36985

@alaamohanad169-ship-it alaamohanad169-ship-it deleted the fix/36985-local-ollama-sidebar branch June 1, 2026 22:44
@alaamohanad169-ship-it

Copy link
Copy Markdown
Contributor Author

Reopening after rebase onto main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant