diff --git a/configuration.py b/configuration.py index 04e49d1..02439b8 100644 --- a/configuration.py +++ b/configuration.py @@ -22,7 +22,7 @@ "frontmatter": "namespace: python_sdk_custom_charts", "folder_name": "custom-charts", }, - }, + }, "DATATYPE": { "module": "wandb.sdk.data_types", "file_path": BASE_DIR / "wandb" / "wandb" / "__init__.template.pyi", @@ -32,7 +32,7 @@ "frontmatter": "namespace: python_sdk_data_type", "folder_name": "data-types", }, - }, + }, "PUBLIC_API": { "module": "wandb.apis.public", "file_path": BASE_DIR / "wandb" / "wandb" / "apis" / "public" / "__init__.py", @@ -53,4 +53,14 @@ "folder_name": "automations", }, }, -} \ No newline at end of file + "REGISTRIES": { + "module": "wandb.registries", + "file_path": BASE_DIR / "wandb" / "wandb" / "registries" / "__init__.py", + "hugo_specs": { + "title": "Registries", + "description": "Manage and share W&B artifacts across your organization.", + "frontmatter": "namespace: registries_namespace", + "folder_name": "registries", + }, + }, +}