From 1b3bf33bdf2530adb3a7cbf8055007acb09b3bb2 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 24 Sep 2019 16:23:32 -0400 Subject: [PATCH] add anchors to support galaxy links (#62808) --- docs/docsite/rst/dev_guide/developing_collections.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst index 38582d943f0..092f9e73c21 100644 --- a/docs/docsite/rst/dev_guide/developing_collections.rst +++ b/docs/docsite/rst/dev_guide/developing_collections.rst @@ -268,8 +268,10 @@ without waiting for the import result, use the ``--no-wait`` argument and manual The API key is a secret token used by Ansible Galaxy to protect your content. You can find your API key at your `Galaxy profile preferences `_ page. -Upload from the Galaxy website -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. _upload_collection_galaxy: + +Upload a collection from the Galaxy website +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To upload your collection artifact directly on Galaxy: @@ -283,6 +285,7 @@ namespace, the upload request will fail. Once Galaxy uploads and accepts a collection, you will be redirected to the **My Imports** page, which displays output from the import process, including any errors or warnings about the metadata and content contained in the collection. +.. _collection_versions: Collection versions -------------------