Skip to content

Commit 80ad4f3

Browse files
authored
Merge pull request #1125 from jpgough-ms/docify-bugfix
Remove broken code template, upgrade CLI for push
2 parents fd6a386 + ab39fb6 commit 80ad4f3

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/calm-cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
55
"main": "dist/index.js",
66
"files": [

shared/src/docify/template-bundles/docusaurus/index.md.hbs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ This documentation is generated from the **CALM Architecture-as-Code** model.
3232
|{{id}}|{{name}}|{{description}}|{{domain}}|{{scope}}|{{appliedTo}}|
3333
{{/controls}}
3434
{{/if}}
35-
36-
{{#if (notEmpty controls) }}
37-
{{#controls}}
38-
{{{json this }}}
39-
{{/controls}}
40-
{{/if}}
41-

0 commit comments

Comments
 (0)