From a69b7769d9c7370607e2c975099b9118123c229b Mon Sep 17 00:00:00 2001 From: Rahim Date: Fri, 24 Oct 2025 10:51:30 -0700 Subject: [PATCH] Add community links to all packages (#124) --- packages/core/README.md | 10 ++++++++++ packages/html/README.md | 10 ++++++++++ packages/icons/README.md | 10 ++++++++++ packages/react/README.md | 10 ++++++++++ packages/utils/README.md | 10 ++++++++++ 5 files changed, 50 insertions(+) diff --git a/packages/core/README.md b/packages/core/README.md index d7c4e22f..bb2c73b3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -10,9 +10,19 @@ packages. These are foundational building blocks used by platform-specific implementations (HTML, React, React Native) to create consistent media player experiences. +## Community + +If you need help with anything related to Video.js 10, or if you'd like to casually chat with other +members: + +- [Join Discord Server][discord] +- [See GitHub Discussions][gh-discussions] + ## License [Apache-2.0](./LICENSE) [package]: https://www.npmjs.com/package/@videojs/core [package-badge]: https://img.shields.io/npm/v/%40videojs%2Fcore%40next +[discord]: https://discord.gg/b664Gq3pdy +[gh-discussions]: https://github.com/muxinc/vjs-10-monorepo/discussions diff --git a/packages/html/README.md b/packages/html/README.md index df2b707c..2f4ce948 100644 --- a/packages/html/README.md +++ b/packages/html/README.md @@ -8,9 +8,19 @@ `@videojs/html` is a comprehensive library for building media players with vanilla JavaScript and Web Components. It provides a complete set of UI components, state management, and utilities for creating feature-rich, accessible video and audio players. +## Community + +If you need help with anything related to Video.js 10, or if you'd like to casually chat with other +members: + +- [Join Discord Server][discord] +- [See GitHub Discussions][gh-discussions] + ## License [Apache-2.0](./LICENSE) [package]: https://www.npmjs.com/package/@videojs/html [package-badge]: https://img.shields.io/npm/v/%40videojs%2Fhtml%40next +[discord]: https://discord.gg/b664Gq3pdy +[gh-discussions]: https://github.com/muxinc/vjs-10-monorepo/discussions diff --git a/packages/icons/README.md b/packages/icons/README.md index 60a7b17f..b9cfd4e8 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -10,9 +10,19 @@ interfaces. This package serves as the single source of truth for all Video.js icons, providing raw SVG assets that platform-specific packages transform into their respective component formats. +## Community + +If you need help with anything related to Video.js 10, or if you'd like to casually chat with other +members: + +- [Join Discord Server][discord] +- [See GitHub Discussions][gh-discussions] + ## License [Apache-2.0](./LICENSE) [package]: https://www.npmjs.com/package/@videojs/icons [package-badge]: https://img.shields.io/npm/v/%40videojs%2Ficons%40next +[discord]: https://discord.gg/b664Gq3pdy +[gh-discussions]: https://github.com/muxinc/vjs-10-monorepo/discussions diff --git a/packages/react/README.md b/packages/react/README.md index 2c51aac1..9a670a84 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -10,9 +10,19 @@ provides a complete set of components, hooks, and utilities for creating feature-rich, accessible video and audio players with React. +## Community + +If you need help with anything related to Video.js 10, or if you'd like to casually chat with other +members: + +- [Join Discord Server][discord] +- [See GitHub Discussions][gh-discussions] + ## License [Apache-2.0](./LICENSE) [package]: https://www.npmjs.com/package/@videojs/react [package-badge]: https://img.shields.io/npm/v/%40videojs%2Freact%40next +[discord]: https://discord.gg/b664Gq3pdy +[gh-discussions]: https://github.com/muxinc/vjs-10-monorepo/discussions diff --git a/packages/utils/README.md b/packages/utils/README.md index b4cd3db4..1c6a1a85 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -4,9 +4,19 @@ > **⚠️ Technical Preview - SUBJECT TO CHANGE** Not recommended for production use. +## Community + +If you need help with anything related to Video.js 10, or if you'd like to casually chat with other +members: + +- [Join Discord Server][discord] +- [See GitHub Discussions][gh-discussions] + ## License [Apache-2.0](./LICENSE) [package]: https://www.npmjs.com/package/@videojs/utils [package-badge]: https://img.shields.io/npm/v/%40videojs%2Futils%40next +[discord]: https://discord.gg/b664Gq3pdy +[gh-discussions]: https://github.com/muxinc/vjs-10-monorepo/discussions