1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/v2/body.html

154 lines
4.5 KiB
HTML
Raw Normal View History

<%= include('navbar.html') %>
2016-12-16 02:18:40 -05:00
2016-12-27 21:35:43 -05:00
<%= include('try.html') %>
<div class="container-fluid" id="top">
<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">
<%= include('sidebar.html') %>
</nav>
<main class="main col-xs-12 col-lg-9 offset-lg-3">
2016-12-16 02:58:59 -05:00
<header class="title-logo hidden-md-down">
<%= include('documentation/images/logo.svg') %>
</header>
<section id="overview">
<%= htmlFor('introduction') %>
<%= htmlFor('overview') %>
<%= htmlFor('why_coffeescript') %>
</section>
2016-12-19 02:25:01 -05:00
<section id="coffeescript-2">
<%= htmlFor('coffeescript_2') %>
</section>
<section id="installation">
<%= htmlFor('installation') %>
</section>
<section id="usage">
<%= htmlFor('usage') %>
</section>
<section id="language">
<%= htmlFor('language') %>
<section id="functions">
<%= htmlFor('functions') %>
</section>
<section id="strings">
<%= htmlFor('strings') %>
</section>
<section id="objects-and-arrays">
<%= htmlFor('objects_and_arrays') %>
</section>
<section id="comments">
<%= htmlFor('comments') %>
</section>
<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="prototypal-inheritance">
<%= htmlFor('prototypal_inheritance') %>
</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>
<section id="regexes">
<%= htmlFor('heregexes') %>
</section>
<section id="tagged-template-literals">
<%= htmlFor('tagged_template_literals') %>
</section>
<section id="modules">
<%= htmlFor('modules') %>
</section>
<section id="embedded">
<%= htmlFor('embedded') %>
</section>
</section>
<section id="unsupported">
<%= htmlFor('unsupported') %>
<section id="let_const">
<%= htmlFor('let_const') %>
</section>
<section id="get_set">
<%= htmlFor('get_set') %>
</section>
</section>
<section id="breaking-changes">
<%= htmlFor('breaking_changes') %>
</section>
<section id="literate">
<%= htmlFor('literate') %>
</section>
<section id="source-maps">
<%= htmlFor('source_maps') %>
</section>
<section id="cake">
<%= htmlFor('cake') %>
</section>
<section id="scripts">
<%= htmlFor('scripts') %>
</section>
<section id="resources">
<%= htmlFor('resources') %>
<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') %>
</section>
<section id="contributing">
<%= htmlFor('contributing') %>
</section>
</section>
<section id="changelog">
<%= htmlFor('changelog') %>
</section>
</main>
</div>
</div>