diff --git a/docs/actions-and-automations/actions-and-automations.md b/docs/actions-and-automations/actions-and-automations.md index d3298e7d15..e778b8bfcb 100644 --- a/docs/actions-and-automations/actions-and-automations.md +++ b/docs/actions-and-automations/actions-and-automations.md @@ -11,7 +11,7 @@ Create a wide range of personalized, controlled actions that developers can use 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. :::tip Live demo -For real-world examples of self-service actions, check out our [live demo](https://demo.getport.io/self-serve). +For real-world examples of self-service actions, check out our [live demo](https://showcase.port.io/self-serve). ::: For more information and instructions for creating self-service actions, click [here](/actions-and-automations/create-self-service-experiences). diff --git a/docs/actions-and-automations/create-self-service-experiences/create-self-service-experiences.md b/docs/actions-and-automations/create-self-service-experiences/create-self-service-experiences.md index a5cf262176..19336f35d9 100644 --- a/docs/actions-and-automations/create-self-service-experiences/create-self-service-experiences.md +++ b/docs/actions-and-automations/create-self-service-experiences/create-self-service-experiences.md @@ -33,7 +33,7 @@ Port's action model is designed to be flexible and can be used to cover a wide r - **Rollback** a running service. - **Change** a deployment's replica count. -In our [live demo](https://demo.getport.io/self-serve), you can see examples for self-service experiences. 🎬 +In our [live demo](https://showcase.port.io/self-serve), you can see examples for self-service experiences. 🎬 ## How does it work? diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/entity.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/entity.md index e3a256c373..fd140b3f1a 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/entity.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/entity.md @@ -21,7 +21,7 @@ The entity input type can be used to reference any existing entity from the soft - Clusters - Configurations -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. 🎬 +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. 🎬 ## Sorting entities diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/number.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/number.md index d8e60b8b23..68000f10cd 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/number.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/number.md @@ -21,7 +21,7 @@ The number input type can be used to store any numeric data, for example: - Replica counts - Number of days to retain data -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. 🎬 +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. 🎬 ## API definition diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/object.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/object.md index b5be3855ba..693bc1a1a6 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/object.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/object.md @@ -22,7 +22,7 @@ The object input type can be used to store any key/value based data, for example - HTTP responses - Dictionaries/Hash maps -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. 🎬 +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. 🎬 ## API definition diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/team.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/team.md index 5dcdef30e9..c887cb8ebb 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/team.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/team.md @@ -21,7 +21,7 @@ The team input type can be used to reference any team that exists in Port, for e - The current on-call - The lead maintainers -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. 🎬 +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. 🎬 ## API definition diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/text.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/text.md index de4b9f46cb..08d5da1f4f 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/text.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/text.md @@ -22,7 +22,7 @@ The text input type can be used to store any text based data, for example: - Commit SHA - File names -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. 🎬 +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. 🎬 ## API definition diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/toggle.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/toggle.md index 0dc4a1a978..511c754e79 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/toggle.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/toggle.md @@ -23,7 +23,7 @@ This input type can be used to store any true/false gate, for example: - Does service handle PII - Is environment public -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. 🎬 +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. 🎬 ## API definition diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/user.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/user.md index 806d62d3dc..e988f82863 100644 --- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/user.md +++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/user-inputs/user.md @@ -21,7 +21,7 @@ The user input type can be used to reference any user that exists in Port, for e - The current on-call - The lead maintainer -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. 🎬 +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. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/relate-blueprints.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/relate-blueprints.md index de5d8b15e7..15861efd1f 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/relate-blueprints.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/relate-blueprints/relate-blueprints.md @@ -30,7 +30,7 @@ Relations can be used to represent the logical connections between assets in you - The **run** history of a **CI job**. - The **Kubernetes clusters** that exist in a **cloud account**. -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. 🎬 +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. 🎬 ## Relation schema structure @@ -73,7 +73,7 @@ A single type relation is used to map a single target entity to the source. - Map a **package version** to the **package**. - Map a **K8s cluster** to the **cloud account** it is provisioned in. -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. 🎬 +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. 🎬 #### Single Relation Structure @@ -132,7 +132,7 @@ A many type relation is used to map multiple target entities to the source. - Map the **cloud resources** used by a **service**. - Map the **services deployed** in a **developer environment**. -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. 🎬 +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. 🎬 #### Many Relation Structure diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/array.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/array.md index f9e9d68c08..9d858374a6 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/array.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/array.md @@ -21,7 +21,7 @@ The array property type can be used to store any list of data, for example: - Dependencies - Badges -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `Monitor Tooling` array property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `Monitor Tooling` array property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/calculation-property.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/calculation-property.md index ca37bbf7a8..2576471d0a 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/calculation-property.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/calculation-property/calculation-property.md @@ -34,7 +34,7 @@ Calculation properties are evaluated dynamically for each entity. Defining compl It is recommended to use calculation properties only when necessary and prefer simple calculations over complex ones. ::: -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `Slack Notifications` calculation property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `Slack Notifications` calculation property. 🎬 ## Definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/datetime.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/datetime.md index a7315dde5d..c1680856fc 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/datetime.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/datetime.md @@ -22,7 +22,7 @@ The datetime property type can be used to store any date and time, for example: - Last incident date - Creation timestamp -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `Last Update` datetime property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `Last Update` datetime property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property.md index b685d40b28..7d56e6b4d5 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/mirror-property.md @@ -32,7 +32,7 @@ Mirror properties make it possible to enrich the data visible on an entity by ma - Show the environment type of a running service. - Show the cloud provider of a K8s cluster. -In this [live demo](https://demo.getport.io/serviceEntity?identifier=admin) example, we can see the `Average Monthly Incidents` property which is a mirror property of the related `PagerDuty Service` blueprint. 🎬 +In this [live demo](https://showcase.port.io/serviceEntity?identifier=admin) example, we can see the `Average Monthly Incidents` property which is a mirror property of the related `PagerDuty Service` blueprint. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/number.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/number.md index ef57c778f2..0a6c2b7dc4 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/number.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/number.md @@ -23,7 +23,7 @@ The number property type can be used to store any numeric data, for example: - Number of open issues; - etc. -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `JIRA Issues` number property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `JIRA Issues` number property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/object.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/object.md index 47f5a5f0d9..499801c6c1 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/object.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/object.md @@ -22,7 +22,7 @@ The object property type can be used to store any key/value based data, for exam - HTTP responses. - Dictionaries/Hash maps. -In this [live demo](https://demo.getport.io/cloud_resources) example, we can see the `Tags` object property. 🎬 +In this [live demo](https://showcase.port.io/cloud_resources) example, we can see the `Tags` object property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/string.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/string.md index e38bce736c..9ec5e17651 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/string.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/string.md @@ -22,7 +22,7 @@ The string property type can be used to store any text based data, for example: - Commit SHA - File names -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `Language` string property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `Language` string property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/team.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/team.md index 53f49811d1..e2a9c0e393 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/team.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/team.md @@ -23,7 +23,7 @@ The team property type can be used to reference any team that exists in Port, fo - The lead maintainers; - etc. -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `Team` team property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `Team` team property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/timer.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/timer.md index 8267f2b44a..214a6d38d6 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/timer.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/timer.md @@ -22,7 +22,7 @@ The timer property type can be used to store the future expiration date of catal - Temporary cloud resources. - Add temporary permissions to resource. -In this [live demo](https://demo.getport.io/developer_envs) example, we can see the `TTL` timer property. 🎬 +In this [live demo](https://showcase.port.io/developer_envs) example, we can see the `TTL` timer property. 🎬 ## API definition diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/user.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/user.md index b038d424cc..5af8c9fa45 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/user.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/user.md @@ -23,7 +23,7 @@ The user property type can be used to reference any user that exists in Port, fo - The lead maintainer; - etc. -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `On Call` user property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `On Call` user property. 🎬 :::note Even though the input is the same in both `email` and `user` formats, their presentation is different: diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/yaml.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/yaml.md index 551e1de306..a6511a05f5 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/yaml.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/yaml.md @@ -24,7 +24,7 @@ The yaml property type can be used to store any key/value based data, for exampl - `values.yml`; - etc. -In this [live demo](https://demo.getport.io/service_catalog) example, we can see the `Helm Chart` yaml property. 🎬 +In this [live demo](https://showcase.port.io/service_catalog) example, we can see the `Helm Chart` yaml property. 🎬 ## API definition 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 25490dd398..3741e83225 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 @@ -41,7 +41,7 @@ Blueprints can be used to represent any asset in your software catalog, some com - Pods - VMs -Check out our [**live demo**](https://demo.getport.io/settings) to see an example of a fleshed-out builder with a variety of blueprints. +Check out our [**live demo**](https://showcase.port.io/settings) to see an example of a fleshed-out builder with a variety of blueprints. ## Configure blueprints in Port diff --git a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md index 87f5153082..b67b8efeac 100644 --- a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md +++ b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md @@ -400,7 +400,7 @@ The widget also supports a wide variety of HTML tags, allowing you to create ric **Note:** For external video URLs from providers such as YouTube, use the [iframe visualization widget](/customize-pages-dashboards-and-plugins/dashboards/#iframe-visualization). :::tip Practical example -A practical example of using HTML in a markdown widget can be found in Port's [live demo](https://demo.getport.io/organization/home), in the `Catalog quick access` widget. +A practical example of using HTML in a markdown widget can be found in Port's [live demo](https://showcase.port.io/organization/home), in the `Catalog quick access` widget. ::: #### Markdown widget properties @@ -415,7 +415,7 @@ A practical example of using HTML in a markdown widget can be found in Port's [l When linking to other pages in your portal, you can use `/` as the URL base, instead of using full URLs. -For example, you can use `` instead of ``. +For example, you can use `` instead of ``. ### Iframe visualization diff --git a/docs/guides/_implementation-guide/build/actions-and-automations.md b/docs/guides/_implementation-guide/build/actions-and-automations.md index 384ed080f9..ba702b6c09 100644 --- a/docs/guides/_implementation-guide/build/actions-and-automations.md +++ b/docs/guides/_implementation-guide/build/actions-and-automations.md @@ -31,7 +31,7 @@ Some common examples of self-service actions include: - Requesting a cloud resource. - Reporting an incident. -Check out Port's [live demo](https://demo.getport.io/self-serve) for more real-world examples. +Check out Port's [live demo](https://showcase.port.io/self-serve) for more real-world examples. ## Set up automations @@ -51,7 +51,7 @@ Some common examples of automations include: - Send notifications to relevant users when a new service is created/updated. - Trigger an incident when a service degrades. -Check out Port's [live demo](https://demo.getport.io/settings/automations) for more real-world examples. +Check out Port's [live demo](https://showcase.port.io/settings/automations) for more real-world examples. ## Next step - launch diff --git a/docs/guides/_implementation-guide/build/scorecards-and-dashboards.md b/docs/guides/_implementation-guide/build/scorecards-and-dashboards.md index 5800afb889..455a34ee68 100644 --- a/docs/guides/_implementation-guide/build/scorecards-and-dashboards.md +++ b/docs/guides/_implementation-guide/build/scorecards-and-dashboards.md @@ -35,9 +35,9 @@ Some examples include: - A dashboard for **R&D managers** to track the performance of APIs and services. - A dashboard for **security teams** to track access control and security policies. - Port's live demo contains many dashboards that you can use as inspiration, for example: - - The demo's [homepage](https://demo.getport.io/organization/home). - - A developer's ["Plan my day" dashboard](https://demo.getport.io/plan_my_day). - - A security ["Code alerts" dashboard](https://demo.getport.io/code_alerts). + - The demo's [homepage](https://showcase.port.io/organization/home). + - A developer's ["Plan my day" dashboard](https://showcase.port.io/plan_my_day). + - A security ["Code alerts" dashboard](https://showcase.port.io/code_alerts). Dashboards can be created/modified in 3 locations: - Your portal's homepage. diff --git a/docs/guides/_implementation-guide/launch/launch.md b/docs/guides/_implementation-guide/launch/launch.md index 7d6f578628..249191718f 100644 --- a/docs/guides/_implementation-guide/launch/launch.md +++ b/docs/guides/_implementation-guide/launch/launch.md @@ -27,10 +27,10 @@ This page will help you prepare for a successful launch by organizing your porta Create feedback components in your portal: - A **self-service action** to report issues and request features. - An implementation of this action can be found in Port's [live demo](https://demo.getport.io/self-serve?action=leave_a_feedback_the_portal). + An implementation of this action can be found in Port's [live demo](https://showcase.port.io/self-serve?action=leave_a_feedback_the_portal). - A **dashboard** for the platform engineering team to track and handle feedback. - An example of such a dashboard can be found in Port's [live demo](https://demo.getport.io/feedback_dashboard). + An example of such a dashboard can be found in Port's [live demo](https://showcase.port.io/feedback_dashboard). ### Plan for ongoing maintenance and updates diff --git a/docs/guides/_implementation-guide/plan/define-portal.md b/docs/guides/_implementation-guide/plan/define-portal.md index 7d6c1b2713..183a850fb5 100644 --- a/docs/guides/_implementation-guide/plan/define-portal.md +++ b/docs/guides/_implementation-guide/plan/define-portal.md @@ -23,7 +23,7 @@ This process includes the following steps: - **Step 1:** Fill in the blank - "Developers will be able to...". *For example* - "Developers will be able to track the health of their services". :::tip User-story examples - Feel free to use the examples provided in the roadmap planner and Port's [live demo](https://demo.getport.io) for inspiration. + Feel free to use the examples provided in the roadmap planner and Port's [live demo](https://showcase.port.io) for inspiration. ::: - **Step 2:** Think how it is done today - use the available options in the roadmap planner, or add a custom one. diff --git a/docs/guides/all/setup-dora-metrics.md b/docs/guides/all/setup-dora-metrics.md index 7c50dc5b4f..cb4c29f733 100644 --- a/docs/guides/all/setup-dora-metrics.md +++ b/docs/guides/all/setup-dora-metrics.md @@ -1282,7 +1282,7 @@ This will create a new empty dashboard. Let's get ready-to-add widgets :::tip Metric widget groupings It would be visually cleaner and more informative to group related widgets, such as the **Line Chart** and **Number Chart** widgets, side by side for easier comparison. -You can replicate more examples by checking our dora metrics dashboard on the [demo environment](https://demo.getport.io/dora_metrics). +You can replicate more examples by checking our dora metrics dashboard on the [demo environment](https://showcase.port.io/dora_metrics). ::: diff --git a/docs/guides/all/working_agreements_and_measuring_pr_standards.md b/docs/guides/all/working_agreements_and_measuring_pr_standards.md index f587e4ede7..2f2ee29b73 100644 --- a/docs/guides/all/working_agreements_and_measuring_pr_standards.md +++ b/docs/guides/all/working_agreements_and_measuring_pr_standards.md @@ -45,7 +45,7 @@ please refer to our [DORA Metrics guide](https://docs.port.io/guides/all/create- ## Working agreements -The following working agreements and PR checks have been implemented in our [demo environment](https://demo.getport.io/scorecard_overviewl): +The following working agreements and PR checks have been implemented in our [demo environment](https://showcase.port.io/scorecard_overviewl): - [**PR Description Cannot be Empty**](#pr-description-cannot-be-empty): Ensures that every PR has a description. - [**PR Has Linked Issue**](#pr-has-linked-issue): Verifies that each PR is linked to an issue. diff --git a/docs/scorecards/overview.md b/docs/scorecards/overview.md index 9feb959460..73b119a249 100644 --- a/docs/scorecards/overview.md +++ b/docs/scorecards/overview.md @@ -29,7 +29,7 @@ Scorecards can be used to evaluate the maturity, production readiness and engine - Is Grafana defined for the K8s cluster? - Is the relation of a certain entity empty? -In this [live demo](https://demo.getport.io/serviceEntity?identifier=authentication&activeTab=2) example, you can see the scorecards defined on a service and their evaluation. 🎬 +In this [live demo](https://showcase.port.io/serviceEntity?identifier=authentication&activeTab=2) example, you can see the scorecards defined on a service and their evaluation. 🎬 ## Next steps diff --git a/docusaurus.config.js b/docusaurus.config.js index 2f51206625..0885a6938c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -245,7 +245,7 @@ const config = { }, { label: "Demo", - href: "https://demo.port.io", + href: "https://showcase.port.io", }, { label: "GitHub", diff --git a/src/components/ProductPillars/ProductPillars.tsx b/src/components/ProductPillars/ProductPillars.tsx index e624f0462d..b31a9bb136 100644 --- a/src/components/ProductPillars/ProductPillars.tsx +++ b/src/components/ProductPillars/ProductPillars.tsx @@ -31,43 +31,43 @@ const ProductPillars: React.FC = () => { { title: 'Software Catalog', description: 'Make Port your own by defining a data model that fits your organization, then use your software catalog as a single source of truth for your software development assets.', - demoUrl: 'https://demo.getport.io/service_catalog', + demoUrl: 'https://showcase.port.io/service_catalog', icon: 'lists', }, { title: 'Self-Service', description: 'Drive developer productivity and reduce drift by providing developers with pre-configured self-service actions like scaffolding a service or provisioning a cloud resource.', - demoUrl: 'https://demo.getport.io/self-serve', + demoUrl: 'https://showcase.port.io/self-serve', icon: 'bolt', }, { title: 'Workflow Automation', description: 'Set up automations to automatically respond to events in your software catalog such as TTL=0 or service degradation, and peform actions like sending a notification or reporting an issue.', - demoUrl: 'https://demo.getport.io/settings/automations', + demoUrl: 'https://showcase.port.io/settings/automations', icon: 'play_circle', }, { title: 'Scorecards', description: 'Define and track standards and KPIs for your resources to measure quality, production readiness, productivity, or any other metric you need.', - demoUrl: 'https://demo.getport.io/serviceEntity?identifier=authentication&activeTab=1', + demoUrl: 'https://showcase.port.io/serviceEntity?identifier=authentication&activeTab=1', icon: 'military_tech', }, { title: 'R&D Insights & Reports', description: 'Shine a light on all things engineering, from standards compliance to DORA metrics & AppSec. Make informed decisions based on trends and usage patterns to improve development, optimize performance, and reduce cost.', - demoUrl: 'https://demo.getport.io/dora_metrics', + demoUrl: 'https://showcase.port.io/dora_metrics', icon: 'insights', }, { title: 'Dashboards & visualizations', description: 'Create custom dashboards and widgets to track and visualize data about your assets. View trends and gain insights into your development activities, performance, and progress.', - demoUrl: 'https://demo.getport.io/engineering_overview', + demoUrl: 'https://showcase.port.io/engineering_overview', icon: 'dashboard', }, { title: 'Role-based access control', description: 'Control access to different parts of your portal based on user roles and permissions. Ensure that only authorized users have access to the information they need to do their jobs.', - demoUrl: 'https://demo.getport.io/settings/users', + demoUrl: 'https://showcase.port.io/settings/users', icon: 'shield_person', } ]; diff --git a/src/theme/AnnouncementBar.js b/src/theme/AnnouncementBar.js index 41bd6596e1..ba4d0496ea 100644 --- a/src/theme/AnnouncementBar.js +++ b/src/theme/AnnouncementBar.js @@ -8,7 +8,7 @@ export default function SearchBarWrapper(props) { {/* */} Check out Port for yourself  - + ); } \ No newline at end of file