Skip to content

Commit b87a06f

Browse files
committed
removed unnecessary documentation
1 parent 8186cd8 commit b87a06f

File tree

15 files changed

+12
-989
lines changed

15 files changed

+12
-989
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ You can map your Discord roles to these internal roles like described in the exa
612612
variant, you add your UCIDs as a list below each group.<br>
613613
Non-Discord installations usually only need the "Admin" and "DCS Admin" roles.
614614

615-
| Role | Description |
616-
|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
617-
| Admin | People with this role are allowed to manage the server, start it up, shut it down, update it, change the password and gather the server statistics. |
618-
| DCS Admin | People with this role are allowed to restart missions, managing the mission list, ban and unban people. |
619-
| DCS | People with this role are allowed to chat, check their statistics and gather information about running missions and players. |
620-
| GameMaster | People with this role can see both [Coalitions](./COALITIONS.md) and run specific commands that are helpful in missions. |
615+
| Role | Description |
616+
|:----------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
617+
| Admin | People with this role are allowed to manage the server, start it up, shut it down, update it, change the password and gather the server statistics. |
618+
| DCS Admin | People with this role are allowed to restart missions, managing the mission list, ban and unban people. |
619+
| DCS | People with this role are allowed to chat, check their statistics and gather information about running missions and players. |
620+
| GameMaster | People with this role can see both [Coalitions](./COALITIONS.md) and run specific commands that are helpful in missions. |
621621

622622
See [Coalitions](./COALITIONS.md) for coalition roles.
623623

@@ -776,12 +776,12 @@ DCSServerBot has an extensible architecture. You can more or less overwrite, enh
776776
The easiest way to start developing for DCSServerBot would be to read up the concepts and to look at some examples.
777777
I have created some READMEs for you that you can start with:
778778

779-
| Component | Description | Documentation |
780-
|-----------|------------------------------------------------------------------------------------------------------------------------------------|----------------------------------|
781-
| Plugin | A plugin provides Discord or in-game commands. It handles events from DCS and runs on the master node only. | [README](./plugins/README.md) |
782-
| Service | A service runs once onto each node of your cluster. Some services are master bound. | [README](./services/README.md) |
783-
| Extension | An extension runs for each supported server, but on the node the server is running on. It can access all resources of that server. | [README](./extensions/README.md) |
784-
| Reports | The reporting framework allows you to create your own customized reports for DCSServerBot or overwrite existing ones. | [README](./reports/README.md) |
779+
| Component | Description | Documentation |
780+
|:-----------|:------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------|
781+
| Plugin | A plugin provides Discord or in-game commands. It handles events from DCS and runs on the master node only. | [README](./plugins/README.md) |
782+
| Service | A service runs once onto each node of your cluster. Some services are master bound. | [README](./services/README.md) |
783+
| Extension | An extension runs for each supported server, but on the node the server is running on. It can access all resources of that server. | [README](./extensions/README.md) |
784+
| Reports | The reporting framework allows you to create your own customized reports for DCSServerBot or overwrite existing ones. | [README](./reports/README.md) |
785785

786786
> [!NOTE]
787787
> If you decide to develop something that might be of interest for other community members, I highly encourage you to

0 commit comments

Comments
 (0)