Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57b45d5

Browse files
gdevillelejohndmulhausen
authored andcommitted
fix duplicated page titles (docker#512)
this also breaks page consistency, regarding anchor links (see docker#510) Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 159da92 commit 57b45d5

File tree

9 files changed

+0
-18
lines changed

9 files changed

+0
-18
lines changed

allpagelinks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: All Page Links
33
---
4-
# All Page Links
54

65
{% assign sorted_pages = site.pages | sort:"path" %}
76
{% for thispage in sorted_pages %}

datacenter/dtr/2.0/configure/config-security.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ keywords:
77
title: Security configuration
88
---
99

10-
# Security configuration
11-
1210
This document describes the security settings you need to configure.
1311

1412
* *SSL Certificate*: Used to enter the hash (string) from the SSL Certificate.

engine/reference/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ keywords:
77
title: Engine reference
88
---
99

10-
# Engine reference
11-
1210
* [Dockerfile reference](builder.md)
1311
* [Docker run reference](run.md)
1412
* [Command line reference](commandline/index.md)

engine/security/security.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ keywords:
88
title: Docker security
99
---
1010

11-
# Docker security
12-
1311
There are four major areas to consider when reviewing Docker security:
1412

1513
- the intrinsic security of the kernel and its support for

engine/tutorials/usingdocker.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ menu:
1212
title: Run a simple application
1313
---
1414

15-
# Run a simple application
16-
1715
In the ["*Hello world in a container*"](dockerizing.md) you launched your first
1816
containers using the `docker run` command. You ran an *interactive container*
1917
that ran in the foreground. You also ran a *detached container* that ran in the

engine/understanding-docker.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ keywords:
1010
title: Docker Overview
1111
---
1212

13-
# Docker Overview
14-
1513
Docker is an open platform for developing, shipping, and running applications.
1614
Docker enables you to separate your applications from your infrastructure so
1715
you can deliver software quickly. With Docker, you can manage your infrastructure

opensource/get-help.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ title: Where to chat or get help
1313
}
1414
</style>
1515

16-
# Where to chat or get help
17-
1816
There are several communications channels you can use to chat with Docker
1917
community members and developers.
2018

opensource/workflow/find-an-issue.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ hugo converts them to paragraphs, causing the styles to be ignored
3535
.gh-label.kinddocs { background-color: #B5E9D5; color: #333333; }
3636
</style>
3737

38-
39-
# Find and claim an issue
40-
4138
As a contributor, you can work on any open issue you want. You can view
4239
issues in the Issues tab in every repository. If you are new to
4340
contributing, use the filter option to find suitable issues. You can

thank-you-subscribing-docker-weekly.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ keywords:
55
title: Thank you for subscribing to Docker weekly
66
---
77

8-
# Thank you for subscribing to Docker weekly
9-
108
We've sent you a welcome email with links to previous newsletters.
119
Please check your inbox to confirm you received it.
1210

0 commit comments

Comments
 (0)