@beyondwords/player 0.0.0-alpha4 → 0.0.0-alpha5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,19 +34,21 @@ settings that can be set in the initializer or via the SDK.
34
34
  listeners that are called when player actions are performed.
35
35
  6. [Player events](./doc/player-events.md): A list of all events emitted by
36
36
  the player that can be listened to.
37
- 7. [Custom analytics](./doc/custom-analytics.md): How to send player analytics
37
+ 7. [Segments playback](./doc/segments-playback.md): How to add support for
38
+ the 'Playback from Segments' feature to your website.
39
+ 8. [Custom analytics](./doc/custom-analytics.md): How to send player analytics
38
40
  events to a custom URL of your choosing.
39
- 8. [Building your own UI](./doc/building-your-own-ui.md): How to build your own
41
+ 9. [Building your own UI](./doc/building-your-own-ui.md): How to build your own
40
42
  user-interface on top of the BeyondWords player.
41
- 9. [How it works](./doc/how-it-works.md): A technical overview of how the
43
+ 10. [How it works](./doc/how-it-works.md): A technical overview of how the
42
44
  player works, including API calls that are made.
43
- 10. [Dev setup](./doc/dev-setup.md): How to run this project locally, e.g. if
45
+ 11. [Dev setup](./doc/dev-setup.md): How to run this project locally, e.g. if
44
46
  you are a developer at BeyondWords.
45
- 11. [Dev workflow](./doc/dev-workflow.md): Useful advice for working on the
47
+ 12. [Dev workflow](./doc/dev-workflow.md): Useful advice for working on the
46
48
  player, including what all the [./bin](bin/) scripts do.
47
- 12. [Code layout](./doc/code-layout.md): An explanation of the layout of code in
49
+ 13. [Code layout](./doc/code-layout.md): An explanation of the layout of code in
48
50
  the player. Each major subdirectory is listed.
49
- 13. [Deployment](./doc/deployment.md): How to release a new version of the player
51
+ 14. [Deployment](./doc/deployment.md): How to release a new version of the player
50
52
  to the public and some things to consider.
51
53
 
52
54
  ## Contribution