mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Rename file/anchor
This commit is contained in:
@@ -162,7 +162,7 @@ hljs.initHighlightingOnLoad();
|
||||
</li>
|
||||
<li class="nav-header">Sharing Apps</li>
|
||||
<li>
|
||||
<a target="_self" href="#delivering">Delivering Shiny Apps</a>
|
||||
<a target="_self" href="#deployment">Delivering Shiny Apps</a>
|
||||
</li>
|
||||
<li class="nav-header">Extending Shiny</li>
|
||||
<li>
|
||||
@@ -285,10 +285,10 @@ hljs.initHighlightingOnLoad();
|
||||
</div>
|
||||
|
||||
<!-- Delivering Shiny Apps -->
|
||||
<div class="tab-pane" id="delivering">
|
||||
<div class="tab-pane" id="deployment">
|
||||
|
||||
{% capture delivering %}{% include tutorial/delivering.md %}{% endcapture %}
|
||||
{{ delivering | markdownify }}
|
||||
{% capture deployment %}{% include tutorial/deployment.md %}{% endcapture %}
|
||||
{{ deployment | markdownify }}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user