Commit Graph

27 Commits

Author SHA1 Message Date
Github Actions
bc0b499944 docs(ci): Update generated docs - ae906bb [skip ci] 2022-01-19 03:24:00 +00:00
Github Actions
63dfed1cf9 docs(ci): Update generated docs - 873eade [skip ci] 2022-01-09 06:14:13 +00:00
Github Actions
db9f4b24df docs(ci): Update generated docs - 6035294 [skip ci] 2022-01-03 21:54:54 +00:00
Github Actions
8f2d266dec docs(ci): Update generated docs - fe64620 [skip ci] 2022-01-01 02:06:35 +00:00
Github Actions
c0308d6ce1 docs(ci): Update generated docs - 506a916 [skip ci] 2021-12-31 23:27:15 +00:00
Github Actions
02bcc0ac1b docs(ci): Update generated docs - 702f88c [skip ci] 2021-12-31 22:08:43 +00:00
Github Actions
e6761cf286 docs(ci): Update generated docs - 00dd8d7 [skip ci] 2021-12-30 09:19:59 +00:00
Github Actions
6291cb1532 docs(ci): Update generated docs - a90dafb [skip ci] 2021-12-30 05:12:42 +00:00
Github Actions
3a96b585ce docs(ci): Update generated docs - 12c6527 [skip ci] 2021-12-30 05:09:00 +00:00
Github Actions
389cbd854c docs(ci): Update generated docs - 707ac3f [skip ci] 2021-12-29 08:54:22 +00:00
Github Actions
5c16a11ba8 docs(ci): Update generated docs - af217c0 [skip ci] 2021-12-29 07:54:48 +00:00
Github Actions
4835abd9c2 docs(ci): Update generated docs - 964e91b [skip ci] 2021-12-29 03:04:15 +00:00
Github Actions
851a6f8c5a docs(ci): Update generated docs - e2f60b0 [skip ci] 2021-12-29 00:58:51 +00:00
Github Actions
899888eb6c docs(ci): Update generated docs - 1423802 [skip ci] 2021-12-23 09:07:56 +00:00
Github Actions
66f416236c docs(ci): Update generated docs - b331f76 [skip ci] 2021-12-21 11:10:11 +00:00
Github Actions
a0ad43c7d7 docs(ci): Update generated docs - f566ccd [skip ci] 2021-12-21 09:32:37 +00:00
Github Actions
71bf9e9021 docs(ci): Update generated docs - 0c7fda2 [skip ci] 2021-12-19 10:11:36 +00:00
Github Actions
b3ef9a861e docs(ci): Update generated docs - 54fd7af [skip ci] 2021-12-17 07:53:30 +00:00
Github Actions
906c6c4871 docs(ci): Update generated docs - f7ab102 [skip ci] 2021-12-17 06:57:34 +00:00
Github Actions
0007987219 docs(ci): Update generated docs - 77f8c5b [skip ci] 2021-12-17 06:56:16 +00:00
Github Actions
edda844a34 docs(ci): Update generated docs - d642654 [skip ci] 2021-12-17 04:01:59 +00:00
Github Actions
9c8f056d3e docs(ci): Update generated docs - 41a145c [skip ci] 2021-12-15 10:13:28 +00:00
tt2468
2e7262fe11 docs: Document plugin api event 2021-12-14 18:33:50 -08:00
Github Actions
612a50efbb docs(ci): Update generated docs - 2042692 [skip ci] 2021-12-15 01:42:11 +00:00
Github Actions
0ed3c9b367 docs(ci): Update generated docs - e47de63 [skip ci] 2021-12-13 20:33:51 +00:00
tt2468
c9c5da6837 RequestBatchExecutionType: Change executionType values
Fits better for the front-facing API.
2021-12-10 22:00:02 -08:00
tt2468
fcbe11616d
docs: Overhaul documentation (#863)
More docs-related commits will follow, but this needs to be merged in order to continue with other development.

* Docs: Overhaul docs generator (beginning)

* docs: Rename comments file

* docs: Move comments gitignore

* docs: Initial request documentation

* docs: Improvements to comment processing

* docs: More improvements

* docs: Add enum functionality for protocol.json

* WebSocketServer: Document enums

* RequestHandler: Document RequestStatus enum

* Base: Move ObsWebSocketRequestBatchExecutionType to its own file

Moves it to its own file, renaming it to `RequestBatchExecutionType`.
Changes the RPC to use integer values for selecting execution type
instead of strings.

* docs: Update introduction header

Removes the enum section, and documents RequestBatchExecutionType.

* WebSocketCloseCode: Shuffle a bit

* Base: Use `field` instead of `key` or `parameter` in most places

* RequestStatus: Mild shuffle

It was really bothering me that OutputPaused and OutputNotPaused
had to be separated, so we're breaking it while we're breaking
other stuff.

* docs: Delete old files

They may be added back in some form, but for now I'm getting them
out of the way.

* docs: Add enum identifier value

Forgot to add this before, oops

* docs: Document more enums

* docs: Add basic protocol.md generator

* docs: More work on MD generator

* docs: MD generator should be finished now

* docs: More fixes

* docs: More fixes

* docs: More tweaks + add readme

* docs: Update readme and add inputs docs

* docs: More documentation
2021-12-10 21:38:18 -08:00