Skip to content

Commit 50b1e5d

Browse files
Merge pull request #491 from QualiTorque/remove-icon-docs
remove the metadata.icon docs
2 parents 8b55858 + 9f97d4c commit 50b1e5d

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

docs/blueprint-designer-guide/blueprints/blueprints-yaml-structure.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ description: ...
554554
metadata:
555555
self-service: true
556556
display-name: "My Custom Blueprint"
557-
icon: "database"
558557
559558
grains: ...
560559
```
@@ -577,15 +576,6 @@ metadata:
577576
display-name: "Production Web Application Stack"
578577
```
579578

580-
#### `icon`
581-
582-
Defines the icon that will be displayed for the blueprint in the Torque catalog. This helps users quickly identify and distinguish between different blueprints.
583-
584-
```yaml
585-
metadata:
586-
icon: "database"
587-
```
588-
589579
## Grains inputs & outputs
590580
Inputs and outputs are used both in the blueprint level and in the grains level. Grains can use inputs and outputs to pass data between IaC components, validate information and eventually lead to reducing the amount of IaC components that needs to be maintained by the organization.
591581

@@ -1280,4 +1270,4 @@ The `visible` property uses Liquid templating syntax to create dynamic condition
12801270

12811271
**Useful Liquid Templating Resources:**
12821272
- [Liquid Templating Introduction](https://shopify.github.io/liquid/basics/introduction/) - Learn the basics and syntax of Liquid templating
1283-
- [Liquid Playground](https://liquidjs.com/playground.html) - Interactive playground to test and experiment with Liquid expressions
1273+
- [Liquid Playground](https://liquidjs.com/playground.html) - Interactive playground to test and experiment with Liquid expressions

0 commit comments

Comments
 (0)