Skip to content

Commit

Permalink
revise: updates website for preparation of new docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 22, 2025
1 parent a4993f6 commit 0dcee7d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 121 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]


gem "mutex_m", "~> 0.3.0"
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
logger
faraday-net_http (3.1.1)
net-http
ffi (1.17.0-arm64-darwin)
ffi (1.17.1-arm64-darwin)
filesize (0.2.0)
forwardable-extended (2.6.0)
gemoji (4.1.0)
Expand Down Expand Up @@ -251,9 +251,10 @@ GEM
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
minitest (5.24.1)
mutex_m (0.3.0)
net-http (0.4.1)
uri
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -310,6 +311,7 @@ DEPENDENCIES
jekyll-sitemap
jemoji
minimal-mistakes-jekyll
mutex_m (~> 0.3.0)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)
Expand Down
8 changes: 2 additions & 6 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
main:
- title: Home
url: /
- title: "About"
url: /about
- title: "Getting Started"
url: /getting-started
- title: "WDL Development"
url: /wdl-dev
url: https://docs.openwdl.org/getting-started/overview.html
- title: "Specification"
url: /spec
- title: "Documentation"
url: https://docs.openwdl.org
- title: "Blog"
url: /blog
url: /blog
44 changes: 0 additions & 44 deletions _pages/getting-started.md

This file was deleted.

58 changes: 0 additions & 58 deletions _pages/wdl-dev.md

This file was deleted.

17 changes: 7 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /media/logo-preview.png
actions:
- label: "<i class='fas fa-download'></i> Getting Started"
url: "/getting-started"
intro:
- excerpt: 'The Workflow Description Language (WDL) is an open standard for describing data processing workflows with a human-readable and writeable syntax.
WDL makes it straightforward to define analysis tasks, connect them together in workflows, and parallelize their execution.
The language strives to be accessible and understantable to all manner of users, including programmers, analysts, and operators of a production system.
The language enables common patterns, such as scatter-gather and conditional execution, to be expressed simply.
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.'
intro:
- excerpt: 'The Workflow Description Language (WDL) is an open standard for describing data processing workflows with a human-readable and writeable syntax.
WDL makes it straightforward to define analysis tasks, connect them together in workflows, and parallelize their execution.
The language strives to be accessible and understandable to all manner of users, including programmers, analysts, and operators of a production system.
The language enables common patterns, such as scatter-gather and conditional execution, to be expressed simply.
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.'
---

{% include feature_row id="intro" type="center" %}
{% include feature_row id="intro" type="center" %}

0 comments on commit 0dcee7d

Please sign in to comment.