fix: update manifest to only include slots from 20260202_matang directory
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m20s
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m20s
This commit is contained in:
parent
6435786556
commit
5178b24f99
2 changed files with 1745 additions and 6056 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -20,7 +20,7 @@ from pathlib import Path
|
||||||
SCHEMA_DIR = Path(__file__).parent.parent / "schemas" / "20251121" / "linkml"
|
SCHEMA_DIR = Path(__file__).parent.parent / "schemas" / "20251121" / "linkml"
|
||||||
CLASSES_DIR = SCHEMA_DIR / "modules" / "classes"
|
CLASSES_DIR = SCHEMA_DIR / "modules" / "classes"
|
||||||
ENUMS_DIR = SCHEMA_DIR / "modules" / "enums"
|
ENUMS_DIR = SCHEMA_DIR / "modules" / "enums"
|
||||||
SLOTS_DIR = SCHEMA_DIR / "modules" / "slots"
|
SLOTS_DIR = SCHEMA_DIR / "modules" / "slots" / "20260202_matang"
|
||||||
MANIFEST_PATH = SCHEMA_DIR / "manifest.json"
|
MANIFEST_PATH = SCHEMA_DIR / "manifest.json"
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -113,7 +113,7 @@ def main():
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"name": name,
|
"name": name,
|
||||||
"path": f"modules/slots/{name}.yaml",
|
"path": f"modules/slots/20260202_matang/{name}.yaml",
|
||||||
"category": "slot"
|
"category": "slot"
|
||||||
}
|
}
|
||||||
for name in slot_files
|
for name in slot_files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue