From 0558cbaad9a8a045474b95e6e8af386086302994 Mon Sep 17 00:00:00 2001 From: Daniel <30466471+daniel0611@users.noreply.github.com> Date: Sun, 27 Dec 2020 14:47:41 +0100 Subject: [PATCH] Rename twitch service to twitch-chat See https://github.com/codeoverflow-org/nodecg-io/pull/151 --- docs/samples/{twitch.md => twitch-chat.md} | 6 +++--- mkdocs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/samples/{twitch.md => twitch-chat.md} (77%) diff --git a/docs/samples/twitch.md b/docs/samples/twitch-chat.md similarity index 77% rename from docs/samples/twitch.md rename to docs/samples/twitch-chat.md index 9e5615c4..94f8e17f 100644 --- a/docs/samples/twitch.md +++ b/docs/samples/twitch-chat.md @@ -17,7 +17,7 @@ _Note:_ If you don't have such a key yet you can generate it on https://twitchap 3. Login using your password. If this is your first run, then enter the password with which you want to encrypt your configurations and credentials. -4. Create a new twitch service instance using the left upper menu. +4. Create a new twitch-chat service instance using the left upper menu. 5. Enter credentials for twitch. @@ -33,9 +33,9 @@ _Note:_ If you don't have such a key yet you can generate it on https://twitchap _Note:_ If you don't see monaco on the right, try reloading the page. -6. Set the created twitch service instance to the service dependency of the Twitch-chat bundle. +6. Set the created twitch-chat service instance to the service dependency of the Twitch-chat bundle. - Select the Twitch-chat bundle and the twitch service in the left bottom menu and then select the service instance that should be used by the Twitch-chat bundle (in this case the name of the previously created twitch instance). + Select the Twitch-chat bundle and the twitch-chat service in the left bottom menu and then select the service instance that should be used by the Twitch-chat bundle (in this case the name of the previously created twitch-chat instance). 7. Check the nodecg logs diff --git a/mkdocs.yml b/mkdocs.yml index efb356e6..a2051511 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,7 +65,7 @@ nav: - Streamdeck sample: samples/streamdeck.md - Telegram sample: samples/telegram.md - TIANE sample: samples/tiane.md - - Twitch sample: samples/twitch.md + - Twitch sample: samples/twitch-chat.md - Twitter sample: samples/twitter.md - WebSocket: - Client sample: samples/websocket-client.md