diff --git a/docs/docs/fundamentals/web-support.md b/docs/docs/fundamentals/web-support.md index da9fd28d..a6dc159b 100644 --- a/docs/docs/fundamentals/web-support.md +++ b/docs/docs/fundamentals/web-support.md @@ -83,7 +83,7 @@ Web support uses the same API as native - `useVideoPlayer` for creating a player | Picture-in-Picture | ✅ | Depends on browser | | Media Session | ✅ | Lock screen controls | | Preload | ✅ | Full support | -| Events | ✅ | All player events | +| Events | ✅ | Core playback events (play/pause, buffering, errors). Some native-only events are not available on web. | | HLS streaming | ✅ | Via video.js engine | | Audio tracks | ⚠️ | Safari only (experimental in other browsers) | | Video tracks | ⚠️ | Safari only (experimental in other browsers) | diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 4cf93b19..07430e19 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -1,4 +1,4 @@ -import { TypedSidebarsConfig } from '@widlarzgroup/docusaurus-ui'; +import type { TypedSidebarsConfig } from '@widlarzgroup/docusaurus-ui'; const sidebars: TypedSidebarsConfig = { docsSidebar: [