2016-12-19 02:03:17 -05:00
|
|
|
<%= include('navbar.html') %>
|
2016-12-16 02:18:40 -05:00
|
|
|
|
2016-12-11 23:33:54 -05:00
|
|
|
<div class="container-fluid" id="top">
|
2016-12-16 02:19:34 -05:00
|
|
|
<div class="row row-offcanvas row-offcanvas-left">
|
2016-12-20 00:29:03 -05:00
|
|
|
<nav class="sidebar sidebar-offcanvas col-xs-12 col-lg-3 bg-ribbed-light">
|
2016-12-19 02:03:17 -05:00
|
|
|
<%= include('sidebar.html') %>
|
2016-12-11 23:33:54 -05:00
|
|
|
</nav>
|
2016-12-16 02:19:34 -05:00
|
|
|
<main class="main col-xs-12 col-lg-9 offset-lg-3">
|
2016-12-11 23:33:54 -05:00
|
|
|
|
2016-12-16 02:58:59 -05:00
|
|
|
<header class="title-logo hidden-md-down">
|
|
|
|
<%= include('documentation/images/logo.svg') %>
|
|
|
|
</header>
|
|
|
|
|
2016-12-11 23:33:54 -05:00
|
|
|
<section id="overview">
|
|
|
|
<%= htmlFor('introduction') %>
|
|
|
|
<%= htmlFor('overview') %>
|
|
|
|
</section>
|
2016-12-19 02:25:01 -05:00
|
|
|
<section id="coffeescript-2">
|
|
|
|
<%= htmlFor('coffeescript_2') %>
|
|
|
|
</section>
|
2016-12-11 23:33:54 -05:00
|
|
|
<section id="installation">
|
|
|
|
<%= htmlFor('installation') %>
|
|
|
|
</section>
|
|
|
|
<section id="usage">
|
|
|
|
<%= htmlFor('usage') %>
|
|
|
|
</section>
|
|
|
|
<section id="language">
|
|
|
|
<%= htmlFor('language') %>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="functions">
|
2016-12-11 23:33:54 -05:00
|
|
|
<%= htmlFor('functions') %>
|
|
|
|
</section>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="strings">
|
|
|
|
<%= htmlFor('strings') %>
|
|
|
|
</section>
|
2016-12-11 23:33:54 -05:00
|
|
|
<section id="objects-and-arrays">
|
|
|
|
<%= htmlFor('objects_and_arrays') %>
|
|
|
|
</section>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="comments">
|
|
|
|
<%= htmlFor('comments') %>
|
|
|
|
</section>
|
2016-12-11 23:33:54 -05:00
|
|
|
<section id="lexical-scope">
|
|
|
|
<%= htmlFor('lexical_scope') %>
|
|
|
|
</section>
|
|
|
|
<section id="conditionals">
|
|
|
|
<%= htmlFor('conditionals') %>
|
|
|
|
</section>
|
|
|
|
<section id="splats">
|
|
|
|
<%= htmlFor('splats') %>
|
|
|
|
</section>
|
|
|
|
<section id="loops">
|
|
|
|
<%= htmlFor('loops') %>
|
|
|
|
</section>
|
|
|
|
<section id="slices">
|
|
|
|
<%= htmlFor('slices') %>
|
|
|
|
</section>
|
|
|
|
<section id="expressions">
|
|
|
|
<%= htmlFor('expressions') %>
|
|
|
|
</section>
|
|
|
|
<section id="operators">
|
|
|
|
<%= htmlFor('operators') %>
|
|
|
|
</section>
|
|
|
|
<section id="existential-operator">
|
|
|
|
<%= htmlFor('existential_operator') %>
|
|
|
|
</section>
|
|
|
|
<section id="classes">
|
|
|
|
<%= htmlFor('classes') %>
|
|
|
|
</section>
|
|
|
|
<section id="destructuring">
|
|
|
|
<%= htmlFor('destructuring') %>
|
|
|
|
</section>
|
|
|
|
<section id="fat-arrow">
|
|
|
|
<%= htmlFor('fat_arrow') %>
|
|
|
|
</section>
|
|
|
|
<section id="switch">
|
|
|
|
<%= htmlFor('switch') %>
|
|
|
|
</section>
|
|
|
|
<section id="try">
|
|
|
|
<%= htmlFor('try') %>
|
|
|
|
</section>
|
|
|
|
<section id="comparisons">
|
|
|
|
<%= htmlFor('comparisons') %>
|
|
|
|
</section>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="regexes">
|
|
|
|
<%= htmlFor('heregexes') %>
|
2016-12-11 23:33:54 -05:00
|
|
|
</section>
|
|
|
|
<section id="tagged-template-literals">
|
|
|
|
<%= htmlFor('tagged_template_literals') %>
|
|
|
|
</section>
|
|
|
|
<section id="modules">
|
|
|
|
<%= htmlFor('modules') %>
|
|
|
|
</section>
|
2016-12-20 00:55:44 -05:00
|
|
|
<section id="embedded">
|
|
|
|
<%= htmlFor('embedded') %>
|
|
|
|
</section>
|
2016-12-11 23:33:54 -05:00
|
|
|
</section>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="literate">
|
|
|
|
<%= htmlFor('literate') %>
|
2016-12-11 23:33:54 -05:00
|
|
|
</section>
|
|
|
|
<section id="source-maps">
|
|
|
|
<%= htmlFor('source_maps') %>
|
|
|
|
</section>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="cake">
|
|
|
|
<%= htmlFor('cake') %>
|
|
|
|
</section>
|
2016-12-11 23:33:54 -05:00
|
|
|
<section id="scripts">
|
|
|
|
<%= htmlFor('scripts') %>
|
|
|
|
</section>
|
|
|
|
<section id="resources">
|
|
|
|
<%= htmlFor('resources') %>
|
2016-12-18 21:13:59 -05:00
|
|
|
<section id="books">
|
|
|
|
<%= htmlFor('books') %>
|
|
|
|
</section>
|
|
|
|
<section id="screencasts">
|
|
|
|
<%= htmlFor('screencasts') %>
|
|
|
|
</section>
|
|
|
|
<section id="examples">
|
|
|
|
<%= htmlFor('examples') %>
|
|
|
|
</section>
|
|
|
|
<section id="chat">
|
|
|
|
<%= htmlFor('chat') %>
|
|
|
|
</section>
|
|
|
|
<section id="annotated-source">
|
2016-12-19 02:24:43 -05:00
|
|
|
<%= htmlFor('annotated_source') %>
|
2016-12-18 21:13:59 -05:00
|
|
|
</section>
|
2016-12-11 23:33:54 -05:00
|
|
|
</section>
|
|
|
|
<section id="changelog">
|
|
|
|
<%= htmlFor('changelog') %>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
</div>
|