mirror of https://github.com/docker/docs.git
fix duplicated page titles (#512)
this also breaks page consistency, regarding anchor links (see #510) Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
159da9226a
commit
57b45d5f8d
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: All Page Links
|
||||
---
|
||||
# All Page Links
|
||||
|
||||
{% assign sorted_pages = site.pages | sort:"path" %}
|
||||
{% for thispage in sorted_pages %}
|
||||
|
|
|
@ -7,8 +7,6 @@ keywords:
|
|||
title: Security configuration
|
||||
---
|
||||
|
||||
# Security configuration
|
||||
|
||||
This document describes the security settings you need to configure.
|
||||
|
||||
* *SSL Certificate*: Used to enter the hash (string) from the SSL Certificate.
|
||||
|
|
|
@ -7,8 +7,6 @@ keywords:
|
|||
title: Engine reference
|
||||
---
|
||||
|
||||
# Engine reference
|
||||
|
||||
* [Dockerfile reference](builder.md)
|
||||
* [Docker run reference](run.md)
|
||||
* [Command line reference](commandline/index.md)
|
||||
|
|
|
@ -8,8 +8,6 @@ keywords:
|
|||
title: Docker security
|
||||
---
|
||||
|
||||
# Docker security
|
||||
|
||||
There are four major areas to consider when reviewing Docker security:
|
||||
|
||||
- the intrinsic security of the kernel and its support for
|
||||
|
|
|
@ -12,8 +12,6 @@ menu:
|
|||
title: Run a simple application
|
||||
---
|
||||
|
||||
# Run a simple application
|
||||
|
||||
In the ["*Hello world in a container*"](dockerizing.md) you launched your first
|
||||
containers using the `docker run` command. You ran an *interactive container*
|
||||
that ran in the foreground. You also ran a *detached container* that ran in the
|
||||
|
|
|
@ -10,8 +10,6 @@ keywords:
|
|||
title: Docker Overview
|
||||
---
|
||||
|
||||
# Docker Overview
|
||||
|
||||
Docker is an open platform for developing, shipping, and running applications.
|
||||
Docker enables you to separate your applications from your infrastructure so
|
||||
you can deliver software quickly. With Docker, you can manage your infrastructure
|
||||
|
|
|
@ -13,8 +13,6 @@ title: Where to chat or get help
|
|||
}
|
||||
</style>
|
||||
|
||||
# Where to chat or get help
|
||||
|
||||
There are several communications channels you can use to chat with Docker
|
||||
community members and developers.
|
||||
|
||||
|
|
|
@ -35,9 +35,6 @@ hugo converts them to paragraphs, causing the styles to be ignored
|
|||
.gh-label.kinddocs { background-color: #B5E9D5; color: #333333; }
|
||||
</style>
|
||||
|
||||
|
||||
# Find and claim an issue
|
||||
|
||||
As a contributor, you can work on any open issue you want. You can view
|
||||
issues in the Issues tab in every repository. If you are new to
|
||||
contributing, use the filter option to find suitable issues. You can
|
||||
|
|
|
@ -5,8 +5,6 @@ keywords:
|
|||
title: Thank you for subscribing to Docker weekly
|
||||
---
|
||||
|
||||
# Thank you for subscribing to Docker weekly
|
||||
|
||||
We've sent you a welcome email with links to previous newsletters.
|
||||
Please check your inbox to confirm you received it.
|
||||
|
||||
|
|
Loading…
Reference in New Issue