obs-websocket/docs
2021-04-27 02:04:55 +00:00
..
generated docs(ci): Update generated docs - 17f3137 [skip ci] 2021-04-27 02:04:55 +00:00
partials docs: Finish copying info from protocol reference gist 2021-04-26 18:51:24 -07:00
.editorconfig Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00
.gitignore Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00
.npmrc Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00
comments.js Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00
config.json Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00
docs.js Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00
package.json docs: Lots of changes 2021-04-26 09:55:50 -07:00
protocol.hbs docs: Update some formatting 2021-04-26 19:04:16 -07:00
README.md Initial commit for attempted rewrite 2021-03-08 03:56:43 -08:00

Installation

Install node and update npm if necessary.

cd obs-websocket/docs
npm install

Build

# Just extract the comments.
npm run comments

# Just render the markdown.
npm run docs

# Do both comments and markdown.
npm run build