Open
Description
We want to group all of the per-feature API references into one big API reference page.
If there is some API reference that doesn't belong into any feature page (unlikely) we can write it directly in the API references page.
Implementation
The way we can do it:
- Wrap each API reference in a React compnent
- Reuse the component in the feature page (e.g. Email API reference on the Email auth page)
- Reuse the component in the API reference page
Something like this:
docs/
-- email.md <------ imports EmailAPIReference.jsx
-- EmailAPIReference.jsx
api/
-- api.md <------ imports EmailAPIReference.jsx