diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 7420d91ac46..3471d7a3d95 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -871,9 +871,9 @@ }, { "name": "Lando (landofile)", - "description": "The configuration file for a Lando app. Documentation: https://github.com/4lando/lando-spec", + "description": "The configuration file for a Lando app. Documentation: https://github.com/lando-community/lando-spec", "fileMatch": [".lando.yml", ".lando.*.yml"], - "url": "https://4lando.github.io/lando-spec/landofile-spec.json" + "url": "https://lando-community.github.io/lando-spec/landofile-spec.json" }, { "name": "latexindent configuration", @@ -4265,6 +4265,21 @@ "fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"], "url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json" }, + { + "name": "mockd.yaml", + "description": "mockd multi-protocol API mock server configuration file. See https://mockd.io", + "fileMatch": [ + "mockd.yaml", + "mockd.yml", + "mockd.json", + ".mockd.yaml", + ".mockd.yml", + ".mockd.json", + "mocks.yaml", + "mocks.yml" + ], + "url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json" + }, { "name": "monospace.yml", "description": "MonoSpace configuration file",