Skip to content

Commit

Permalink
Update generated documentation (codeoverflow-org/nodecg-io@5c8b136)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeoverflow-org committed Aug 21, 2023
1 parent e57ca44 commit 725a20d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ FontStyle Underline
[<u>@types/discord-rpc] as types_discord_rpc <<lib>> [[https://www.npmjs.com/package/@types/discord-rpc]]
[<u>nodecg-io-elgato-light] as services_nodecg_io_elgato_light <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-elgato-light]]
[<u>@types/node-fetch] as types_node_fetch <<lib>> [[https://www.npmjs.com/package/@types/node-fetch]]
[<u>nodecg-io-gametts] as services_nodecg_io_gametts <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-gametts]]
[<u>nodecg-io-github] as services_nodecg_io_github <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-github]]
[<u>@octokit/rest] as octokit_rest <<lib>> [[https://www.npmjs.com/package/@octokit/rest]]
[<u>nodecg-io-google-cast] as services_nodecg_io_google_cast <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-google-cast]]
Expand Down Expand Up @@ -131,6 +132,7 @@ services_nodecg_io_discord_rpc ...> node_fetch
services_nodecg_io_elgato_light ...> types_node_fetch
services_nodecg_io_elgato_light ...> node_fetch
services_nodecg_io_elgato_light --> nodecg_io_core
services_nodecg_io_gametts --> nodecg_io_core
services_nodecg_io_github --> nodecg_io_core
services_nodecg_io_github ...> octokit_rest
services_nodecg_io_google_cast --> 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=43&color=blue&style=flat-square)](services.md)
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=44&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
8 changes: 8 additions & 0 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Depends on [@types/node-fetch](https://www.npmjs.com/package/@types/node-fetch)
Depends on [node-fetch](https://www.npmjs.com/package/node-fetch) @ ^2.6.12 <br>
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>

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

**Allows generating audio for text using an GameTTS instance.**

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

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

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

**Allows to connect to the GitHub REST API**
Expand Down

0 comments on commit 725a20d

Please sign in to comment.