https://github.com/jwplayer/jwplayer-sdk-documentation
https://github.com/jwplayer/jwplayer-sdk-documentation
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwplayer/jwplayer-sdk-documentation
- Owner: jwplayer
- Created: 2019-02-07T20:07:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T22:04:34.000Z (about 3 years ago)
- Last Synced: 2025-02-15T20:49:08.719Z (over 1 year ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 2
- Watchers: 16
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDK Documentation for Android and iOS
## Developing Locally
If you haven't already installed **MKdocs** on your machine, run the following commands to install using pip:
```
pip install mkdocs
pip install markdown-fenced-code-tabs
```
To get started, `cd` into the Android or iOS directory and run the following commands:
```
yarn install
```
### Contributing Documentation
The source markdown files located in the `docs/` directory within each project can be edited using standard Markdown for basic formatting.
### Build and Preview:
Run the following commands to preview your edits at `http://127.0.0.1:8000/`:
```
grunt serve
```