This is the official site for JoystickTV Support.
We welcome all of our community members to help us keep our guides and resources up-to-date. If you find a typo, mistake, or something missing that could help others, please let us know.
If you're a developer that wants to contribute, just follow these steps:
- Fork it (https://github.com/joysticktv/joysticktv.github.io/fork)
- Create your feature branch (git checkout -b my-requested-change)
- Commit your changes (git commit -am 'Add your changes')
- Push to the branch (git push origin my-requested-change)
- Create a new Pull Request
You'll need Ruby (3.1.x or later).
- Install dependencies
bundle
- Visit jekyll docs to understand the structure
- Boot the app with
jekyll serve
- Open the site in your browser http://localhost:4000
The site is not crawled since it's on the free plan, currently. When content is added and/or changed, we need to reindex the site.
Run this command with the appropriate key:
ALGOLIA_API_KEY=admin_api_key bundle exec jekyll algolia
Only Joystick staff will have access to this key