Skip to content

Commit

Permalink
Update generated documentation (codeoverflow-org/nodecg-io@7966552)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeoverflow-org committed Sep 11, 2024
1 parent 36ef5f7 commit 717c4ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ FontStyle Underline
[<u>nodecg-io-philipshue] as services_nodecg_io_philipshue <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-philipshue]]
[<u>is-ip] as is_ip <<lib>> [[https://www.npmjs.com/package/is-ip]]
[<u>node-hue-api] as node_hue_api <<lib>> [[https://www.npmjs.com/package/node-hue-api]]
[<u>nodecg-io-pishock] as services_nodecg_io_pishock <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-pishock]]
[<u>pishock-ts] as pishock_ts <<lib>> [[https://www.npmjs.com/package/pishock-ts]]
[<u>nodecg-io-rcon] as services_nodecg_io_rcon <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-rcon]]
[<u>rcon-client] as rcon_client <<lib>> [[https://www.npmjs.com/package/rcon-client]]
[<u>nodecg-io-reddit] as services_nodecg_io_reddit <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-reddit]]
Expand Down Expand Up @@ -161,6 +163,8 @@ services_nodecg_io_opentts ...> node_fetch
services_nodecg_io_philipshue ...> is_ip
services_nodecg_io_philipshue ...> node_hue_api
services_nodecg_io_philipshue --> nodecg_io_core
services_nodecg_io_pishock --> nodecg_io_core
services_nodecg_io_pishock ...> pishock_ts
services_nodecg_io_rcon --> nodecg_io_core
services_nodecg_io_rcon ...> rcon_client
services_nodecg_io_reddit --> nodecg_io_core
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

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

Expand Down
9 changes: 9 additions & 0 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ Depends on [is-ip](https://www.npmjs.com/package/is-ip) @ ^3.1.0 <br>
Depends on [node-hue-api](https://www.npmjs.com/package/node-hue-api) @ ^4.0.11 <br>
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>

## [nodecg-io-pishock](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-pishock)

**Allows using the PiShock api.**

See the [sample implementation](samples/pishock.md)

Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>
Depends on [pishock-ts](https://www.npmjs.com/package/pishock-ts) @ ^1.0.1 <br>

## [nodecg-io-rcon](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-rcon)

**Allows you to send commands to a minecraft server via RCON.**
Expand Down

0 comments on commit 717c4ff

Please sign in to comment.