-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
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
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation