From 08f1e3af4828c163a44ecd57b798954d12182983 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Tue, 26 Mar 2013 21:25:42 +0000 Subject: [PATCH] Improve document 's for the docs. --- docs/sources/documentation/commandline/basecommands.rst | 2 +- docs/sources/documentation/contributing/devenvironment.rst | 2 +- docs/sources/documentation/examples/hello_world.rst | 2 +- docs/sources/documentation/examples/hello_world_daemon.rst | 2 +- docs/sources/documentation/examples/python_web_app.rst | 2 +- docs/theme/docker/layout.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/documentation/commandline/basecommands.rst b/docs/sources/documentation/commandline/basecommands.rst index c764af6bb8..180ad413a8 100644 --- a/docs/sources/documentation/commandline/basecommands.rst +++ b/docs/sources/documentation/commandline/basecommands.rst @@ -1,4 +1,4 @@ -:title: docker documentation +:title: Base commands :description: Common usage and commands :keywords: Examples, Usage diff --git a/docs/sources/documentation/contributing/devenvironment.rst b/docs/sources/documentation/contributing/devenvironment.rst index cffd9d2a34..e16b317d32 100644 --- a/docs/sources/documentation/contributing/devenvironment.rst +++ b/docs/sources/documentation/contributing/devenvironment.rst @@ -1,4 +1,4 @@ -:title: Contributing to Docker +:title: Setting up a dev environment :description: Guides on how to contribute to docker :keywords: Docker, documentation, developers, contributing, dev environment diff --git a/docs/sources/documentation/examples/hello_world.rst b/docs/sources/documentation/examples/hello_world.rst index b6c07a2b91..910bc1f366 100644 --- a/docs/sources/documentation/examples/hello_world.rst +++ b/docs/sources/documentation/examples/hello_world.rst @@ -1,4 +1,4 @@ -:title: Docker: Hello world example +:title: Hello world example :description: A simple hello world example with Docker :keywords: docker, example, hello world diff --git a/docs/sources/documentation/examples/hello_world_daemon.rst b/docs/sources/documentation/examples/hello_world_daemon.rst index 8abe0e735a..e92a67cde6 100644 --- a/docs/sources/documentation/examples/hello_world_daemon.rst +++ b/docs/sources/documentation/examples/hello_world_daemon.rst @@ -1,4 +1,4 @@ -:title: Docker: Hello world daemon example +:title: Hello world daemon example :description: A simple hello world daemon example with Docker :keywords: docker, example, hello world, daemon diff --git a/docs/sources/documentation/examples/python_web_app.rst b/docs/sources/documentation/examples/python_web_app.rst index 5fac374889..5b0ac30b63 100644 --- a/docs/sources/documentation/examples/python_web_app.rst +++ b/docs/sources/documentation/examples/python_web_app.rst @@ -1,4 +1,4 @@ -:title: Docker: Python Web app example +:title: Python Web app example :description: Building your own python web app using docker :keywords: docker, example, python, web app diff --git a/docs/theme/docker/layout.html b/docs/theme/docker/layout.html index 6de60f933a..5f7f2bf10a 100755 --- a/docs/theme/docker/layout.html +++ b/docs/theme/docker/layout.html @@ -7,7 +7,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <title>dotCloud - {{ meta['title'] if meta and meta['title'] else title }} + Docker - {{ meta['title'] if meta and meta['title'] else title }}