mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Add client-data page
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
BIN
tutorial/screenshots/clientdata-all.png
Normal file
BIN
tutorial/screenshots/clientdata-all.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
BIN
tutorial/screenshots/url-components.png
Normal file
BIN
tutorial/screenshots/url-components.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Reference in New Issue
Block a user