mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-16 06:07:18 +00:00
* move docs files * update docs from template * another update * add insights callouts * add ingress check to the docs * remove old prefixes on check names
16 lines
442 B
JavaScript
16 lines
442 B
JavaScript
/*
|
|
* This file is generated from FairwindsOps/documentation-template
|
|
* DO NOT EDIT MANUALLY
|
|
*/
|
|
|
|
document.addEventListener("DOMContentLoaded", function(){
|
|
setTimeout(function() {
|
|
var link = document.getElementsByClassName('home-link')[0];
|
|
linkClone = link.cloneNode(true);
|
|
linkClone.href = "https://fairwinds.com";
|
|
link.setAttribute('target', '_blank');
|
|
link.parentNode.replaceChild(linkClone, link);
|
|
}, 1000);
|
|
});
|
|
|