Skip to content

Commit

Permalink
OMFG TABLES
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 27, 2021
1 parent b66e688 commit 079cdf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 9 additions & 2 deletions docs/gettingstarted/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Here is a numbered picture and a description of what each element does.

The Toolbar:
![](./images/editor/editortoolbar.png){: class="img_center"}

| No. | Name | Description | Additional Info |
|-----|-----------------------|--------------------------------------------------------------|---------------------------------------------------------------------------|
| 1 | Profile Selector | Opens a dropdown to select a profile | |
Expand All @@ -63,10 +64,13 @@ The Toolbar:

 
 
<br />
<br />
&nbsp;
&nbsp;
<br/>
<br/>
The Navigator:
![](./images/editor/editornavigation.png){: class="img_center"}

| No. | Name | Description | Additional Info |
|-----|-----------------------|--------------------------------------------------------------|----------------------------------------------------------------------------|
| 1 | Collapse All | Collapses all the navigational trees in #7 | |
Expand All @@ -81,9 +85,12 @@ The Navigator:
&nbsp;
&nbsp;
&nbsp;
<br/>
<br/>
In our example, this window was blank. We've selected something to show in this screenshot to help explain...
The Content Editor:
![](./images/editor/editorcontents.png){: class="img_center"}

| No. | Name | Description | Additional Info |
|-----|-------------------------------|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
| 1 | Field Name | The name of the field in the object you have selected | |
Expand Down
13 changes: 4 additions & 9 deletions docs/gettingstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,18 @@ If you would like to read more on installing CCI on a server, [read here](./ccio
Throughout these docs there will be a couple of mentions of similarly sounding words. This is the list of important distinctions and differences between the similarly sounding words.

**Event**

|--------------|-------|
&nbsp;
| Stream Event | Event |
|--------------|-------|
| These are events that happen on stream. Subscriptions, cheers, chat messages. | These are events configured in CCI to act on Stream Events. These contain conditions, outcomes, etc. More on that later. |
|--------------|-------|
&nbsp;
&nbsp;

**Config**

|--------------|--------|
&nbsp;
| Mod Config | Config |
|--------------|--------|
| The mod configuration file used to configure the mod. These contain your socket keys and should never be shown to others. | The configuration files CCI uses to understand what to do with your Stream Events. These collectively form Events and are saved in JSON files. |
|--------------|--------|
&nbsp;
&nbsp;
&nbsp;

First Launch
------------
Expand Down

0 comments on commit 079cdf6

Please sign in to comment.