-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat: move docs to github pages #3296
feat: move docs to github pages #3296
Conversation
@freeboub please test it locally and see if it's okay. To publish it on GH pages we will use workflows that i created in this PR (there is no way to test workflows so we will probably need to create new PR for it) |
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.
some minor / cosmetic change requested.
Additionally it seems that Method and Static Method sections were lost
It would need a specifc section I think
Methods
Name | Platforms Support |
---|---|
dismissFullscreenPlayer | Android, iOS |
presentFullscreenPlayer | Android, iOS |
save | iOS |
restoreUserInterfaceForPictureInPictureStop | iOS |
seek | All |
Static methods
Name | Platforms Support |
---|---|
getWidevineLevel | Android |
isCodecSupported | Android |
isHEVCSupported | Android |
OnAudioFocusChanged not documentated (but it is not your fault :) ) |
To be followed in: #3314 |
Summary
Moved docs to Github pages using nextra
fixes: #3314
fixes: #
How to test ?
Check docs README to check how to run docs locally