Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 9, 2024
1 parent 342f879 commit 8915c24
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/src/content/docs/reference/helm-chart-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,27 @@ Each organism object has the following fields:
<td></td>
<td>Metadata fields associated with the organism.</td>
</tr>
<tr>
<td>`earliestReleaseDate`</td>
<td>Object</td>
<td></td>
<td>Configuration object for enabling and configuring the `earliestReleaseDate` metadata field.</td>
</tr>
<tr>
<td>`earliestReleaseDate.enabled`</td>
<td>boolean (default false)</td>
<td></td>
<td>Whether to enable the `earliestReleaseDate` metadata field.</td>
</tr>
<tr>
<td>`earliestReleaseDate.externalFields`</td>
<td>Array of strings</td>
<td></td>
<td>
Field names to use when calculating the earliest release date.
The fields need to be ISO8601 formatted (but can contain null values).
</td>
</tr>
<tr>
<td>`website`</td>
<td>Object</td>
Expand Down

0 comments on commit 8915c24

Please sign in to comment.