Skip to content

Commit 6183300

Browse files
authored
Merge pull request #2752 from port-labs/PORT-9667-docs-blueprint-structure-table-some-notes-are-actually-descriptions
Added the suggested changes to the sctructure table.
2 parents 3a2f5f5 + bc3e6f6 commit 6183300

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

archive/complete-use-cases/_iac-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Forwarding https://1234-5678-9101-112-1314-1516-abcd-efgh-ijk
7171

7272
Keep the `Forwarding URL` for later use.
7373

74-
### Setup Port resources
74+
### Set up Port resources
7575

7676
First, set up a Blueprint for an S3 bucket in Port.
7777

docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup Actions
2+
title: Set up Actions
33
---
44

55
import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx";
@@ -8,7 +8,7 @@ import Tabs from "@theme/Tabs"
88
import TabItem from "@theme/TabItem"
99
import PortTooltip from "/src/components/tooltip/tooltip.jsx"
1010

11-
# Setup frontend
11+
# Set up frontend
1212

1313
<center>
1414

docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Forwarding https://1234-5678-9101-112-1314-1516-abcd-efgh-ijk
7171

7272
Keep the `Forwarding URL` for later use.
7373

74-
### Setup Port resources
74+
### Set up Port resources
7575

7676
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.
7777

docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
sidebar_position: 1
3-
title: Setup Blueprints
4-
sidebar_label: Setup Blueprints
3+
title: Set up Blueprints
4+
sidebar_label: Set up Blueprints
55
---
66

77
import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx";
88

99
import Tabs from "@theme/Tabs"
1010
import TabItem from "@theme/TabItem"
1111

12-
# Setup Blueprints
12+
# Set up blueprints
1313

1414
<center>
1515

@@ -313,13 +313,13 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s
313313

314314
| Field | Description | Notes |
315315
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
316-
| `identifier` | Unique identifier | **Required**. The identifier is used for API calls, programmatic access and distinguishing between different blueprints |
317-
| `title` | Name | **Required**. Human-readable name for the blueprint |
318-
| `description` | Description | The value is visible as a tooltip to users when hovering over the info icon in the UI |
319-
| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list) |
320-
| `calculationProperties` | Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md) | **Required** |
321-
| `mirrorProperties` | Contains the properties defined using [mirror properties](./properties/mirror-property) | |
322-
| `schema` | An object containing two nested fields: `properties` and `required`. | **Required**. See the schema structure [here](#schema-object) |
316+
| `identifier` | The identifier is used for API calls, programmatic access and distinguishing between different blueprints. | **Required** |
317+
| `title` | Human-readable name for the blueprint. |**Required** |
318+
| `description` | The value is visible as a tooltip to users when hovering over the info icon in the UI. | |
319+
| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list). |
320+
| `calculationProperties` | Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md). | **Required** |
321+
| `mirrorProperties` | Contains the properties defined using [mirror properties](./properties/mirror-property). | |
322+
| `schema` | An object containing two nested fields: `properties` and `required`. | **Required**. See the schema structure [here](#schema-object). |
323323

324324
:::tip Available properties
325325
All available properties are listed in the [properties](./properties/properties.md) page

docs/guides/all/create-cloud-resource-using-iac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this guide we will add a new property to our `Repository` <PortTooltip id="bl
4545

4646
This property is empty for now in all repositories, we will fill it as part of the action we're about to create 😎
4747

48-
## Setup the action's frontend
48+
## Set up the action's frontend
4949

5050
1. Head to the [Self-service page](https://app.getport.io/self-serve) of your portal.
5151
2. Click on the `+ Action` button in the top-right corner :
@@ -222,7 +222,7 @@ The last step is customizing the action's permissions. For simplicity's sake, we
222222

223223
The action's frontend is now ready 🥳
224224

225-
## Setup the action's backend
225+
## Set up the action's backend
226226

227227
Now we want to write the logic that our action will trigger.
228228

docs/guides/all/let-developers-enrich-services-using-gitops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Then, fill out your workflow details:
342342

343343
The last step is customizing the action's permissions. For simplicity's sake, we will use the default settings. For more information, see the [permissions](/actions-and-automations/create-self-service-experiences/set-self-service-actions-rbac/) page. Click `Create`.
344344

345-
### Setup the action's backend
345+
### Set up the action's backend
346346

347347
Our action will create a pull-request in the repository, containing a `port.yml` file that will add data to the repository in Port. Choose a backend type below to setup the workflow:
348348

docs/guides/all/scaffold-a-new-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The action we will create in this guide will:
3333

3434
## Implementation
3535

36-
### Setup the action's frontend
36+
### Set up the action's frontend
3737

3838
1. Head to the [Self-service page](https://app.getport.io/self-serve) of your portal.
3939
2. Click on the `+ Action` button in the top-right corner (or in the middle if there are no actions yet):
@@ -253,7 +253,7 @@ The action's frontend is now ready 🥳
253253

254254
<br/>
255255

256-
### Setup the action's backend
256+
### Set up the action's backend
257257

258258
Now we want to write the logic that our action will trigger.
259259

docs/guides/all/setup-slack-reminders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once implemented:
3131

3232
## Implementation
3333

34-
### Setup the action's frontend
34+
### Set up the action's frontend
3535

3636
1. Head to the [Self-service page](https://app.getport.io/self-serve) of your portal.
3737
2. Click on the `+ Action` button on the top left corner :
@@ -120,7 +120,7 @@ The action's frontend is now ready 🥳
120120

121121
<br/>
122122

123-
### Setup the action's backend
123+
### Set up the action's backend
124124

125125
Now we want to write the logic that our action will trigger:
126126

docs/scorecards/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44
sidebar_label: Overview
55
---
66

7-
# Promote scorecards
7+
# Scorecards
88

99
## What is a Scorecard?
1010

docs/solutions/resource-self-service/setup-approval-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Setup approval workflows"
33
sidebar_position: 4
44
---
55

6-
# Setup approval workflows
6+
# Set up approval workflows
77

88
Effective platform engineering requires oversight at every level—whether it's a human developer requesting a production database or an AI agent automatically scaling infrastructure. Without proper controls, self-service can quickly become a security and compliance nightmare. Port provides three complementary layers of governance: Role-Based Access Control (RBAC) for user permissions, approval workflows for human oversight, and dynamic permissions for context-aware access control.
99

0 commit comments

Comments
 (0)