Open-source documentation for Brooked's connectors — what each one imports, what credentials it needs, and how to connect it.
Built with Docusaurus. Licensed under MIT — issues and PRs welcome.
docs/intro.md— landing pagedocs/connectors/*.md— one page per connector, generated (see below) — don't hand-edit these, your changes will be overwritten next regenerationdocs/connectors/overview.md— index of every connector, grouped by category, also generated
npm install
npm startStarts a hot-reloading dev server at http://localhost:3000.
npm run buildBuilds the static site into build/.
This repo deploys to GitHub Pages automatically on every push to main via .github/workflows/deploy.yml.