Skip to content

Commit b5059bf

Browse files
[ci skip] Automated deployment to GitHub Pages on 1700441122
0 parents  commit b5059bf

File tree

69 files changed

+70918
-0
lines changed

Some content is hidden

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

69 files changed

+70918
-0
lines changed

4.3/Deployment.html

Lines changed: 4732 additions & 0 deletions
Large diffs are not rendered by default.

4.3/Deployment.pdf

1.4 MB
Binary file not shown.

4.3/Troubleshooting.html

Lines changed: 2203 additions & 0 deletions
Large diffs are not rendered by default.

4.3/Troubleshooting.pdf

915 KB
Binary file not shown.

4.4/Deployment.html

Lines changed: 4810 additions & 0 deletions
Large diffs are not rendered by default.

4.4/Deployment.pdf

1.41 MB
Binary file not shown.

4.4/Troubleshooting.html

Lines changed: 1984 additions & 0 deletions
Large diffs are not rendered by default.

4.4/Troubleshooting.pdf

862 KB
Binary file not shown.

4.5/Deployment.html

Lines changed: 4928 additions & 0 deletions
Large diffs are not rendered by default.

4.5/Deployment.pdf

1.43 MB
Binary file not shown.

4.5/Troubleshooting.html

Lines changed: 1984 additions & 0 deletions
Large diffs are not rendered by default.

4.5/Troubleshooting.pdf

862 KB
Binary file not shown.

4.6/Deployment.html

Lines changed: 5079 additions & 0 deletions
Large diffs are not rendered by default.

4.6/Deployment.pdf

1.3 MB
Binary file not shown.

4.6/Troubleshooting.html

Lines changed: 1986 additions & 0 deletions
Large diffs are not rendered by default.

4.6/Troubleshooting.pdf

863 KB
Binary file not shown.

4.7/Deployment.html

Lines changed: 5215 additions & 0 deletions
Large diffs are not rendered by default.

4.7/Deployment.pdf

1.32 MB
Binary file not shown.

4.7/Troubleshooting.html

Lines changed: 1986 additions & 0 deletions
Large diffs are not rendered by default.

4.7/Troubleshooting.pdf

863 KB
Binary file not shown.

4.8/Deployment.html

Lines changed: 6386 additions & 0 deletions
Large diffs are not rendered by default.

4.8/Deployment.pdf

1.62 MB
Binary file not shown.

4.8/Troubleshooting.html

Lines changed: 1986 additions & 0 deletions
Large diffs are not rendered by default.

4.8/Troubleshooting.pdf

863 KB
Binary file not shown.

4.9/Ansible Playbook Disconnected Install.html

Lines changed: 1703 additions & 0 deletions
Large diffs are not rendered by default.
353 KB
Binary file not shown.

4.9/Ansible Playbook Install.html

Lines changed: 2514 additions & 0 deletions
Large diffs are not rendered by default.

4.9/Ansible Playbook Install.pdf

573 KB
Binary file not shown.

4.9/Deployment.html

Lines changed: 6428 additions & 0 deletions
Large diffs are not rendered by default.

4.9/Deployment.pdf

1.68 MB
Binary file not shown.

4.9/Troubleshooting.html

Lines changed: 2015 additions & 0 deletions
Large diffs are not rendered by default.

4.9/Troubleshooting.pdf

922 KB
Binary file not shown.

assets/css/style.css

Lines changed: 300 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.css.map

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
16.3 KB
Binary file not shown.

assets/fonts/Noto-Sans-700/Noto-Sans-700.svg

Lines changed: 336 additions & 0 deletions
29 KB
Binary file not shown.
12.3 KB
Binary file not shown.
9.5 KB
Binary file not shown.
Binary file not shown.

assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg

Lines changed: 334 additions & 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg

Lines changed: 337 additions & 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/fonts/Noto-Sans-regular/Noto-Sans-regular.svg

Lines changed: 335 additions & 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/img/logo.png

6.04 KB

assets/js/scale.fix.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
(function (document) {
2+
var metas = document.getElementsByTagName("meta"),
3+
changeViewportContent = function (content) {
4+
for (var i = 0; i < metas.length; i++) {
5+
if (metas[i].name == "viewport") {
6+
metas[i].content = content;
7+
}
8+
}
9+
},
10+
initialize = function () {
11+
changeViewportContent(
12+
"width=device-width, minimum-scale=1.0, maximum-scale=1.0"
13+
);
14+
},
15+
gestureStart = function () {
16+
changeViewportContent(
17+
"width=device-width, minimum-scale=0.25, maximum-scale=1.6"
18+
);
19+
},
20+
gestureEnd = function () {
21+
initialize();
22+
};
23+
24+
if (navigator.userAgent.match(/iPhone/i)) {
25+
initialize();
26+
27+
document.addEventListener("touchstart", gestureStart, false);
28+
document.addEventListener("touchend", gestureEnd, false);
29+
}
30+
})(document);

feed.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://openshift-kni.github.io/baremetal-deploy/feed.xml" rel="self" type="application/atom+xml" /><link href="https://openshift-kni.github.io/baremetal-deploy/" rel="alternate" type="text/html" /><updated>2023-11-19T18:45:21-06:00</updated><id>https://openshift-kni.github.io/baremetal-deploy/feed.xml</id><title type="html">OpenShift Cluster Managed Bare Metal Documentation</title><subtitle>Documents produced by Deployment Integration team</subtitle></feed>

0 commit comments

Comments
 (0)