mirror of https://github.com/apache/druid.git
cleanup docs template for preview
This commit is contained in:
parent
b44546ad8c
commit
2667cd5188
|
@ -1,48 +1,10 @@
|
||||||
|
|
||||||
<!-- Start page_footer include -->
|
<!-- Start page_footer include -->
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<footer>
|
<footer>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<hr>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-4">
|
|
||||||
<address>
|
|
||||||
<strong>CONTACT US</strong>
|
|
||||||
<a href="mailto:info@druid.io">info@druid.io</a>
|
|
||||||
</address>
|
|
||||||
<address>
|
|
||||||
<div class="soc">
|
|
||||||
<a href="https://twitter.com/druidio"></a>
|
|
||||||
<a href="https://github.com/metamx/druid" class="github"></a>
|
|
||||||
<a href="http://www.meetup.com/Open-Druid/" class="meet"></a>
|
|
||||||
<a href="http://druid.io/feed/" class="rss" target="_blank"></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul class="col-md-4 list-unstyled">
|
|
||||||
<li><a href="/"><strong>DRUID</strong></a></li>
|
|
||||||
<li><a href="/druid.html">What is Druid?</a></li>
|
|
||||||
<li><a href="/downloads.html">Downloads</a></li>
|
|
||||||
<li><a target="_blank" href="Home.html">Documentation</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-md-4 list-unstyled">
|
|
||||||
<li><a href="/community.html"><strong>SUPPORT</strong></a></li>
|
|
||||||
<li><a href="/community.html">Community</a></li>
|
|
||||||
<li><a href="/faq.html">FAQ</a></li>
|
|
||||||
<li><a href="/licensing.html">Licensing</a></li>
|
|
||||||
<li><a href="/blog"><strong>BLOG</strong></a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script src="http://code.jquery.com/jquery.min.js"></script>
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
try {
|
|
||||||
var pageTracker = _gat._getTracker("UA-40280432-1");
|
|
||||||
pageTracker._trackPageview();
|
|
||||||
} catch(err) {}
|
|
||||||
</script>
|
</script>
|
||||||
<!-- stop page_footer include -->
|
<!-- stop page_footer include -->
|
||||||
|
|
|
@ -1,25 +1,16 @@
|
||||||
|
|
||||||
<!-- Start page_header include -->
|
<!-- Start page_header include -->
|
||||||
<div class="navbar navbar-inverse navbar-static-top">
|
<div class="navbar navbar-inverse navbar-static-top druid-nav">
|
||||||
<div class="container druid-navbar">
|
<div class="container">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="/">Druid</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-collapse collapse">
|
<div class="navbar-collapse collapse">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li {% if page.id == 'home' %} class="active"{% endif %}><a href="/">Home</a></li>
|
|
||||||
<li {% if page.sectionid == 'druid' %} class="active"{% endif %}><a href="/druid.html">What is Druid?</a></li>
|
|
||||||
<li {% if page.sectionid == 'downloads' %} class="active"{% endif %}><a href="/downloads.html">Downloads</a></li>
|
|
||||||
<li {% if page.sectionid == 'docs' %} class="active"{% endif %}><a href="https://github.com/metamx/druid/wiki">Documentation</a></li>
|
<li {% if page.sectionid == 'docs' %} class="active"{% endif %}><a href="https://github.com/metamx/druid/wiki">Documentation</a></li>
|
||||||
<li {% if page.sectionid == 'community' %} class="active"{% endif %}><a href="/community.html">Community</a></li>
|
|
||||||
<li {% if page.sectionid == 'faq' %} class="active"{% endif %}><a href="/faq.html">FAQ</a></li>
|
|
||||||
<li {% if page.sectionid == 'blog' %} class="active"{% endif %}><a href="/blog">Blog</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,15 +5,13 @@
|
||||||
|
|
||||||
<title>Druid | {{page.title}}</title>
|
<title>Druid | {{page.title}}</title>
|
||||||
|
|
||||||
<!-- Latest compiled and minified CSS -->
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.css">
|
|
||||||
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
|
||||||
<link rel="alternate" type="application/atom+xml" href="http://druid.io/feed">
|
<link rel="alternate" type="application/atom+xml" href="http://druid.io/feed">
|
||||||
|
|
||||||
<link rel="stylesheet" href="//druid.io/css/main.css">
|
<link rel="stylesheet" href="//druid.io/css/main.css">
|
||||||
<link rel="stylesheet" href="//druid.io/css/header.css">
|
<link rel="stylesheet" href="//druid.io/css/header.css">
|
||||||
<link rel="stylesheet" href="//druid.io/css/footer.css">
|
<link rel="stylesheet" href="//druid.io/css/footer.css">
|
||||||
<link rel="stylesheet" href="//druid.io/css/syntax.css">
|
<link rel="stylesheet" href="//druid.io/css/syntax.css">
|
||||||
|
<link rel="stylesheet" href="//druid.io/css/docs.css">
|
||||||
|
|
||||||
|
|
|
@ -2,35 +2,30 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
{% include site_head.html %}
|
{% include site_head.html %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/docs.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include page_header.html %}
|
{% include page_header.html %}
|
||||||
|
|
||||||
<div class="container">
|
<div class="druid-header">
|
||||||
<div class="page-header">
|
<div class="container">
|
||||||
<h1>Documentation</h1>
|
<h1>Documentation</h1>
|
||||||
|
<h4></h4>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3 toc" id="toc">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-md-9 doc-content">
|
<div class="col-md-9 doc-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-3 toc" id="toc">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include page_footer.html %}
|
{% include page_footer.html %}
|
||||||
<script src="http://code.jquery.com/jquery.js"></script>
|
|
||||||
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
|
<script>$(function() { $(".toc").load("toc.html"); });</script>
|
||||||
<script>
|
|
||||||
$(function(){
|
|
||||||
$("#toc").load("toc.html");
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue