Skip to content

Commit 632c5c9

Browse files
committed
Improve Collections Metadata how to
1 parent 17dae9b commit 632c5c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/collections/how-to/define-metadata.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This guide will help you define the metadata for your Open Terms Archive collect
99

1010
## Prerequisites
1111

12-
- A text editor
13-
- Basic understanding of YAML syntax
14-
- Your collection's basic information ready
12+
- A text editor.
13+
- Basic understanding of the [YAML syntax](https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html).
14+
- Your collection's basic information ready.
1515

1616
## Steps
1717

@@ -41,8 +41,8 @@ This guide will help you define the metadata for your Open Terms Archive collect
4141
4242
```yaml
4343
trackingPeriods:
44-
- startDate: "YYYY-MM-DD" # When tracking begins
45-
schedule: "0 0 * * *" # Cron expression for frequency
44+
- startDate: "YYYY-MM-DD" # When tracking begins
45+
schedule: "0 0 * * *" # Cron expression for frequency
4646
serverLocation: "City, CC" # Server location (City, Country code)
4747
```
4848

0 commit comments

Comments
 (0)