From b053ad468bfce92649c5489011dae612b8d49446 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Sun, 31 Aug 2025 17:58:44 +0300 Subject: [PATCH 1/2] Added the suggested changes to the sctructure table. --- .../setup-blueprint/setup-blueprint.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md index bc50bf8f28..441ab3cb02 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md @@ -313,13 +313,13 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s | Field | Description | Notes | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -| `identifier` | Unique identifier | **Required**. The identifier is used for API calls, programmatic access and distinguishing between different blueprints | -| `title` | Name | **Required**. Human-readable name for the blueprint | -| `description` | Description | The value is visible as a tooltip to users when hovering over the info icon in the UI | -| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list) | -| `calculationProperties` | Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md) | **Required** | -| `mirrorProperties` | Contains the properties defined using [mirror properties](./properties/mirror-property) | | -| `schema` | An object containing two nested fields: `properties` and `required`. | **Required**. See the schema structure [here](#schema-object) | +| `identifier` | The identifier is used for API calls, programmatic access and distinguishing between different blueprints. | **Required** | +| `title` | Human-readable name for the blueprint. |**Required** | +| `description` | The value is visible as a tooltip to users when hovering over the info icon in the UI. | | +| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list). | +| `calculationProperties` | Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md). | **Required** | +| `mirrorProperties` | Contains the properties defined using [mirror properties](./properties/mirror-property). | | +| `schema` | An object containing two nested fields: `properties` and `required`. | **Required**. See the schema structure [here](#schema-object). | :::tip Available properties All available properties are listed in the [properties](./properties/properties.md) page From 5563d10cbfc77d0206ea060d3891e7bde208fac5 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Sun, 31 Aug 2025 18:47:31 +0300 Subject: [PATCH 2/2] changed setup to set up in multiple places + changed promote scorecards title to scorecards --- archive/complete-use-cases/_iac-templates.md | 2 +- .../setup-ui-for-action/setup-ui-for-action.md | 4 ++-- .../examples/terraform-no-code-resource-provisioning.md | 2 +- .../configure-data-model/setup-blueprint/setup-blueprint.md | 6 +++--- docs/guides/all/create-cloud-resource-using-iac.md | 4 ++-- .../all/let-developers-enrich-services-using-gitops.md | 2 +- docs/guides/all/scaffold-a-new-service.md | 4 ++-- docs/guides/all/setup-slack-reminders.md | 4 ++-- docs/scorecards/overview.md | 2 +- .../resource-self-service/setup-approval-workflows.md | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/archive/complete-use-cases/_iac-templates.md b/archive/complete-use-cases/_iac-templates.md index d73647e786..4ac68b64f4 100644 --- a/archive/complete-use-cases/_iac-templates.md +++ b/archive/complete-use-cases/_iac-templates.md @@ -71,7 +71,7 @@ Forwarding https://1234-5678-9101-112-1314-1516-abcd-efgh-ijk Keep the `Forwarding URL` for later use. -### Setup Port resources +### Set up Port resources First, set up a Blueprint for an S3 bucket in Port. diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md index 20298d070e..9d492dc779 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md @@ -1,5 +1,5 @@ --- -title: Setup Actions +title: Set up Actions --- import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx"; @@ -8,7 +8,7 @@ import Tabs from "@theme/Tabs" import TabItem from "@theme/TabItem" import PortTooltip from "/src/components/tooltip/tooltip.jsx" -# Setup frontend +# Set up frontend
diff --git a/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md b/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md index 2c920dc930..64474bce43 100644 --- a/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md +++ b/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md @@ -71,7 +71,7 @@ Forwarding https://1234-5678-9101-112-1314-1516-abcd-efgh-ijk Keep the `Forwarding URL` for later use. -### Setup Port resources +### Set up Port resources First, set up a [blueprint](/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md) for an S3 bucket in Port. diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md index 441ab3cb02..7f32994583 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md @@ -1,7 +1,7 @@ --- sidebar_position: 1 -title: Setup Blueprints -sidebar_label: Setup Blueprints +title: Set up Blueprints +sidebar_label: Set up Blueprints --- import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx"; @@ -9,7 +9,7 @@ import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx"; import Tabs from "@theme/Tabs" import TabItem from "@theme/TabItem" -# Setup Blueprints +# Set up blueprints
diff --git a/docs/guides/all/create-cloud-resource-using-iac.md b/docs/guides/all/create-cloud-resource-using-iac.md index 9cb358ca4a..5a3e302f2d 100644 --- a/docs/guides/all/create-cloud-resource-using-iac.md +++ b/docs/guides/all/create-cloud-resource-using-iac.md @@ -45,7 +45,7 @@ In this guide we will add a new property to our `Repository`