From 9f97d4c74e23023b9944416e67dbfec6753a3a47 Mon Sep 17 00:00:00 2001 From: johnathanvidu Date: Mon, 16 Feb 2026 16:21:38 +0200 Subject: [PATCH] remove the metadata.icon docs --- .../blueprints/blueprints-yaml-structure.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/blueprint-designer-guide/blueprints/blueprints-yaml-structure.md b/docs/blueprint-designer-guide/blueprints/blueprints-yaml-structure.md index c7a51ff02..4e600a0aa 100644 --- a/docs/blueprint-designer-guide/blueprints/blueprints-yaml-structure.md +++ b/docs/blueprint-designer-guide/blueprints/blueprints-yaml-structure.md @@ -554,7 +554,6 @@ description: ... metadata: self-service: true display-name: "My Custom Blueprint" - icon: "database" grains: ... ``` @@ -577,15 +576,6 @@ metadata: display-name: "Production Web Application Stack" ``` -#### `icon` - -Defines the icon that will be displayed for the blueprint in the Torque catalog. This helps users quickly identify and distinguish between different blueprints. - -```yaml -metadata: - icon: "database" -``` - ## Grains inputs & outputs 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. @@ -1280,4 +1270,4 @@ The `visible` property uses Liquid templating syntax to create dynamic condition **Useful Liquid Templating Resources:** - [Liquid Templating Introduction](https://shopify.github.io/liquid/basics/introduction/) - Learn the basics and syntax of Liquid templating -- [Liquid Playground](https://liquidjs.com/playground.html) - Interactive playground to test and experiment with Liquid expressions \ No newline at end of file +- [Liquid Playground](https://liquidjs.com/playground.html) - Interactive playground to test and experiment with Liquid expressions