Source for the Bugsee documentation site, built with Docusaurus 3 and TypeScript. Covers the SDKs for 8 platforms (iOS, Android, React Native, Cordova, Flutter, Unity, .NET/MAUI, Xamarin), dashboard features, 30+ integration providers, webhooks, and MCP.
- Node.js >= 20
npm install
npm start # dev server with live reload on http://localhost:8000npm run build # production build → build/
npm run serve # serve the built site locallynpx cspell "docs/**/*.md" "docs/**/*.mdx" --no-cache -c cspell.jsonAdd valid product/technical terms to cspell.json; fix genuine misspellings.
Documentation pages live under docs/, organized by section. Navigation is defined
explicitly in sidebars.ts — new pages must be added there. Use .mdx for files with
<Tabs>/<TabItem> components and .md for plain Markdown.
- Website: bugsee.com
- Email: support@bugsee.com