added next-step popover

This commit is contained in:
Kilian Ciuffolo
2015-11-10 19:00:21 -08:00
parent c0ff9db9a5
commit 9e3aed7afc
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<div class="next-step">
<a class="link-burrito in-viewport" href="{{ site.baseurl }}{{ include.next.url }}">
<span>Next</span>
{{ include.next.title }}
</a>
</div>
+3
View File
@@ -62,3 +62,6 @@ When the `<form>` is submitted the TinyMCE editor mimics the behavior of a norma
## Next steps
For first-time TinyMCE developers the next step is to learn about [Basic Setup](../basic-setup/), where we introduce selector, toolbar and plugin configuration options. We also provide a line-by-line breakdown of a basic configuration example.
{% assign_page next_page = "/get-started/basic-setup/index.html" %}
{% include next-step.html next=next_page %}