From 9e3aed7afc61265600490dc66fcfab9d5ac50afc Mon Sep 17 00:00:00 2001 From: Kilian Ciuffolo Date: Tue, 10 Nov 2015 19:00:21 -0800 Subject: [PATCH] added next-step popover --- _includes/next-step.html | 6 ++++++ get-started/first-steps.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 _includes/next-step.html diff --git a/_includes/next-step.html b/_includes/next-step.html new file mode 100644 index 0000000..abfb8fb --- /dev/null +++ b/_includes/next-step.html @@ -0,0 +1,6 @@ +
+ + Next + {{ include.next.title }} + +
diff --git a/get-started/first-steps.md b/get-started/first-steps.md index 7dc84f5..e479c91 100644 --- a/get-started/first-steps.md +++ b/get-started/first-steps.md @@ -62,3 +62,6 @@ When the `
` 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 %}