We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd6a386 + ab39fb6 commit 80ad4f3Copy full SHA for 80ad4f3
2 files changed
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@finos/calm-cli",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
5
"main": "dist/index.js",
6
"files": [
shared/src/docify/template-bundles/docusaurus/index.md.hbs
@@ -32,10 +32,3 @@ This documentation is generated from the **CALM Architecture-as-Code** model.
32
|{{id}}|{{name}}|{{description}}|{{domain}}|{{scope}}|{{appliedTo}}|
33
{{/controls}}
34
{{/if}}
35
-
36
-{{#if (notEmpty controls) }}
37
-{{#controls}}
38
-{{{json this }}}
39
-{{/controls}}
40
-{{/if}}
41
0 commit comments