mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
73 lines
2.3 KiB
HTML
73 lines
2.3 KiB
HTML
<head>
|
|
<title>Documentation - Meteor</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="Description"
|
|
content="Meteor is an open-source JavaScript platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started."/>
|
|
<link rel="icon" href="/favicon.png" type="image/png" />
|
|
|
|
<!-- Google Tag Manager -->
|
|
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-M2CMWR"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-M2CMWR');</script>
|
|
<!-- End Google Tag Manager -->
|
|
|
|
<!-- Start of Async HubSpot Analytics Code -->
|
|
<script type="text/javascript">
|
|
(function(d,s,i,r) {
|
|
if (d.getElementById(i)){return;}
|
|
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
|
|
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/520701.js';
|
|
e.parentNode.insertBefore(n, e);
|
|
})(document,"script","hs-analytics",300000);
|
|
</script>
|
|
<!-- End of Async HubSpot Analytics Code -->
|
|
</head>
|
|
|
|
<body>
|
|
<div class="body {{openSidebar}}">
|
|
{{> search}}
|
|
<div id="nav">
|
|
{{> sidebar}}
|
|
</div>
|
|
<div class="overlay close-sidebar"></div>
|
|
{{> topBar}}
|
|
<div class="main-content">
|
|
<div id="main">
|
|
<div><div id="top"></div></div>
|
|
<div>
|
|
{{> fullApiContent}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
<template name="sidebar">
|
|
<div id="nav-inner">
|
|
<h1>
|
|
<a href="#/full">
|
|
<img src="/logo.png" class="logo" alt="Meteor" />
|
|
<div>{{release}} Docs</div>
|
|
</a>
|
|
</h1>
|
|
|
|
|
|
{{> tableOfContents}}
|
|
</div>
|
|
</template>
|
|
|
|
<template name="topBar">
|
|
<div class="top-bar">
|
|
<div class="hamburger-menu-target open-sidebar">
|
|
<div class="hamburger-menu"></div>
|
|
</div>
|
|
<h1>
|
|
<img src="/logo.png" class="logo" alt="Meteor" /> {{release}} Docs
|
|
</h1>
|
|
</div>
|
|
</template>
|