File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,14 @@ definitions:
72
72
type : string
73
73
# The doc-url must either start 'https', or with a letter.
74
74
# It cannot end with '/'.
75
+ # If it starts 'https' it will be used verbatim, and is expected
76
+ # to refer to a documentation file, e.g. 'https://example.com/job-doc.md'
77
+ # Otherwise it is assumed to be relative to the URL used for the Manifest
78
+ # that loaded this file, where all documents are expected to reside in
79
+ # 'docs'. If the doc-url is not set the decoder will expect documentation for the
80
+ # job to be found in 'docs/{collection}/{job}.md'. If doc-url is not null
81
+ # (and does not start 'https') the decoder will expect the documentation
82
+ # to be found in 'docs/{doc-url}'.
75
83
doc-url :
76
84
type : string
77
85
pattern : ' ^(https|[a-z]).+(?<!/)$'
You can’t perform that action at this time.
0 commit comments