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.
Summary
website/docs/guides/local-ollama-setup.md("Run Hermes Locally with Ollama — Zero API Cost") is a substantive guide (167 lines, withsidebar_position: 9declared 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 fromwebsite/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
website/docs/guides/local-ollama-setup.md(sidebar_position: 9in frontmatter)grep -c "local-ollama-setup" website/sidebars.ts→ 0website/docs/**/*.{md,mdx}→ 0Suggested fix
Add
'guides/local-ollama-setup'to the guides sidebar block inwebsite/sidebars.ts, immediately after'guides/local-llm-on-mac'(closest topical sibling).PR incoming.