From c884c5fddf6bbe5034d334668d5303aec5ceac18 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 29 May 2020 12:58:15 -0400 Subject: [PATCH] add pointer to namespace and collection name restrictions (#69761) --- docs/docsite/rst/dev_guide/developing_collections.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst index 5c10552a09d..55ad6d5ba93 100644 --- a/docs/docsite/rst/dev_guide/developing_collections.rst +++ b/docs/docsite/rst/dev_guide/developing_collections.rst @@ -207,6 +207,10 @@ To start a new collection: collection_dir#> ansible-galaxy collection init my_namespace.my_collection +.. note:: + + Both the namespace and collection names have strict requirements. See `Galaxy namespaces `_ on the Galaxy docsite for details. + Once the skeleton exists, you can populate the directories with the content you want inside the collection. See `ansible-collections `_ GitHub Org to get a better idea of what you can place inside a collection. .. _creating_collections: