Merge branch 'add-guides' into f-operator
This commit is contained in:
commit
7b9e39d75c
|
@ -83,8 +83,15 @@ pre {
|
|||
}
|
||||
|
||||
//fixed grid below 992 to prevent smaller responsive sizes
|
||||
@media (max-width: 992px) {
|
||||
@media (min-width: 768px) and (max-width: 992px) {
|
||||
.container{
|
||||
max-width: 970px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
//guarantees nav list fits at tablet viewport size
|
||||
@media (min-width: 768px) and (max-width: 800px) {
|
||||
#header .navbar-nav a {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: "guides"
|
||||
page_title: "Guides"
|
||||
sidebar_current: "what"
|
||||
description: |-
|
||||
Welcome to the Nomad guides!
|
||||
---
|
||||
|
||||
# This is the home page for Guides
|
||||
|
||||
Here is some content!
|
|
@ -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.
|
|
@ -27,6 +27,7 @@
|
|||
</ul>
|
||||
<ul class="main-links nav navbar-nav navbar-right">
|
||||
<li class="first li-under"><a href="/intro/index.html">Intro</a></li>
|
||||
<li class="first li-under"><a href="/guides/index.html">Guides</a></li>
|
||||
<li class="li-under"><a href="/docs/index.html">Docs</a></li>
|
||||
<li class="li-under"><a href="/community.html">Community</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("guides-installing") %>>
|
||||
<a href="/guides/index.html">Guide One</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("some-guides") %>>
|
||||
<a href="/guides/some-guides/group.html">A Group of guides</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("guides-some-guides-one") %>>
|
||||
<a href="/guides/some-guides/one.html">Guide one</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-some-guides-two") %>>
|
||||
<a href="/guides/some-guides/two.html">Guide two</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-some-guides-three") %>>
|
||||
<a href="/guides/some-guides/three.html">Guide three</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<% end %>
|
Loading…
Reference in New Issue