Skip to content

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

@vladkvlchk

Description

@vladkvlchk

Summary

website/docs/guides/local-ollama-setup.md ("Run Hermes Locally with Ollama — Zero API Cost") is a substantive guide (167 lines, with sidebar_position: 9 declared in its own frontmatter) that exists at https://hermes-agent.nousresearch.com/docs/guides/local-ollama-setup but is not reachable from the live sidebar navigation. The doc has zero inline links from any other docs file and is absent from website/sidebars.ts.

It's distinct from the existing guides/local-llm-on-mac.md (llama.cpp / MLX / Apple Silicon) — this one covers Ollama, which is cross-platform.

Evidence

  • File: website/docs/guides/local-ollama-setup.md (sidebar_position: 9 in frontmatter)
  • grep -c "local-ollama-setup" website/sidebars.ts → 0
  • Inline references across website/docs/**/*.{md,mdx} → 0
  • Live site: page renders at the URL above; the Guides sidebar lists 25 guides — none is Ollama

Suggested fix

Add 'guides/local-ollama-setup' to the guides sidebar block in website/sidebars.ts, immediately after 'guides/local-llm-on-mac' (closest topical sibling).

PR incoming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havetype/docsDocumentation improvements

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions