Add client-data page

This commit is contained in:
Winston Chang
2013-03-13 18:18:38 -05:00
parent e75a31b3f7
commit 18009fd692
4 changed files with 117 additions and 0 deletions

View File

@@ -181,6 +181,9 @@ hljs.initHighlightingOnLoad();
<li>
<a target="_self" href="#scoping">Scoping</a>
</li>
<li>
<a target="_self" href="#client-data">Client Data</a>
</li>
<li class="nav-header">Understanding Reactivity</li>
<li>
<a target="_self" href="#reactivity-overview">Reactivity Overview</a>
@@ -334,6 +337,14 @@ hljs.initHighlightingOnLoad();
</div>
<!-- Client Data -->
<div class="tab-pane" id="client-data">
{% capture client_data %}{% include tutorial/client-data.md %}{% endcapture %}
{{ client_data | markdownify }}
</div>
<!-- Reactivity Overview -->
<div class="tab-pane" id="reactivity-overview">

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB