We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158dfcd commit 3502153Copy full SHA for 3502153
src/api/json/catalog.json
@@ -7689,6 +7689,12 @@
7689
"fileMatch": ["devspace.yaml"],
7690
"url": "https://raw.githubusercontent.com/loft-sh/devspace/main/devspace-schema.json"
7691
},
7692
+ {
7693
+ "name": ".macro.json",
7694
+ "description": "Macro configuration file",
7695
+ "fileMatch": [".macro.json"],
7696
+ "url": "https://raw.githubusercontent.com/rebaz94/macro_kit/refs/heads/main/macro_schema.json"
7697
+ },
7698
{
7699
"name": "Monika Configuration",
7700
"description": "Monika configuration file",
0 commit comments