mirror of https://github.com/crossplane/docs.git
Fix Vale errors in contribute guide
Signed-off-by: Jean du Plessis <jean@upbound.io>
This commit is contained in:
parent
96de080c94
commit
dbd802235e
|
@ -33,8 +33,8 @@ Extract and run Hugo with `hugo server`.
|
||||||
Hugo builds the website and launch a local web server on
|
Hugo builds the website and launch a local web server on
|
||||||
<a href="http://localhost:1313" data-proofer-ignore>http://localhost:1313</a>.
|
<a href="http://localhost:1313" data-proofer-ignore>http://localhost:1313</a>.
|
||||||
|
|
||||||
Any changes made are instantly reflected on the local web server. You
|
Any changes made are instantly reflected on the local web server. No need
|
||||||
don't need to restart Hugo.
|
to restart Hugo.
|
||||||
|
|
||||||
### Contribute to a specific version
|
### Contribute to a specific version
|
||||||
Each Crossplane version is a unique folder inside `/content`.
|
Each Crossplane version is a unique folder inside `/content`.
|
||||||
|
@ -122,8 +122,8 @@ alphaVersion: "1.11"
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
For beta features set `state: beta` and use both `alhpaVersion` and
|
For beta features set `state: beta` and use both `alhpaVersion` and
|
||||||
`betaVersion` to provide the version that introduced and graudated the feature.
|
`betaVersion` to provide the version that introduced and graduated the feature.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue