initial commit of the hawkBit documentation (#343)
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
31
docs/src/main/resources/_includes/headsection.html
Normal file
31
docs/src/main/resources/_includes/headsection.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!--Head section for CSS/Javascript -->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<meta name="description" content="IoT Software Update">
|
||||
<meta name="author" content="">
|
||||
{% include base.html %}
|
||||
<title>Eclipse hawkBit - IoT Software Update</title>
|
||||
|
||||
<!--Stylesheets-->
|
||||
<!-- Bootstrap 3.3.1 -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- Font Awesome Icons -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="{{base}}/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
|
||||
<!-- Custom CSS -->
|
||||
<link href="{{base}}/css/hawkbit.css" rel="stylesheet">
|
||||
|
||||
<!--Javascript-->
|
||||
<!-- JQuery 2.1.1-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<!-- Bootstrap 3.3.1 JS -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="{{base}}/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(document).ready(function(){
|
||||
$("a[rel^='prettyPhoto']").prettyPhoto();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
Reference in New Issue
Block a user