Skip to content

Commit 126c4cf

Browse files
committed
_samples: remove titles, keywords and description
These were not used in the generated redirect pages, so we can remove them. Also setting the "sitemap" metadata through the _config.yml so that we don't have to set it in each of the stubs. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 735bbc5 commit 126c4cf

File tree

147 files changed

+8
-1735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+8
-1735
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ defaults:
104104
values:
105105
sitemap: false
106106
title: Docker Enterprise moved to Mirantis
107+
- scope:
108+
path: "samples/library"
109+
values:
110+
sitemap: false
107111

108112
# Assets
109113
#

_config_authoring.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ defaults:
101101
values:
102102
sitemap: false
103103
title: Docker Enterprise moved to Mirantis
104+
- scope:
105+
path: "samples/library"
106+
values:
107+
sitemap: false
104108

105109
# Assets
106110
#

_includes/library-samples.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_samples/library/adminer.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: adminer
3-
keywords: library, sample, adminer
4-
repo: adminer
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/adminer/
7-
sitemap: false
83
redirect_from:
94
- /samples/adminer/
10-
description: |
11-
Database management in a single PHP file.
125
---
13-
14-
Database management in a single PHP file.
15-
16-
17-
{% include library-samples.md %}

_samples/library/adoptopenjdk.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: adoptopenjdk
3-
keywords: library, sample, adoptopenjdk
4-
repo: adoptopenjdk
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/adoptopenjdk/
7-
sitemap: false
83
redirect_from:
94
- /samples/adoptopenjdk/
10-
description: |
11-
Official Images for OpenJDK + HotSpot and OpenJDK + Eclipse OpenJ9 binaries built by AdoptOpenJDK.
125
---
13-
14-
Official Images for OpenJDK + HotSpot and OpenJDK + Eclipse OpenJ9 binaries built by AdoptOpenJDK.
15-
16-
17-
{% include library-samples.md %}

_samples/library/aerospike.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: aerospike
3-
keywords: library, sample, aerospike
4-
repo: aerospike
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/aerospike/
7-
sitemap: false
83
redirect_from:
94
- /samples/aerospike/
10-
description: |
11-
Aerospike – the reliable, high performance, distributed database optimized for flash and RAM.
125
---
13-
14-
Aerospike – the reliable, high performance, distributed database optimized for flash and RAM.
15-
16-
17-
{% include library-samples.md %}

_samples/library/alpine.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: alpine
3-
keywords: library, sample, alpine
4-
repo: alpine
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/alpine/
7-
sitemap: false
83
redirect_from:
94
- /samples/alpine/
10-
description: |
11-
A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!
125
---
13-
14-
A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!
15-
16-
17-
{% include library-samples.md %}

_samples/library/alt.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: alt
3-
keywords: library, sample, alt
4-
repo: alt
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/alt/
7-
sitemap: false
83
redirect_from:
94
- /samples/alt/
10-
description: |
11-
The official build of ALT Linux.
125
---
13-
14-
The official build of ALT Linux.
15-
16-
17-
{% include library-samples.md %}

_samples/library/amazoncorretto.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: amazoncorretto
3-
keywords: library, sample, amazoncorretto
4-
repo: amazoncorretto
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/amazoncorretto/
7-
sitemap: false
83
redirect_from:
94
- /samples/amazoncorretto/
10-
description: |
11-
Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK).
125
---
13-
14-
Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK).
15-
16-
17-
{% include library-samples.md %}

_samples/library/amazonlinux.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
---
2-
title: amazonlinux
3-
keywords: library, sample, amazonlinux
4-
repo: amazonlinux
5-
layout: docs
62
redirect_to: https://hub.docker.com/_/amazonlinux/
7-
sitemap: false
83
redirect_from:
94
- /samples/amazonlinux/
10-
description: |
11-
Amazon Linux provides a stable, secure, and high-performance execution environment for applications.
125
---
13-
14-
Amazon Linux provides a stable, secure, and high-performance execution environment for applications.
15-
16-
17-
{% include library-samples.md %}

0 commit comments

Comments
 (0)