-
Notifications
You must be signed in to change notification settings - Fork 45
Migrate Statistics Realtime SDK API spec to MDX #2876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Statistics Realtime SDK API spec to MDX #2876
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are going to be painful to review, but thanks for getting the ball rolling!
|
||
<If lang="javascript,nodejs,java,csharp"> | ||
|
||
| Parameter | Type | Description | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these should all have the order changed to:
Paramater | Description | Type | Default |
We may even want to role the default into the description if it saves room / is simple.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the first table needs a default. But I've rearranged all of this for the second table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing, Mark hasn't commented. Apporved
676d2b2
to
989d9cb
Compare
989d9cb
to
1a05dfc
Compare
Description
This PR converts the Realtime SDK Statistics API reference page from Textile format to MDX, as part of a full textile to MDX migration.