Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down