Sync docs from master to gh-pages
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<title>Spring Cloud Kubernetes</title>
|
<title>Spring Cloud Kubernetes</title>
|
||||||
<link rel="stylesheet" href="css/spring.css">
|
<link rel="stylesheet" href="css/spring.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -28,12 +29,18 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.switch--item:not(:first-child) {
|
||||||
|
border-width: 0 0 0 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #7a2518;
|
||||||
|
}
|
||||||
|
|
||||||
.switch--item.selected {
|
.switch--item.selected {
|
||||||
background-color: #7a2519;
|
background-color: #7a2519;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function addBlockSwitches() {
|
function addBlockSwitches() {
|
||||||
$('.primary').each(function() {
|
$('.primary').each(function() {
|
||||||
@@ -81,8 +88,8 @@ function createSwitchItem(block, blockSwitch) {
|
|||||||
|
|
||||||
$(addBlockSwitches);
|
$(addBlockSwitches);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
|
||||||
|
|
||||||
|
</head>
|
||||||
<body class="book toc2 toc-left">
|
<body class="book toc2 toc-left">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1>Spring Cloud Kubernetes</h1>
|
<h1>Spring Cloud Kubernetes</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user