Skip to content

Commit c8d27e5

Browse files
committed
Fix links and wording in beta environment configs docs
Signed-off-by: Jared Watts <[email protected]>
1 parent 05769ca commit c8d27e5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

content/master/concepts/environment-configs.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Environment Configurations
33
weight: 75
4-
state: alpha
4+
state: beta
55
alphaVersion: "1.11"
6+
betaVersion: "1.18"
67
description: "Environment Configurations or EnvironmentConfigs are an in-memory datastore used in Compositions"
78
---
89

@@ -86,7 +87,7 @@ convert pipeline-composition`, which will move a composition using `Resource`
8687
mode, to [function-patch-and-transform] and, if needed,
8788
[function-environment-configs].
8889

89-
See [function-environment-configs]' docs for more details about manual
90+
See the documentation of [function-environment-configs] for more details about manual
9091
migration.
9192

9293
<!-- vale Google.Headings = NO -->
@@ -344,7 +345,7 @@ Set a default value for an optional label by setting the default `value` for
344345
the `key` first using a `Value` selector, then define the `Optional`
345346
`FromCompositeFieldPath` one.
346347

347-
For example, this Composition defines `value: my-default-value` for the key
348+
For example, the Composition below defines `value: my-default-value` for the key
348349
`my-second-label-key`. If the Composite resource defines
349350
`spec.parameters.deploy`, [function-environment-configs] will use that instead.
350351

@@ -381,8 +382,8 @@ spec:
381382
```
382383

383384
{{<hint "warning" >}}
384-
[function-environment-configs] applies values in order. The value of the last
385-
key defined always takes precedence.
385+
[function-environment-configs](https://github.com/crossplane-contrib/function-environment-configs)
386+
applies values in order. The value of the last key defined always takes precedence.
386387

387388
Defining the default value _after_ the label always overwrites the label
388389
value.
@@ -493,4 +494,7 @@ The [Patch and Transform]({{<ref "../guides/function-patch-and-transform">}}) do
493494

494495
[extra-resources]: {{<ref "./compositions">}}
495496
[function-environment-configs]: https://github.com/crossplane-contrib/function-environment-configs
496-
[function-patch-and-transform]: {{<ref "../guides/function-patch-and-transform">}}
497+
[function-patch-and-transform]: {{<ref "../guides/function-patch-and-transform">}}
498+
[function-go-templating]: https://github.com/crossplane-contrib/function-go-templating
499+
[Composition Functions]: {{<ref "./compositions">}}
500+
[Context]: {{<ref "./compositions/#function-pipeline-context">}}

0 commit comments

Comments
 (0)