Skip to content

Commit 5aeabec

Browse files
Merge branch 'main' into DIGCS-1-migrate-bibucket-to-github
2 parents ab60fea + e5414a6 commit 5aeabec

File tree

81 files changed

+1080
-891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1080
-891
lines changed

.cursor/rules/documentation_style.mdc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
description:
33
globs:
44
alwaysApply: false
5-
---
6-
5+
---

.github/workflows/verify-docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: true
2424
- name: Install dependencies
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: lts/*
2828
cache: npm

babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/actions-and-automations/actions-and-automations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create a wide range of personalized, controlled actions that developers can use
1111
Self-service actions drive developer productivity by providing a consistent and repeatable way to perform common tasks, all with guardrails like manual approvals or consumption policies to comply with organizational standards.
1212

1313
:::tip Live demo
14-
For real-world examples of self-service actions, check out our [live demo](https://demo.getport.io/self-serve).
14+
For real-world examples of self-service actions, check out our [live demo](https://showcase.port.io/self-serve).
1515
:::
1616

1717
For more information and instructions for creating self-service actions, click [here](/actions-and-automations/create-self-service-experiences).

docs/actions-and-automations/create-self-service-experiences/create-self-service-experiences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Port's action model is designed to be flexible and can be used to cover a wide r
3333
- **Rollback** a running service.
3434
- **Change** a deployment's replica count.
3535

36-
In our [live demo](https://demo.getport.io/self-serve), you can see examples for self-service experiences. 🎬
36+
In our [live demo](https://showcase.port.io/self-serve), you can see examples for self-service experiences. 🎬
3737

3838
## How does it work?
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The entity input type can be used to reference any existing entity from the soft
2121
- Clusters
2222
- Configurations
2323

24-
In the [live demo](https://demo.getport.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `Domain` input is an entity input. 🎬
24+
In the [live demo](https://showcase.port.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `Domain` input is an entity input. 🎬
2525

2626
## Sorting entities
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The number input type can be used to store any numeric data, for example:
2121
- Replica counts
2222
- Number of days to retain data
2323

24-
In the [live demo](https://demo.getport.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `K8s Replica Count` input is a number input. 🎬
24+
In the [live demo](https://showcase.port.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `K8s Replica Count` input is a number input. 🎬
2525

2626
## API definition
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The object input type can be used to store any key/value based data, for example
2222
- HTTP responses
2323
- Dictionaries/Hash maps
2424

25-
In the [live demo](https://demo.getport.io/self-serve) self-service hub page, we can see the **Open terraform PR to add S3 bucket** action whose `policy` input is an object input. 🎬
25+
In the [live demo](https://showcase.port.io/self-serve) self-service hub page, we can see the **Open terraform PR to add S3 bucket** action whose `policy` input is an object input. 🎬
2626

2727
## API definition
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The team input type can be used to reference any team that exists in Port, for e
2121
- The current on-call
2222
- The lead maintainers
2323

24-
In the [live demo](https://demo.getport.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `Owning Team` input is a user input. 🎬
24+
In the [live demo](https://showcase.port.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `Owning Team` input is a user input. 🎬
2525

2626
## API definition
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The text input type can be used to store any text based data, for example:
2222
- Commit SHA
2323
- File names
2424

25-
In the [live demo](https://demo.getport.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `Service Name` input is a text input. 🎬
25+
In the [live demo](https://showcase.port.io/self-serve) self-service hub page, we can see the **scaffold new service** action whose `Service Name` input is a text input. 🎬
2626

2727
## API definition
2828

0 commit comments

Comments
 (0)