The documentation website for Theatre.js. Deployed to docs.theatrejs.com.
Uses VuePress.
Run $ npm run docs:dev
to start VuePress.
PRs are much appreciated!
These are the guidelines we follow:
- Theatre is a visual tool, so it helps to explain things visually with pictures and embedded videos.
- Videos must remain accessible to screen readers. Use the
<VideoWithDescription>
component in the.md
files to ensure each video comes with a description for screen readers. - The
docs/api
folder is auto-generated. If you wish to contribute to the API docs, you should change the TSDoc comments in the main repo. Here is an example.
Pushing to the production
branch will trigger a netlify deploy.