You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/compas-open-scd/public/nsdoc/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,10 @@ Directory containing fixed nsdoc for the 'Validation' plugin:
8
8
Where `XX` represents the revision and release values.
9
9
10
10
This directory should also contain a `manifest.json` file listing all available NSDOC files for dynamic discovery. If the manifest is not present, the system will fall back to pattern-based file discovery.
11
+
12
+
## Fallback pattern discovery
13
+
14
+
When manifest.json is not available, the service checks for files using these patterns:
15
+
16
+
- Standards 7-2, 7-3, 7-4: `2007B5` to `2007B9` (stops at first found)
17
+
- Standard 8-1: `2003A2` to `2003A9` (stops at first found)
0 commit comments