Update index.html
This commit is contained in:
180
index.html
180
index.html
@@ -1,171 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en-US">
|
||||||
<head>
|
<meta charset="utf-8">
|
||||||
<meta charset="UTF-8">
|
<title>Redirecting…</title>
|
||||||
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
|
<link rel="canonical" href="http://spring.io/projects/spring-cloud-function">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-cloud-function">
|
||||||
<meta name="generator" content="Asciidoctor 1.5.7.1">
|
<meta name="robots" content="noindex">
|
||||||
<meta name="author" content="Mark Fisher, Dave Syer, Oleg Zhurakousky">
|
<h1>Redirecting…</h1>
|
||||||
<title>Spring Cloud Function Reference Documentation</title>
|
<a href="http://spring.io/projects/spring-cloud-function">Click here if you are not redirected.</a>
|
||||||
<link rel="stylesheet" href="css/spring.css">
|
<script>location="http://spring.io/projects/spring-cloud-function"</script>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
</html>
|
||||||
<style>
|
|
||||||
.hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch {
|
|
||||||
border-width: 1px 1px 0 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #7a2518;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch--item {
|
|
||||||
padding: 10px;
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #7a2518;
|
|
||||||
display: inline-block;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.switch--item.selected {
|
|
||||||
background-color: #7a2519;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
function addBlockSwitches() {
|
|
||||||
$('.primary').each(function() {
|
|
||||||
primary = $(this);
|
|
||||||
createSwitchItem(primary, createBlockSwitch(primary)).item.addClass("selected");
|
|
||||||
primary.children('.title').remove();
|
|
||||||
});
|
|
||||||
$('.secondary').each(function(idx, node) {
|
|
||||||
secondary = $(node);
|
|
||||||
primary = findPrimary(secondary);
|
|
||||||
switchItem = createSwitchItem(secondary, primary.children('.switch'));
|
|
||||||
switchItem.content.addClass('hidden');
|
|
||||||
findPrimary(secondary).append(switchItem.content);
|
|
||||||
secondary.remove();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function createBlockSwitch(primary) {
|
|
||||||
blockSwitch = $('<div class="switch"></div>');
|
|
||||||
primary.prepend(blockSwitch);
|
|
||||||
return blockSwitch;
|
|
||||||
}
|
|
||||||
|
|
||||||
function findPrimary(secondary) {
|
|
||||||
candidate = secondary.prev();
|
|
||||||
while (!candidate.is('.primary')) {
|
|
||||||
candidate = candidate.prev();
|
|
||||||
}
|
|
||||||
return candidate;
|
|
||||||
}
|
|
||||||
|
|
||||||
function createSwitchItem(block, blockSwitch) {
|
|
||||||
blockName = block.children('.title').text();
|
|
||||||
content = block.children('.content').first().append(block.next('.colist'));
|
|
||||||
item = $('<div class="switch--item">' + blockName + '</div>');
|
|
||||||
item.on('click', '', content, function(e) {
|
|
||||||
$(this).addClass('selected');
|
|
||||||
$(this).siblings().removeClass('selected');
|
|
||||||
e.data.siblings('.content').addClass('hidden');
|
|
||||||
e.data.removeClass('hidden');
|
|
||||||
});
|
|
||||||
blockSwitch.append(item);
|
|
||||||
return {'item': item, 'content': content};
|
|
||||||
}
|
|
||||||
|
|
||||||
$(addBlockSwitches);
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="book">
|
|
||||||
<div id="header">
|
|
||||||
<h1>Spring Cloud Function Reference Documentation</h1>
|
|
||||||
<div class="details">
|
|
||||||
<span id="author" class="author">Mark Fisher, Dave Syer, Oleg Zhurakousky</span><br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="content">
|
|
||||||
<div id="preamble">
|
|
||||||
<div class="sectionbody">
|
|
||||||
<div class="paragraph">
|
|
||||||
<p><strong>2.1.0.BUILD-SNAPSHOT</strong></p>
|
|
||||||
</div>
|
|
||||||
<div class="paragraph">
|
|
||||||
<p>The reference documentation consists of the following sections:</p>
|
|
||||||
</div>
|
|
||||||
<div class="hdlist">
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td class="hdlist1">
|
|
||||||
<a href="spring-cloud-function.html">Reference Guide</a>
|
|
||||||
</td>
|
|
||||||
<td class="hdlist2">
|
|
||||||
<p>Spring Cloud Function Reference</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="hdlist1">
|
|
||||||
<a href="aws.html">AWS Adapter</a>
|
|
||||||
</td>
|
|
||||||
<td class="hdlist2">
|
|
||||||
<p>AWS Adapter Reference</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="hdlist1">
|
|
||||||
<a href="azure.html">Azure Adapter</a>
|
|
||||||
</td>
|
|
||||||
<td class="hdlist2">
|
|
||||||
<p>Azure Adapter Reference</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="hdlist1">
|
|
||||||
<a href="openwhisk.html">Apache OpenWhisk Adapter</a>
|
|
||||||
</td>
|
|
||||||
<td class="hdlist2">
|
|
||||||
<p>Apache OpenWhisk Adapter Reference</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="paragraph">
|
|
||||||
<p>Relevant Links:</p>
|
|
||||||
</div>
|
|
||||||
<div class="hdlist">
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td class="hdlist1">
|
|
||||||
<a href="https://projectreactor.io/">Reactor</a>
|
|
||||||
</td>
|
|
||||||
<td class="hdlist2">
|
|
||||||
<p>Project Reactor</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="hdlist1">
|
|
||||||
<a href="https://projectriff.io/">riff</a>
|
|
||||||
</td>
|
|
||||||
<td class="hdlist2">
|
|
||||||
<p>Project riff</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript" src="js/tocbot/tocbot.min.js"></script>
|
|
||||||
<script type="text/javascript" src="js/toc.js"></script>
|
|
||||||
<link rel="stylesheet" href="js/highlight/styles/atom-one-dark-reasonable.min.css">
|
|
||||||
<script src="js/highlight/highlight.min.js"></script>
|
|
||||||
<script>hljs.initHighlighting()</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user