Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Getting Started Guide improvements #3083

Merged
merged 10 commits into from
Oct 24, 2019
1 change: 1 addition & 0 deletions changelog.d/3083.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix some typos and wording, add MS Azure to host list
16 changes: 8 additions & 8 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ to use one, do it like this: ``[p]cleanup messages 10``
Cogs
----

Red is built with cogs, fancy term for plugins. They are
modules that enhance the Red functionalities. They contain
Red is built with cogs, a fancy term for plugins. They are
modules that add functionality to Red. They contain
commands to use.

Red comes with 19 cogs containing the basic features, such
Expand Down Expand Up @@ -162,18 +162,18 @@ there are hundreds of cogs available!

.. 26-cogs not available, let's use my repo :3

Cogs comes with repositories. A repository is a container of cogs
Cogs come in repositories. A repository is a container of cogs
that you can install. Let's suppose you want to install the ``say``
cog from the repository ``Laggrons-Dumb-Cogs``. You'll first need
to install the repository.
to add the repository.

.. code-block:: none

[p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs

.. note:: You may need to specify a branch. If so, add its name after the link.

Then you can add the cog
Then you can install the cog

.. code-block:: none

Expand All @@ -195,7 +195,7 @@ the level of permission needed for a command.
Bot owner
~~~~~~~~~

The bot owner can access all commands on every guild. He can also use
The bot owner can access all commands on every guild. They can also use
exclusive commands that can interact with the global settings
or system files.

Expand All @@ -214,7 +214,7 @@ Administrator
~~~~~~~~~~~~~

The administrator is defined by its roles. You can set multiple admin roles
with the ``[p]addadminrole`` and ``[p]removeadminrole`` commands.
with the ``[p]set addadminrole`` and ``[p]set removeadminrole`` commands.

For example, in the mod cog, an admin can use the ``[p]modset`` command
which defines the cog settings.
Expand All @@ -224,7 +224,7 @@ Moderator
~~~~~~~~~

A moderator is a step above the average users. You can set multiple moderator
roles with the ``[p]addmodrole`` and ``[p]removemodrole`` commands.
roles with the ``[p]set addmodrole`` and ``[p]set removemodrole`` commands.

For example, in the mod cog (again), a mod will be able to mute, kick and ban;
but he won't be able to modify the cog settings with the ``[p]modset`` command.
Expand Down
3 changes: 3 additions & 0 deletions docs/host-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Others
|`Google Cloud |Same as AWS, but it's Google. |
|<https://cloud.google.com/compute/>`_| |
+-------------------------------------+-----------------------------------------------------+
|`Microsoft Azure |Same as AWS, but it's Microsoft. |
|<https://azure.microsoft.com>`_ | |
+-------------------------------------+-----------------------------------------------------+
|`LowEndBox <http://lowendbox.com/>`_ |A curator for lower specced servers. |
+-------------------------------------+-----------------------------------------------------+

Expand Down