From e129078d34ee3393e8679cb5a5fdf64a5508e055 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 7 Jan 2026 22:01:25 +0100 Subject: [PATCH] developing_collections_creating.rst: fix min namespace / collection name length specified (#3407) developing_collections_creating.rst: fix min namespace / collection name length specified --- docs/docsite/rst/dev_guide/developing_collections_creating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections_creating.rst b/docs/docsite/rst/dev_guide/developing_collections_creating.rst index caad19ea8f..fc5331db5d 100644 --- a/docs/docsite/rst/dev_guide/developing_collections_creating.rst +++ b/docs/docsite/rst/dev_guide/developing_collections_creating.rst @@ -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]``.