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: