Wire up nav
This commit is contained in:
parent
8d299a9cc5
commit
dee792f157
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: "guides"
|
||||
page_title: "Guide Index"
|
||||
sidebar_current: "some-guides"
|
||||
description: |-
|
||||
Index for a group in a group.
|
||||
---
|
||||
|
||||
# The index for a group of guides
|
||||
|
||||
It is an undisputed fact that distributed systems are hard; building
|
||||
one is error-prone and time-consuming. As a result, few organizations
|
||||
build a scheduler due to the inherent challenges. However,
|
||||
most organizations must develop a means of deploying applications
|
||||
and typically this evolves into an ad hoc deployment platform.
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: "guides"
|
||||
page_title: "Guide One"
|
||||
sidebar_current: "some-guides"
|
||||
description: |-
|
||||
First in a group.
|
||||
---
|
||||
|
||||
# Guide to being rad
|
||||
|
||||
It is an undisputed fact that distributed systems are hard; building
|
||||
one is error-prone and time-consuming. As a result, few organizations
|
||||
build a scheduler due to the inherent challenges. However,
|
||||
most organizations must develop a means of deploying applications
|
||||
and typically this evolves into an ad hoc deployment platform.
|
||||
|
||||
These deployment platforms are typically special cased to the needs
|
||||
of the organization at the time of development, reduce future agility,
|
||||
and require time and resources to build and maintain.
|
||||
|
||||
Nomad provides a high-level job specification to easily deploy applications.
|
||||
It has been designed to work at large scale, with multi-datacenter and
|
||||
multi-region support built in. Nomad also has extensible drivers giving it
|
||||
flexibility in the workloads it supports, including Docker.
|
||||
|
||||
Nomad provides organizations of any size a solution for deployment
|
||||
that is simple, robust, and scalable. It reduces the time and effort spent
|
||||
re-inventing the wheel and users can focus instead on their business applications.
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: "guides"
|
||||
page_title: "Guide One"
|
||||
sidebar_current: "some-guides"
|
||||
description: |-
|
||||
First in a group.
|
||||
---
|
||||
|
||||
# Guide to being rad three
|
||||
|
||||
It is an undisputed fact that distributed systems are hard; building
|
||||
one is error-prone and time-consuming. As a result, few organizations
|
||||
build a scheduler due to the inherent challenges. However,
|
||||
most organizations must develop a means of deploying applications
|
||||
and typically this evolves into an ad hoc deployment platform.
|
||||
|
||||
These deployment platforms are typically special cased to the needs
|
||||
of the organization at the time of development, reduce future agility,
|
||||
and require time and resources to build and maintain.
|
||||
|
||||
Nomad provides a high-level job specification to easily deploy applications.
|
||||
It has been designed to work at large scale, with multi-datacenter and
|
||||
multi-region support built in. Nomad also has extensible drivers giving it
|
||||
flexibility in the workloads it supports, including Docker.
|
||||
|
||||
Nomad provides organizations of any size a solution for deployment
|
||||
that is simple, robust, and scalable. It reduces the time and effort spent
|
||||
re-inventing the wheel and users can focus instead on their business applications.
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: "guides"
|
||||
page_title: "Guide One"
|
||||
sidebar_current: "some-guides"
|
||||
description: |-
|
||||
First in a group.
|
||||
---
|
||||
|
||||
# Guide to being rad twoooooo
|
||||
|
||||
It is an undisputed fact that distributed systems are hard; building
|
||||
one is error-prone and time-consuming. As a result, few organizations
|
||||
build a scheduler due to the inherent challenges. However,
|
||||
most organizations must develop a means of deploying applications
|
||||
and typically this evolves into an ad hoc deployment platform.
|
||||
|
||||
These deployment platforms are typically special cased to the needs
|
||||
of the organization at the time of development, reduce future agility,
|
||||
and require time and resources to build and maintain.
|
||||
|
||||
Nomad provides a high-level job specification to easily deploy applications.
|
||||
It has been designed to work at large scale, with multi-datacenter and
|
||||
multi-region support built in. Nomad also has extensible drivers giving it
|
||||
flexibility in the workloads it supports, including Docker.
|
||||
|
||||
Nomad provides organizations of any size a solution for deployment
|
||||
that is simple, robust, and scalable. It reduces the time and effort spent
|
||||
re-inventing the wheel and users can focus instead on their business applications.
|
|
@ -2,59 +2,21 @@
|
|||
<% content_for :sidebar do %>
|
||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("docs-installing") %>>
|
||||
<a href="/docs/install/index.html">Guide One</a>
|
||||
<li<%= sidebar_current("guides-installing") %>>
|
||||
<a href="/guides/index.html">Guide One</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-cluster") %>>
|
||||
<a href="/docs/cluster/bootstrapping.html">A Group of guides</a>
|
||||
<li<%= sidebar_current("some-guides") %>>
|
||||
<a href="/guides/some-guides/group.html">A Group of guides</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-cluster-automatic") %>>
|
||||
<a href="/docs/cluster/automatic.html">Automatic</a>
|
||||
<li<%= sidebar_current("guides-some-guides-one") %>>
|
||||
<a href="/guides/some-guides/one.html">Guide one</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-cluster-manual") %>>
|
||||
<a href="/docs/cluster/manual.html">Manual</a>
|
||||
<li<%= sidebar_current("guides-some-guides-two") %>>
|
||||
<a href="/guides/some-guides/two.html">Guide two</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-cluster-federation") %>>
|
||||
<a href="/docs/cluster/federation.html">Federation</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-cluster-requirements") %>>
|
||||
<a href="/docs/cluster/requirements.html">Requirements</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-operating-a-job") %>>
|
||||
<a href="/docs/operating-a-job/index.html">A second group of guides</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-operating-a-job-configuring-tasks") %>>
|
||||
<a href="/docs/operating-a-job/configuring-tasks.html">Configuring Tasks</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-submitting-jobs") %>>
|
||||
<a href="/docs/operating-a-job/submitting-jobs.html">Submitting Jobs</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-inspecting-state") %>>
|
||||
<a href="/docs/operating-a-job/inspecting-state.html">Inspecting State</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-accessing-logs") %>>
|
||||
<a href="/docs/operating-a-job/accessing-logs.html">Accessing Logs</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-resource-utilization") %>>
|
||||
<a href="/docs/operating-a-job/resource-utilization.html">Resource Utilization</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-updating") %>>
|
||||
<a href="/docs/operating-a-job/update-strategies/index.html">Update Strategies</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-operating-a-job-updating-rolling-upgrades") %>>
|
||||
<a href="/docs/operating-a-job/update-strategies/rolling-upgrades.html">Rolling Upgrades</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-updating-blue-green-deployments") %>>
|
||||
<a href="/docs/operating-a-job/update-strategies/blue-green-and-canary-deployments.html">Blue/Green & Canary</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-operating-a-job-updating-handling-signals") %>>
|
||||
<a href="/docs/operating-a-job/update-strategies/handling-signals.html">Handling Signals</a>
|
||||
</li>
|
||||
</ul>
|
||||
<li<%= sidebar_current("guides-some-guides-three") %>>
|
||||
<a href="/guides/some-guides/three.html">Guide three</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue