Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archive/complete-use-cases/_iac-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Setup Actions
title: Set up Actions
---

import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx";
Expand All @@ -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

<center>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
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";

import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"

# Setup Blueprints
# Set up blueprints

<center>

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/all/create-cloud-resource-using-iac.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In this guide we will add a new property to our `Repository` <PortTooltip id="bl

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

## Setup the action's frontend
## Set up the action's frontend

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

The action's frontend is now ready 🥳

## Setup the action's backend
## Set up the action's backend

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Then, fill out your workflow details:

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`.

### Setup the action's backend
### Set up the action's backend

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:

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/all/scaffold-a-new-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The action we will create in this guide will:

## Implementation

### Setup the action's frontend
### Set up the action's frontend

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

<br/>

### Setup the action's backend
### Set up the action's backend

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

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/all/setup-slack-reminders.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once implemented:

## Implementation

### Setup the action's frontend
### Set up the action's frontend

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

<br/>

### Setup the action's backend
### Set up the action's backend

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

Expand Down
2 changes: 1 addition & 1 deletion docs/scorecards/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Overview
sidebar_label: Overview
---

# Promote scorecards
# Scorecards

## What is a Scorecard?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Setup approval workflows"
sidebar_position: 4
---

# Setup approval workflows
# Set up approval workflows

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.

Expand Down