Skip to content

Commit 1ffc42c

Browse files
committed
Clarify naming conventions for Small Libraries by removing references to Medium-Large Library folder name generation.
1 parent 8b586c3 commit 1ffc42c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_mydocs/contribute/naming-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When creating a new package for DAX Lib, it is important to follow specific conv
2121

2222
2. **Package Folder Name** (⚠️ only for Small Libraries)
2323

24-
> This naming convention must be manually managed if you create a Small Library by forking the DAX Lib repository. If you create a Medium-Large Library with a dedicated GitHub repository, the folder name will be automatically generated when the package is published to DAX Lib.
24+
> This naming convention must be manually managed if you create a Small Library by forking the DAX Lib repository.
2525
2626
- The folder name for your package should be in lowercase letters and use dots to separate different levels of hierarchy.
2727

@@ -69,7 +69,7 @@ When creating a new package for DAX Lib, it is important to follow specific conv
6969
- Do not use `DaxLib.` as a prefix for package name. This prefix is reserved for public open-source libraries of common use. Do not submit pull requests for new libraries using the `DaxLib.` prefix.
7070

7171
6. **Folder Structure** (⚠️ only for Small Libraries)
72-
> This naming convention must be manually managed if you create a Small Library by forking the DAX Lib repository. If you create a Medium-Large Library with a dedicated GitHub repository, the folder name will be automatically generated when the package is published to DAX Lib.
72+
> This naming convention must be manually managed if you create a Small Library by forking the DAX Lib repository.
7373
- The **first level** structure should be a single letter (lowercase) corresponding to the first letter of the package name. This helps reduce the number of items in a single folder and keeps the repository organized.
7474
- The **second level** should be the package name (lowercase).
7575
- The **third level** should be the package version.

0 commit comments

Comments
 (0)