Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 0cdddaa

Browse files
author
codeoverflow-org
committed
Update generated documentation (codeoverflow-org/nodecg-io@2bd1414)
1 parent 28c42de commit 0cdddaa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/dependencies.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ FontStyle Underline
2424
[<u>get-stream] as get_stream <<lib>> [[https://www.npmjs.com/package/get-stream]]
2525
[<u>nodecg-io-artnet] as services_nodecg_io_artnet <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/services/nodecg-io-artnet]]
2626
[<u>artnet-protocol] as artnet_protocol <<lib>> [[https://www.npmjs.com/package/artnet-protocol]]
27+
[<u>nodecg-io-atem] as services_nodecg_io_atem <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/services/nodecg-io-atem]]
28+
[<u>atem-connection] as atem_connection <<lib>> [[https://www.npmjs.com/package/atem-connection]]
2729
[<u>nodecg-io-curseforge] as services_nodecg_io_curseforge <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/services/nodecg-io-curseforge]]
2830
[<u>nodecg-io-dbus] as services_nodecg_io_dbus <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/services/nodecg-io-dbus]]
2931
[<u>dbus-next] as dbus_next <<lib>> [[https://www.npmjs.com/package/dbus-next]]
@@ -114,6 +116,8 @@ services_nodecg_io_android ...> get_stream
114116
services_nodecg_io_android --> nodecg_io_core
115117
services_nodecg_io_artnet --> nodecg_io_core
116118
services_nodecg_io_artnet ...> artnet_protocol
119+
services_nodecg_io_atem ...> atem_connection
120+
services_nodecg_io_atem --> nodecg_io_core
117121
services_nodecg_io_curseforge ...> node_fetch
118122
services_nodecg_io_curseforge --> nodecg_io_core
119123
services_nodecg_io_dbus --> nodecg_io_core

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Do not set the 'Services implemented' value manually. It's inserted automatically. -->
1010

11-
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=41&color=blue&style=flat-square)](services.md)
11+
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=42&color=blue&style=flat-square)](services.md)
1212
[![License](https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/blob/master/LICENSE)
1313
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square)](https://discord.gg/sX2Gjbs/)
1414

docs/services.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Depends on [artnet-protocol](https://www.npmjs.com/package/artnet-protocol) @ ^0
3939

4040
## [nodecg-io-atem](https://github.com/codeoverflow-org/nodecg-io/tree/master/services/nodecg-io-atem)
4141

42-
**Allows you to communicate with atem protocol**
42+
**Allows to connect via the Atem Protocol.**
4343

4444
See the [sample implementation](samples/atem.md)
4545

46-
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.2.0 <br>
4746
Depends on [atem-connection](https://www.npmjs.com/package/atem-connection) @ ^2.3.1 <br>
47+
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.2.0 <br>
4848

4949
## [nodecg-io-curseforge](https://github.com/codeoverflow-org/nodecg-io/tree/master/services/nodecg-io-curseforge)
5050

0 commit comments

Comments
 (0)