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 fa04595 commit f642ed0Copy full SHA for f642ed0
src/api/json/catalog.json
@@ -3086,6 +3086,12 @@
3086
"fileMatch": ["*.hf.yaml"],
3087
"url": "https://hyperfoil.io/schema.json"
3088
},
3089
+ {
3090
+ "name": "Hulak Configuration",
3091
+ "description": "Hulak API client configuration file",
3092
+ "fileMatch": ["**/*.hk.yaml", "**/*.hk.yml", "**/*.hk.json"],
3093
+ "url": "https://raw.githubusercontent.com/xaaha/hulak/refs/heads/main/assets/schema.json"
3094
+ },
3095
{
3096
"name": "IBM Zapp document",
3097
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
0 commit comments