BotD
BotD copied to clipboard
Simplify and improve client-side API docs
- Move complex params into
integrations.mddocs file - Get rid of ambiguous references (BotDetector vs BotDetectorInterface)
- Simplify the language, make client-side docs from the point of view of a pure client-side JS developer, not from a pov of a fullstack developer
- Every entity should have a deeplink in the API docs and be referenced from all places
- Doc sections, common to both client and server APIs (response, error handling etc) should be in their own file, referenced from both api doc files.
- Simplify everything overall as much as possible.