github.com/baskar-commits/KNode

Knode documentation hub

Live site (GitHub Pages, site root — no docs/ in the path): baskar-commits.github.io/KNode/. Markdown sources: github.com/…/docs.

Product & design

DESIGN.htmlRepository overview, install pointers, Pages troubleshooting KNODE-MVP-GUIDECanonical product intent, personas, architecture summary, corpus pipeline

Install & run

KNODE-INSTALLWindows installer, prerequisites, SmartScreen KNODE-FIRST-RUNCorpus, API key, index, first Ask

Engineering

KNODE-ARCHITECTURETiers, components, RAG loop, vector stores

Regenerate HTML from Markdown

From the repo root:

python -m pip install -r scripts/requirements-doc-html.txt
python scripts/build_doc_html.py

Override GitHub slug: set GITHUB_DOCS_SLUG=owner/repo then run the script.