Reference

Contributing

DCO, crawler PRs, and how to run the docs app.

DCO

Sign off commits (git commit -s). See DCO in the repository.

New crawlers

Add a needle + name + ai_source in apps/api/internal/classify and a test. The public index is generated from that list. PRs that come with a link to the vendor's published UA are merged faster.

Docs

This site is apps/docs. Pages live as typed catalogs under content/. After you add a page, it appears in the sidebar, ⌘K, sitemap, and llms.txt automatically.

terminal
pnpm --filter @vector5/docs dev

Something off? Open an issue · Edit on GitHub