From a138d7f033169c2deed81311c81fcefbcbf967ae Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Mon, 4 Dec 2017 23:39:16 +0000 Subject: [PATCH 1/3] Add Resources page --- website/source/layouts/layout.erb | 2 + website/source/resources.html.erb | 94 +++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 website/source/resources.html.erb diff --git a/website/source/layouts/layout.erb b/website/source/layouts/layout.erb index 37a82ba40..7493446f9 100644 --- a/website/source/layouts/layout.erb +++ b/website/source/layouts/layout.erb @@ -85,6 +85,7 @@
  • Docs
  • API
  • Community
  • +
  • Resources
  • Enterprise
  • UI Demo
  • @@ -119,6 +120,7 @@
  • Docs
  • API
  • Community
  • +
  • Resources
  • Enterprise
  • UI Demo
  • Security
  • diff --git a/website/source/resources.html.erb b/website/source/resources.html.erb new file mode 100644 index 000000000..45447f5d6 --- /dev/null +++ b/website/source/resources.html.erb @@ -0,0 +1,94 @@ +--- +layout: "inner" +page_title: "Resources" +description: |- + Nomad is widely deployed across a range of enterprises and business verticals.. +--- + +

    Resources

    + +

    + Nomad is a widely deployed open source project with a rapidly expanding + ecosystem. Numerous resources exist for learning, experimentation and + integration with third-party tools. +

    + +

    Videos

    + + + +

    Blog Posts

    + + + +

    Tools for Provisioning and Experimentation

    + + + +

    Integrations

    + + + +

    Other

    + + + +

    Trusted By

    + + + +

    + + If you would like to have a resource or your company name added to this page, please + submit a Pull Request. + +

    From bff0babc483b086779bed0b1d918a18ee64005de Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Mon, 4 Dec 2017 23:51:09 +0000 Subject: [PATCH 2/3] Minor changes and reformatting --- website/source/resources.html.erb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/website/source/resources.html.erb b/website/source/resources.html.erb index 45447f5d6..f24726a2f 100644 --- a/website/source/resources.html.erb +++ b/website/source/resources.html.erb @@ -29,14 +29,14 @@ description: |-

    Blog Posts

    Tools for Provisioning and Experimentation

    @@ -44,7 +44,7 @@ description: |- @@ -59,6 +59,7 @@ description: |-
  • Nomad Container Management with SpotInst - Nomad Integration for SpotInst Elastigroup
  • Jenkins Nomad Plugin - Nomad Cloud Plugin for Jenkins
  • OpenFaaS (Terraform | GitHub) - Nomad Integration for OpenFaas (Functions as a Service)
  • +
  • Rundeck Plugin for Nomad - A Rundeck Plugin for Running Jobs on a Nomad Cluster
  • Other

    @@ -66,7 +67,6 @@ description: |-

    Trusted By

    @@ -88,7 +88,7 @@ description: |-

    - If you would like to have a resource or your company name added to this page, please - submit a Pull Request. + If you would like to have a resource or your company name added to this page, please + submit a Pull Request.

    From b07064cd404accea78abf9989fca98e1789dca94 Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Tue, 5 Dec 2017 23:47:23 +0000 Subject: [PATCH 3/3] Fix typo --- website/source/resources.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/resources.html.erb b/website/source/resources.html.erb index f24726a2f..e32f1703f 100644 --- a/website/source/resources.html.erb +++ b/website/source/resources.html.erb @@ -2,7 +2,7 @@ layout: "inner" page_title: "Resources" description: |- - Nomad is widely deployed across a range of enterprises and business verticals.. + Nomad is widely deployed across a range of enterprises and business verticals. ---

    Resources