Skip to content

Commit

Permalink
Added Nullstone to the catalog (#4193)
Browse files Browse the repository at this point in the history
* Added Nullstone to the catalog

* fix fileMatch on dirs

* prettier

* Un-format Prettier files

---------

Co-authored-by: Brad Sickles <[email protected]>
  • Loading branch information
hyperupcall and BSick7 authored Nov 6, 2024
1 parent 6b8aeb8 commit 5d8cd28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3578,6 +3578,15 @@
"fileMatch": ["nswag.json"],
"url": "https://json.schemastore.org/nswag.json"
},
{
"name": "Nullstone config",
"description": "Nullstone config.yml file",
"fileMatch": ["**/.nullstone/*.yml", "**/.nullstone/*.yaml"],
"url": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json",
"versions": {
"0.1": "https://raw.githubusercontent.com/nullstone-io/iac/master/.schema/config.0.1.json"
}
},
{
"name": "ntangle",
"description": "NTangle CDC code-generation configuration. Documentation: https://github.com/Avanade/ntangle",
Expand Down

0 comments on commit 5d8cd28

Please sign in to comment.