Skip to content

Commit aececc3

Browse files
committed
new layout
1 parent fb5dcc5 commit aececc3

13 files changed

+184
-166
lines changed

site/cwlsite-draft3-job.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[{
22
"source": {
33
"class": "File",
4-
"path": "../common-workflow-language/draft-3/README.md"
4+
"path": "../draft-3/README.md"
55
},
6-
"target": "common-workflow-language/draft-3/index.html",
6+
"target": "draft-3/index.html",
77
"renderlist": [],
88
"redirect": [],
99
"brandlink": "../index.html",
@@ -14,10 +14,10 @@
1414
{
1515
"source": {
1616
"class": "File",
17-
"path": "../common-workflow-language/draft-3/CommandLineTool-standalone.yml",
17+
"path": "../draft-3/CommandLineTool-standalone.yml",
1818
"secondaryFiles": {"$import": "draft3-deps.json"}
1919
},
20-
"target": "common-workflow-language/draft-3/CommandLineTool.html",
20+
"target": "draft-3/CommandLineTool.html",
2121
"renderlist": [
2222
"https://w3id.org/cwl/cwl#CommandLineToolDoc",
2323
"https://w3id.org/cwl/cwl#CommandLineTool"
@@ -31,10 +31,10 @@
3131
{
3232
"source": {
3333
"class": "File",
34-
"path": "../common-workflow-language/draft-3/CommonWorkflowLanguage.yml",
34+
"path": "../draft-3/CommonWorkflowLanguage.yml",
3535
"secondaryFiles": {"$import": "draft3-deps.json"}
3636
},
37-
"target": "common-workflow-language/draft-3/Workflow.html",
37+
"target": "draft-3/Workflow.html",
3838
"renderlist": [
3939
"https://w3id.org/cwl/cwl#WorkflowDoc",
4040
"https://w3id.org/cwl/cwl#Workflow"
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"source": {$import: draft3-metaschema.json},
57-
"target": "common-workflow-language/draft-3/SchemaSalad.html",
57+
"target": "draft-3/SchemaSalad.html",
5858
"renderlist": [
5959
"https://w3id.org/cwl/salad#Semantic_Annotations_for_Linked_Avro_Data",
6060
"https://w3id.org/cwl/salad#SaladRecordSchema",

site/cwlsite-draft3-schemas.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[{
22
"schema_in": {
33
"class": "File",
4-
"path": "../common-workflow-language/draft-3/CommonWorkflowLanguage.yml",
4+
"path": "../draft-3/CommonWorkflowLanguage.yml",
55
"secondaryFiles": {"$import": "draft3-deps.json"}
66
},
7-
"context_target": "common-workflow-language/draft-3/cwl-context.json",
8-
"rdfs_target": "common-workflow-language/draft-3/cwl.ttl"
7+
"context_target": "draft-3/cwl-context.json",
8+
"rdfs_target": "draft-3/cwl.ttl"
99
}, {
1010
"schema_in": {$import: draft3-metaschema.json},
11-
"context_target": "common-workflow-language/draft-3/salad-context.json",
12-
"rdfs_target": "common-workflow-language/draft-3/salad.ttl"
11+
"context_target": "draft-3/salad-context.json",
12+
"rdfs_target": "draft-3/salad.ttl"
1313
}]

site/cwlsite-v1.0.0-job.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[{
22
"source": {
33
"class": "File",
4-
"path": "../common-workflow-language/v1.0/README.md"
4+
"path": "../v1.0/README.md"
55
},
6-
"target": "common-workflow-language/v1.0/index.html",
6+
"target": "v1.0/index.html",
77
"renderlist": [],
88
"redirect": [],
99
"brandlink": "../index.html",
@@ -14,10 +14,10 @@
1414
{
1515
"source": {
1616
"class": "File",
17-
"path": "../common-workflow-language/v1.0/CommandLineTool-standalone.yml",
17+
"path": "../v1.0/CommandLineTool-standalone.yml",
1818
"secondaryFiles": {"$import": "v1.0.0-deps.json"}
1919
},
20-
"target": "common-workflow-language/v1.0/CommandLineTool.html",
20+
"target": "v1.0/CommandLineTool.html",
2121
"renderlist": [
2222
"https://w3id.org/cwl/cwl#CommandLineToolDoc",
2323
"https://w3id.org/cwl/cwl#CommandLineTool"
@@ -31,10 +31,10 @@
3131
{
3232
"source": {
3333
"class": "File",
34-
"path": "../common-workflow-language/v1.0/CommonWorkflowLanguage.yml",
34+
"path": "../v1.0/CommonWorkflowLanguage.yml",
3535
"secondaryFiles": {"$import": "v1.0.0-deps.json"}
3636
},
37-
"target": "common-workflow-language/v1.0/Workflow.html",
37+
"target": "v1.0/Workflow.html",
3838
"renderlist": [
3939
"https://w3id.org/cwl/cwl#WorkflowDoc",
4040
"https://w3id.org/cwl/cwl#Workflow"
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"source": {$import: v1.0.0-metaschema.json},
57-
"target": "common-workflow-language/v1.0/SchemaSalad.html",
57+
"target": "v1.0/SchemaSalad.html",
5858
"renderlist": [
5959
"https://w3id.org/cwl/salad#Semantic_Annotations_for_Linked_Avro_Data",
6060
"https://w3id.org/cwl/salad#SaladRecordSchema",

site/cwlsite-v1.0.0-schemas.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[ {
22
"schema_in": {
33
"class": "File",
4-
"path": "../common-workflow-language/v1.0/CommonWorkflowLanguage.yml",
4+
"path": "../v1.0/CommonWorkflowLanguage.yml",
55
"secondaryFiles": {"$import": "v1.0.0-deps.json"}
66
},
7-
"context_target": "common-workflow-language/v1.0/cwl-context.json",
8-
"rdfs_target": "common-workflow-language/v1.0/cwl.ttl"
7+
"context_target": "v1.0/cwl-context.json",
8+
"rdfs_target": "v1.0/cwl.ttl"
99
}, {
1010
"schema_in": {$import: v1.0.0-metaschema.json},
11-
"context_target": "common-workflow-language/v1.0/salad-context.json",
12-
"rdfs_target": "common-workflow-language/v1.0/salad.ttl"
11+
"context_target": "v1.0/salad-context.json",
12+
"rdfs_target": "v1.0/salad.ttl"
1313
}
1414
]

site/cwlsite-v1.1.0-dev1-job.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
primtype: null
55
redirect: []
66
renderlist: []
7-
source: {class: File, path: ../cwl-v1.1/README.md}
8-
target: cwl-v1.1/index.html
7+
source: {class: File, path: ../v1.1.0-dev1/README.md}
8+
target: v1.1.0-dev1/index.html
99
extra: {class: File, path: empty}
1010
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
1111
-20px; margin-left: -20px''></img>'
@@ -15,12 +15,12 @@
1515
renderlist: ['https://w3id.org/cwl/cwl#CommandLineToolDoc', 'https://w3id.org/cwl/cwl#CommandLineTool']
1616
source:
1717
class: File
18-
path: ../cwl-v1.1/CommandLineTool-standalone.yml
18+
path: ../v1.1.0-dev1/CommandLineTool-standalone.yml
1919
secondaryFiles: {$import: v1.1.0-dev1-deps.yaml}
20-
target: cwl-v1.1/CommandLineTool.html
20+
target: v1.1.0-dev1/CommandLineTool.html
2121
extra:
2222
class: File
23-
path: ../cwl-v1.1/cwl-runner.cwl
23+
path: ../v1.1.0-dev1/cwl-runner.cwl
2424
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
2525
-20px; margin-left: -20px''></img>'
2626
brandlink: index.html
@@ -34,9 +34,9 @@
3434
renderlist: ['https://w3id.org/cwl/cwl#WorkflowDoc', 'https://w3id.org/cwl/cwl#Workflow']
3535
source:
3636
class: File
37-
path: ../cwl-v1.1/CommonWorkflowLanguage.yml
37+
path: ../v1.1.0-dev1/CommonWorkflowLanguage.yml
3838
secondaryFiles: {$import: v1.1.0-dev1-deps.yaml}
39-
target: cwl-v1.1/Workflow.html
39+
target: v1.1.0-dev1/Workflow.html
4040
extra: {class: File, path: empty}
4141
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
4242
-20px; margin-left: -20px''></img>'
@@ -47,5 +47,5 @@
4747
'https://w3id.org/cwl/salad#SaladRecordSchema', 'https://w3id.org/cwl/salad#SaladEnumSchema',
4848
'https://w3id.org/cwl/salad#Documentation']
4949
source: {$import: v1.1.0-dev1-metaschema.yaml}
50-
target: cwl-v1.1/SchemaSalad.html
50+
target: v1.1.0-dev1/SchemaSalad.html
5151
extra: {class: File, path: empty}

site/cwlsite-v1.1.0-dev1-schemas.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- context_target: cwl-v1.1/cwl-context.json
2-
rdfs_target: cwl-v1.1/cwl.ttl
1+
- context_target: v1.1.0-dev1/cwl-context.json
2+
rdfs_target: v1.1.0-dev1/cwl.ttl
33
schema_in:
44
class: File
5-
path: ../cwl-v1.1/CommonWorkflowLanguage.yml
5+
path: ../v1.1.0-dev1/CommonWorkflowLanguage.yml
66
secondaryFiles: {$import: v1.1.0-dev1-deps.yaml}
7-
- context_target: cwl-v1.1/salad-context.json
8-
rdfs_target: cwl-v1.1/salad.ttl
7+
- context_target: v1.1.0-dev1/salad-context.json
8+
rdfs_target: v1.1.0-dev1/salad.ttl
99
schema_in: {$import: v1.1.0-dev1-metaschema.yaml}

0 commit comments

Comments
 (0)