From 8b249c21b81bbfcff09ba845a05ebdec6b227b27 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 08:07:59 +0000 Subject: [PATCH] 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 e129078d34ee3393e8679cb5a5fdf64a5508e055) Co-authored-by: Andrew Klychkov --- 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]``.