Skip to content

Commit

Permalink
[ci skip] Automated deployment to GitHub Pages on 1698540367
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-merge-robot committed Oct 29, 2023
0 parents commit fdcb9ec
Show file tree
Hide file tree
Showing 69 changed files with 70,918 additions and 0 deletions.
4,732 changes: 4,732 additions & 0 deletions 4.3/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.3/Deployment.pdf
Binary file not shown.
2,203 changes: 2,203 additions & 0 deletions 4.3/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.3/Troubleshooting.pdf
Binary file not shown.
4,810 changes: 4,810 additions & 0 deletions 4.4/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.4/Deployment.pdf
Binary file not shown.
1,984 changes: 1,984 additions & 0 deletions 4.4/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.4/Troubleshooting.pdf
Binary file not shown.
4,928 changes: 4,928 additions & 0 deletions 4.5/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.5/Deployment.pdf
Binary file not shown.
1,984 changes: 1,984 additions & 0 deletions 4.5/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.5/Troubleshooting.pdf
Binary file not shown.
5,079 changes: 5,079 additions & 0 deletions 4.6/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.6/Deployment.pdf
Binary file not shown.
1,986 changes: 1,986 additions & 0 deletions 4.6/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.6/Troubleshooting.pdf
Binary file not shown.
5,215 changes: 5,215 additions & 0 deletions 4.7/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.7/Deployment.pdf
Binary file not shown.
1,986 changes: 1,986 additions & 0 deletions 4.7/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.7/Troubleshooting.pdf
Binary file not shown.
6,386 changes: 6,386 additions & 0 deletions 4.8/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.8/Deployment.pdf
Binary file not shown.
1,986 changes: 1,986 additions & 0 deletions 4.8/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.8/Troubleshooting.pdf
Binary file not shown.
1,703 changes: 1,703 additions & 0 deletions 4.9/Ansible Playbook Disconnected Install.html

Large diffs are not rendered by default.

Binary file added 4.9/Ansible Playbook Disconnected Install.pdf
Binary file not shown.
2,514 changes: 2,514 additions & 0 deletions 4.9/Ansible Playbook Install.html

Large diffs are not rendered by default.

Binary file added 4.9/Ansible Playbook Install.pdf
Binary file not shown.
6,428 changes: 6,428 additions & 0 deletions 4.9/Deployment.html

Large diffs are not rendered by default.

Binary file added 4.9/Deployment.pdf
Binary file not shown.
2,015 changes: 2,015 additions & 0 deletions 4.9/Troubleshooting.html

Large diffs are not rendered by default.

Binary file added 4.9/Troubleshooting.pdf
Binary file not shown.
300 changes: 300 additions & 0 deletions assets/css/style.css

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions assets/css/style.css.map

Large diffs are not rendered by default.

Binary file added assets/fonts/Noto-Sans-700/Noto-Sans-700.eot
Binary file not shown.
336 changes: 336 additions & 0 deletions assets/fonts/Noto-Sans-700/Noto-Sans-700.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf
Binary file not shown.
Binary file added assets/fonts/Noto-Sans-700/Noto-Sans-700.woff
Binary file not shown.
Binary file added assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2
Binary file not shown.
Binary file not shown.
334 changes: 334 additions & 0 deletions assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
337 changes: 337 additions & 0 deletions assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
335 changes: 335 additions & 0 deletions assets/fonts/Noto-Sans-regular/Noto-Sans-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions assets/js/scale.fix.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
(function (document) {
var metas = document.getElementsByTagName("meta"),
changeViewportContent = function (content) {
for (var i = 0; i < metas.length; i++) {
if (metas[i].name == "viewport") {
metas[i].content = content;
}
}
},
initialize = function () {
changeViewportContent(
"width=device-width, minimum-scale=1.0, maximum-scale=1.0"
);
},
gestureStart = function () {
changeViewportContent(
"width=device-width, minimum-scale=0.25, maximum-scale=1.6"
);
},
gestureEnd = function () {
initialize();
};

if (navigator.userAgent.match(/iPhone/i)) {
initialize();

document.addEventListener("touchstart", gestureStart, false);
document.addEventListener("touchend", gestureEnd, false);
}
})(document);
1 change: 1 addition & 0 deletions feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +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-10-28T19:46:05-05: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>
Loading

0 comments on commit fdcb9ec

Please sign in to comment.