mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
developing_collections_creating.rst: fix min namespace / collection name length specified (#3407) (#3408)
developing_collections_creating.rst: fix min namespace / collection name length specified
(cherry picked from commit e129078d34)
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
This commit is contained in:
@@ -60,7 +60,7 @@ To start a new collection, run the following command in your collections directo
|
||||
|
||||
.. note::
|
||||
|
||||
Both the namespace and collection names use the same strict set of requirements. Both are limited to alphanumeric characters and underscores, must have a minimum length of two characters, and cannot start with an underscore.
|
||||
Both the namespace and collection names use the same strict set of requirements. Both are limited to alphanumeric characters and underscores, must have a minimum length of three characters, and cannot start with an underscore.
|
||||
|
||||
It will create the structure ``[my_namespace]/[my_collection]/[collection skeleton]``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user