Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcdaf3e

Browse files
committedDec 22, 2024
Update links
1 parent 22a1eff commit bcdaf3e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed
 

‎_data/home-content.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
localurl: /docs/promotions/create-promotion-sequence/
6161
- title: Promotion tutorials
6262
localurl: /docs/promotions/promotion-scenarios/
63-
- title: Configuration
63+
- title: Entity configuration
6464
localurl: /docs/promotions/entities
6565
- title: YAML specs
6666
localurl: /docs/promotions/entities/yaml/

‎_data/nav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
url: "/parallel-multi-env-promotion"
415415
- title: Multi-environment promotion with dependencies
416416
url: "/dependency-multi-env-promotion"
417-
- title: Entities
417+
- title: Entity configuration
418418
url: "/entities"
419419
sub-pages:
420420
- title: Promotion Flows

‎_docs/promotions/entities.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
title: "Configuration"
33
description: "Configure promotion entities"
44
group: promotions
5-
redirect-from:
6-
- /docs/promotions/configuration/yaml/
75
toc: true
86
---
97

108
After creating products and environments, you can initiate promotions and track releases.
119

1210
Enhance your promotion strategies with these advanced configuration options:
13-
* Multi-environment promotion with [Promotion Flows]({{site.baseurl}}/docs/promotions/configuration/promotion-flow/) (only account admins)
14-
* Conditional promotions with [Promotion Policies]({{site.baseurl}}/docs/promotions/configuration/promotion-policy/) (only account admins)
15-
* Automatic validations and gates with [Promotion Workflows]({{site.baseurl}}/docs/promotions/configuration/promotion-workflow/)
16-
* Versioning, properties for promotion, flows and triggers, with [Product Settings]({{site.baseurl}}/docs/promotions/configuration/product-promotion-props/)
11+
* Multi-environment promotion with [Promotion Flows]({{site.baseurl}}/docs/promotions/entities/promotion-flow/) (only account admins)
12+
* Conditional promotions with [Promotion Policies]({{site.baseurl}}/docs/promotions/entities/promotion-policy/) (only account admins)
13+
* Automatic validations and gates with [Promotion Workflows]({{site.baseurl}}/docs/promotions/entities/promotion-workflow/)
14+
* Versioning, properties for promotion, flows and triggers, with [Product Settings]({{site.baseurl}}/docs/promotions/entities/product-promotion-props/)
1715

18-
If you are more comfortable with YAML, see our [YAML specification examples]({{site.baseurl}}/docs/promotions/configuration/yaml/) for the same.
16+
If you are more comfortable with YAML, see our [YAML specification examples]({{site.baseurl}}/docs/promotions/entities/yaml/) for the same.

0 commit comments

Comments
 (0)
Failed to load comments.