File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 119
119
"icon" : "fab fa-github-square" ,
120
120
},
121
121
],
122
- "switcher" : {
123
- "json_url" : json_url ,
124
- "version_match" : version_match ,
125
- },
122
+ # "switcher": {
123
+ # "json_url": json_url,
124
+ # "version_match": version_match,
125
+ # },
126
126
"use_edit_page_button" : True ,
127
127
"navbar_align" : "content" ,
128
- "navbar_end" : ["version-switcher" , "navbar-icon-links" ],
128
+ "navbar_end" : [
129
+ # "version-switcher",
130
+ "navbar-icon-links"
131
+ ],
129
132
"show_nav_level" : 2 ,
130
133
"navigation_depth" : 2 ,
131
134
"collapse_navigation" : True ,
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ This guide will introduce you to writing tool wrappers and workflows using the C
10
10
11
11
``` {tip}
12
12
<p class="rubric">Contributions and Feedback are Welcome!</p>
13
- This document is a work in progress. Not all features are covered, yet.
13
+ <p> This document is a work in progress. Not all features are covered, yet.
14
14
If you find that something is missing from this guide,
15
15
or if you'd like to provide other feedback,
16
16
we would be delighted if you would file an Issue on the
17
- [project repository for this guide][repo].
17
+ <a href="https://github.com/common-workflow-language/user_guide/issues">
18
+ project repository for this guide</a>.
18
19
You can also suggest changes directly
19
20
by clicking the "Edit on GitHub" button at the top-right
20
- of the relevant page.
21
+ of the relevant page.</p>
21
22
```
22
23
23
24
``` {note}
@@ -35,7 +36,6 @@ You also may be interested in:
35
36
36
37
[ cwl-runners-list ] : https://www.commonwl.org/#Implementations
37
38
[ cwltool-install ] : https://github.com/common-workflow-language/cwltool#install
38
- [ repo ] : https://github.com/common-workflow-language/user_guide/issues
39
39
40
40
## Schedule
41
41
You can’t perform that action at this time.
0 commit comments