Skip to content

Commit fd74dea

Browse files
committed
revise: updates website for preparation of new docs site
1 parent ad967d6 commit fd74dea

File tree

6 files changed

+14
-121
lines changed

6 files changed

+14
-121
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2828
# do not have a Java counterpart.
2929
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3030

31-
31+
gem "mutex_m", "~> 0.3.0"

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
logger
4747
faraday-net_http (3.1.1)
4848
net-http
49-
ffi (1.17.0-arm64-darwin)
49+
ffi (1.17.1-arm64-darwin)
5050
filesize (0.2.0)
5151
forwardable-extended (2.6.0)
5252
gemoji (4.1.0)
@@ -251,9 +251,10 @@ GEM
251251
jekyll-paginate (~> 1.1)
252252
jekyll-sitemap (~> 1.3)
253253
minitest (5.24.1)
254+
mutex_m (0.3.0)
254255
net-http (0.4.1)
255256
uri
256-
nokogiri (1.16.7-arm64-darwin)
257+
nokogiri (1.18.2-arm64-darwin)
257258
racc (~> 1.4)
258259
octokit (4.25.1)
259260
faraday (>= 1, < 3)
@@ -310,6 +311,7 @@ DEPENDENCIES
310311
jekyll-sitemap
311312
jemoji
312313
minimal-mistakes-jekyll
314+
mutex_m (~> 0.3.0)
313315
tzinfo-data
314316
wdm (~> 0.1.1)
315317
webrick (~> 1.8)

_data/navigation.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
main:
2-
- title: Home
3-
url: /
42
- title: "About"
53
url: /about
64
- title: "Getting Started"
7-
url: /getting-started
8-
- title: "WDL Development"
9-
url: /wdl-dev
5+
url: https://docs.openwdl.org/getting-started/overview.html
106
- title: "Specification"
117
url: /spec
128
- title: "Documentation"
139
url: https://docs.openwdl.org
1410
- title: "Blog"
15-
url: /blog
11+
url: /blog

_pages/getting-started.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

_pages/wdl-dev.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
overlay_color: "#000"
66
overlay_filter: "0.5"
77
overlay_image: /media/logo-preview.png
8-
actions:
9-
- label: "<i class='fas fa-download'></i> Getting Started"
10-
url: "/getting-started"
11-
intro:
12-
- excerpt: 'The Workflow Description Language (WDL) is an open standard for describing data processing workflows with a human-readable and writeable syntax.
13-
WDL makes it straightforward to define analysis tasks, connect them together in workflows, and parallelize their execution.
14-
The language strives to be accessible and understantable to all manner of users, including programmers, analysts, and operators of a production system.
15-
The language enables common patterns, such as scatter-gather and conditional execution, to be expressed simply.
16-
WDL is designed for portability, and there are several implementations to choose from that run in a variety of environments, including HPC systems and cloud platforms.'
8+
intro:
9+
- excerpt: 'The Workflow Description Language (WDL) is an open standard for describing data processing workflows with a human-readable and writeable syntax.
10+
WDL makes it straightforward to define analysis tasks, connect them together in workflows, and parallelize their execution.
11+
The language strives to be accessible and understandable to all manner of users, including programmers, analysts, and operators of a production system.
12+
The language enables common patterns, such as scatter-gather and conditional execution, to be expressed simply.
13+
WDL is designed for portability, and there are several implementations to choose from that run in a variety of environments, including HPC systems and cloud platforms.'
1714
---
1815

19-
{% include feature_row id="intro" type="center" %}
16+
{% include feature_row id="intro" type="center" %}

0 commit comments

Comments
 (0)