Skip to content

Commit e5414a6

Browse files
authored
Merge pull request #2895 from port-labs/PORTN-3706-change-the-demo-link
Change the demo link to showcase
2 parents 5f42f39 + cf2f83a commit e5414a6

File tree

33 files changed

+46
-46
lines changed

33 files changed

+46
-46
lines changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This input type can be used to store any true/false gate, for example:
2323
- Does service handle PII
2424
- Is environment public
2525

26-
In the [live demo](https://demo.getport.io/self-serve) self-service hub page, we can see the **Delete Repo** action whose `Confirm` input is a toggle input. 🎬
26+
In the [live demo](https://showcase.port.io/self-serve) self-service hub page, we can see the **Delete Repo** action whose `Confirm` input is a toggle input. 🎬
2727

2828
## API definition
2929

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

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

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

2626
## API definition
2727

docs/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/relate-blueprints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Relations can be used to represent the logical connections between assets in you
3030
- The **run** history of a **CI job**.
3131
- The **Kubernetes clusters** that exist in a **cloud account**.
3232

33-
In this [live demo](https://demo.getport.io/settings) example, we can see the DevPortal Builder page with all of the blueprints and their relations. 🎬
33+
In this [live demo](https://showcase.port.io/settings) example, we can see the DevPortal Builder page with all of the blueprints and their relations. 🎬
3434

3535
## Relation schema structure
3636

@@ -73,7 +73,7 @@ A single type relation is used to map a single target entity to the source.
7373
- Map a **package version** to the **package**.
7474
- Map a **K8s cluster** to the **cloud account** it is provisioned in.
7575

76-
In this [live demo](https://demo.getport.io/githubWorkflowEntity?identifier=wish_list_build_185674921&activeTab=3) example, we can see a specific Deployment Workflow and its related Service. 🎬
76+
In this [live demo](https://showcase.port.io/githubWorkflowEntity?identifier=wish_list_build_185674921&activeTab=3) example, we can see a specific Deployment Workflow and its related Service. 🎬
7777

7878
#### Single Relation Structure
7979

@@ -132,7 +132,7 @@ A many type relation is used to map multiple target entities to the source.
132132
- Map the **cloud resources** used by a **service**.
133133
- Map the **services deployed** in a **developer environment**.
134134

135-
In this [live demo](https://demo.getport.io/jiraIssueEntity?identifier=WISH-789&activeTab=1) example, we can see a specific Jira issue and its related Services. 🎬
135+
In this [live demo](https://showcase.port.io/jiraIssueEntity?identifier=WISH-789&activeTab=1) example, we can see a specific Jira issue and its related Services. 🎬
136136

137137
#### Many Relation Structure
138138

0 commit comments

Comments
 (0)