[Docs] Add information about the red index (#4778)

* Add information about the red index

* Update docs/guide_publish_cogs.rst

Co-authored-by: BreezeQS <70638053+BreezeQS@users.noreply.github.com>

Co-authored-by: BreezeQS <70638053+BreezeQS@users.noreply.github.com>
This commit is contained in:
bobloy 2021-02-13 13:08:33 -05:00 committed by GitHub
parent dd9e60b15f
commit 4ca2fe0872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,3 +86,12 @@ Keys specific to the cog info.json (case sensitive)
.. warning:: .. warning::
Shared libraries are deprecated since version 3.2 and are marked for removal in the future. Shared libraries are deprecated since version 3.2 and are marked for removal in the future.
Adding to the Index
-------------------
Repositories that are correctly configured can be added to the `public index of cogs <https://index.discord.red/>`_.
To be added to the index, make a pull request to the `Red-Index repository <https://github.com/Cog-Creators/Red-Index>`_ in the unapproved section. You can learn more about this process in the repository description.
To be added to the approved repositories, first see `guide_cog_creators`.