mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Add section on downloading data
This commit is contained in:
@@ -164,9 +164,13 @@ hljs.initHighlightingOnLoad();
|
||||
</li>
|
||||
<li>
|
||||
<a target="_self" href="#tabsets">Tabsets</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_self" href="#more-widgets">More Widgets</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_self" href="#downloads">Downloading Data</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_self" href="#html-ui">HTML UI</a>
|
||||
</li>
|
||||
@@ -281,6 +285,14 @@ hljs.initHighlightingOnLoad();
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Downloading Data -->
|
||||
<div class="tab-pane" id="downloads">
|
||||
|
||||
{% capture downloads %}{% include tutorial/downloads.md %}{% endcapture %}
|
||||
{{ downloads | markdownify }}
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Dynamic UI -->
|
||||
<div class="tab-pane" id="dynamic-ui">
|
||||
|
||||
|
||||
BIN
tutorial/screenshots/downloads.png
Normal file
BIN
tutorial/screenshots/downloads.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user