From 4ca2fe0872b7fab20266843546f4040a3bd30159 Mon Sep 17 00:00:00 2001 From: bobloy Date: Sat, 13 Feb 2021 13:08:33 -0500 Subject: [PATCH] [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> --- docs/guide_publish_cogs.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guide_publish_cogs.rst b/docs/guide_publish_cogs.rst index b509436a1..db5162ca7 100644 --- a/docs/guide_publish_cogs.rst +++ b/docs/guide_publish_cogs.rst @@ -86,3 +86,12 @@ Keys specific to the cog info.json (case sensitive) .. warning:: 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 `_. + +To be added to the index, make a pull request to the `Red-Index repository `_ 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`.