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

Skip to content

Commit cec6c0d

Browse files
johndmulhausenjohndmulhausen
authored andcommitted
Removal of test detritus
1 parent 6ac8ac5 commit cec6c0d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

compose/completion.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,3 @@ Enjoy working with Compose faster and with less typos!
6666
- [Get started with WordPress](wordpress.md)
6767
- [Command line reference](./reference/index.md)
6868
- [Compose file reference](compose-file.md)
69-
70-
<script language="javascript">
71-
console.log("Domain: " + window.location.hostname);
72-
var x = document.links.length;
73-
for (i = 0; i < x; i++) {
74-
console.log(document.links[i].href);
75-
var thisHREF = document.links[i].href;
76-
thisHREF = thisHREF.replace(".md","/").replace("/index/","/");
77-
document.links[i].setAttribute('href', thisHREF);
78-
}
79-
</script>

docker-cloud/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ menu:
77
parent: docker-cloud
88
weight: -100
99
title: Docker Cloud Overview
10-
permalink: /docker-cloud/overview.md
1110
---
1211

1312
# What is Docker Cloud?

0 commit comments

Comments
 (0)