File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/collections/how-to Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ This guide will help you define the metadata for your Open Terms Archive collect
9
9
10
10
## Prerequisites
11
11
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.
15
15
16
16
## Steps
17
17
@@ -41,8 +41,8 @@ This guide will help you define the metadata for your Open Terms Archive collect
41
41
42
42
` ` ` yaml
43
43
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
46
46
serverLocation : " City, CC" # Server location (City, Country code)
47
47
` ` `
48
48
You can’t perform that action at this time.
0 commit comments