https://github.com/twitch4j/twitch4j.github.io
Twitch4J Page
https://github.com/twitch4j/twitch4j.github.io
documentation hacktoberfest
Last synced: over 1 year ago
JSON representation
Twitch4J Page
- Host: GitHub
- URL: https://github.com/twitch4j/twitch4j.github.io
- Owner: twitch4j
- License: mit
- Created: 2017-11-30T14:29:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T18:57:20.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T07:44:43.879Z (almost 2 years ago)
- Topics: documentation, hacktoberfest
- Homepage: http://twitch4j.github.io
- Size: 30.5 MB
- Stars: 4
- Watchers: 4
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitch4J Page
The documentation is generated from markdown files using [Docusaurus 3](https://docusaurus.io/).
## Contents
- [Documentation](content/docs) - with breadcrumb navigation and sidebar lvl 2 menu
- [Javadoc](static/javadoc) (generated from JDK 9+; JDK 11 or latest LTS is recommended)
## Build
You can generate the documentaton locally to inspect your changes using:
- run locally: `yarn start`
- build locally: `yarn build`
## License
This project is under [MIT License](LICENSE)