Skip to content

Commit c3d1800

Browse files
author
Joshua Schnell
committed
Add meta tags for Terms section #61
1 parent 7d3549c commit c3d1800

12 files changed

Lines changed: 24 additions & 19 deletions

File tree

docs/client/register.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:title: Register
2+
:description: Learn how to register a new user with a Deis controller using the Deis client.
3+
4+
.. _register:
5+
16
register
27
========
38

docs/terms/build.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Build
2-
:description: What is a Build?
3-
:keywords: build, release
2+
:description: A Deis build refers to the output of a specific application build. Deis builds can be created automatically using git push or manually using the client.
3+
:keywords: build, release, git push, deis
44

55
.. _build:
66

docs/terms/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Config
2-
:description: What is Deis Config?
3-
:keywords: config, release, envvar, envvars, environment, variables
2+
:description: Deis config refers to a set of environment variables used by containers in a formation’s runtime layer.
3+
:keywords: config, release, envvar, envvars, environment, variables, deis
44

55
.. _config:
66

docs/terms/container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Container
2-
:description: What is a Deis Container?
3-
:keywords: lxc container, lxc, container, docker
2+
:description: Deis containers are instances of Docker containers.
3+
:keywords: lxc container, lxc, container, docker, deis
44

55
.. _container:
66

docs/terms/controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Controller
2-
:description: What is a Deis Controller?
3-
:keywords: deis, controller
2+
:description: The Deis controller is the brains of the Deis platform. Details on what the Deis controller is in charge of and what the Deis controller stack includes.
3+
:keywords: controller, deis
44

55
.. _controller:
66

docs/terms/flavor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Flavor
2-
:description: What is a Deis Flavor?
3-
:keywords: flavor
2+
:description: A Deis flavor defines the configuration for nodes in a layer, including their provider type, launch parameters and initial configuration.
3+
:keywords: flavor, deis
44

55
.. _flavor:
66

docs/terms/formation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:title: Formation
2-
:description: What is a Deis Formation?
2+
:description: A Deis formation is a set of infrastructure used to host a single application or service backed by a single git repository.
33
:keywords: formation, deis
44

55
.. _formation:

docs/terms/key.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Key
2-
:description: What is a Deis Key?
3-
:keywords: key, ssh
2+
:description: Deis keys are SSH keys used during the git push process. Use the Deis client to manage a list of keys on the Deis controller.
3+
:keywords: key, ssh, deis
44

55
.. _key:
66

docs/terms/layer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: Layer
2-
:description: What is a Deis Layer?
3-
:keywords: layer
2+
:description: Deis layers are homogeneous groups of nodes that perform work on behalf of a formation. Details on runtime layers, proxy layers and custom layers.
3+
:keywords: layer, layers, deis
44

55
.. _layer:
66

docs/terms/node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:title: Node
2-
:description: What is a Deis Node?
2+
:description: A Deis node is a virtual machine instance that is part of a layer. All Deis nodes are managed by a Chef server.
33
:keywords: chef node, chef, node, deis
44

55
.. _node:

0 commit comments

Comments
 (0)