Skip to content

Commit

Permalink
Whitespace pls
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 27, 2021
1 parent 4f78426 commit cf42bac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/gettingstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Clicking on the `CCI` button (in the green circle) should open up the First Laun
<br />
<br />

Click on any of the buttons for the services to add a registry for that service. The input window will look similar to this. To find the key for the service you've selected, we have instructions on a different page. Check the sidebar for your selected service's page.
Click on any of the buttons for the services to add a registry for that service. The input window will look similar to this. To find the key for the service you've selected, we have instructions on a different page. Check the sidebar for your selected service's page (if available).

In this example, we're using a Twitch Chat and already have one channel name added. One key per line.

Expand All @@ -58,6 +58,6 @@ You will now be asked if your streamer name differs from your Minecraft In-Game
<br />
<br />

Hitting yes will allow you to set your streamer name, which will affect your `$streamerName` variable. More on [Variables](url.tbd) later.
Hitting yes will allow you to set your streamer name, which will affect your `$streamerName` variable. More on [Variables](./events/#variables) later.

Once you are done, you should be back at the main menu. There may be some additional [mod config](url.tbd) settings you may want to change, but for the purposes of this guide, those won't be necessary.
18 changes: 9 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ CCI works on being primarily [Object-oriented](https://en.wikipedia.org/wiki/Obj

CCI connects to a variety of services using an array of methods, [Socket.IO](https://socket.io/), Websockets, or manually polling. The following services are supported:

**Socket.IO**
* [Streamlabs](https://streamlabs.com/)
* [StreamElements](https://streamelements.com/)

**Websocket**
* [Twitch Chat](https://www.twitch.tv/)

**Polling**
* [YouTube Chat](https://www.youtube.com/)
**Socket.IO**
* [Streamlabs](https://streamlabs.com/)
* [StreamElements](https://streamelements.com/)
**Websocket**
* [Twitch Chat](https://www.twitch.tv/)
**Polling**
* [YouTube Chat](https://www.youtube.com/)

More layers of support may be added depending on the demand and the ease of integration. Request them on the [GitHub](https://github.com/iChun/ContentCreatorIntegration-IssuesAndDocumentation)!

0 comments on commit cf42bac

Please sign in to comment.