Skip to content

Commit 02df3da

Browse files
committed
Fix alphaVersion rendering issue in operations/_index.md
Change alphaVersion from 'v2.0-preview' to '2.0' to avoid double 'v' rendering in the documentation. Signed-off-by: Nic Cope <[email protected]>
1 parent 7240b42 commit 02df3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/master/operations/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Operations
33
weight: 52
44
state: alpha
5-
alphaVersion: v2.0-preview
5+
alphaVersion: 2.0
66
description: Understand Crossplane's Operations feature
77
---

0 commit comments

Comments
 (0)