Skip to content

Commit dd865b8

Browse files
committed
Disable version changers, and fix Markdown link in "Tip" text block
1 parent 6b5ce9b commit dd865b8

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

conf.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,16 @@
119119
"icon": "fab fa-github-square",
120120
},
121121
],
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+
# },
126126
"use_edit_page_button": True,
127127
"navbar_align": "content",
128-
"navbar_end": ["version-switcher", "navbar-icon-links"],
128+
"navbar_end": [
129+
# "version-switcher",
130+
"navbar-icon-links"
131+
],
129132
"show_nav_level": 2,
130133
"navigation_depth": 2,
131134
"collapse_navigation": True,

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ This guide will introduce you to writing tool wrappers and workflows using the C
1010

1111
```{tip}
1212
<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.
1414
If you find that something is missing from this guide,
1515
or if you'd like to provide other feedback,
1616
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>.
1819
You can also suggest changes directly
1920
by clicking the "Edit on GitHub" button at the top-right
20-
of the relevant page.
21+
of the relevant page.</p>
2122
```
2223

2324
```{note}
@@ -35,7 +36,6 @@ You also may be interested in:
3536

3637
[cwl-runners-list]: https://www.commonwl.org/#Implementations
3738
[cwltool-install]: https://github.com/common-workflow-language/cwltool#install
38-
[repo]: https://github.com/common-workflow-language/user_guide/issues
3939

4040
## Schedule
4141

0 commit comments

Comments
 (0)