Skip to content

Commit 6cf20fb

Browse files
authored
Merge pull request #448 from fluxcd/fix-api-docs
Fix generation of API documentation
2 parents 64f0cf0 + 4a4c7e5 commit 6cf20fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif
4343

4444
# API (doc) generation utilities
4545
CONTROLLER_GEN_VERSION ?= v0.5.0
46-
GEN_API_REF_DOCS_VERSION ?= 0.3.0
46+
GEN_API_REF_DOCS_VERSION ?= v0.3.0
4747

4848
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
4949
ifeq (,$(shell go env GOBIN))

docs/api/source.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,9 @@ string
562562
</td>
563563
<td>
564564
<em>(Optional)</em>
565-
<p>Determines what enables reconciliation. Valid values are (&lsquo;ChartVersion&rsquo;,
566-
&lsquo;Revision&rsquo;). See the documentation of the values for an explanation on their
567-
behavior.
565+
<p>Determines what enables the creation of a new artifact. Valid values are
566+
(&lsquo;ChartVersion&rsquo;, &lsquo;Revision&rsquo;).
567+
See the documentation of the values for an explanation on their behavior.
568568
Defaults to ChartVersion when omitted.</p>
569569
</td>
570570
</tr>
@@ -1635,9 +1635,9 @@ string
16351635
</td>
16361636
<td>
16371637
<em>(Optional)</em>
1638-
<p>Determines what enables reconciliation. Valid values are (&lsquo;ChartVersion&rsquo;,
1639-
&lsquo;Revision&rsquo;). See the documentation of the values for an explanation on their
1640-
behavior.
1638+
<p>Determines what enables the creation of a new artifact. Valid values are
1639+
(&lsquo;ChartVersion&rsquo;, &lsquo;Revision&rsquo;).
1640+
See the documentation of the values for an explanation on their behavior.
16411641
Defaults to ChartVersion when omitted.</p>
16421642
</td>
16431643
</tr>

0 commit comments

Comments
 (0)