You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
399 B

7 years ago
  1. ---
  2. layout: default
  3. title: Introduction & getting started
  4. title_nav: Introduction & getting started
  5. description: New to self-hosting TinyMCE? Start here.
  6. type: folder
  7. ---
  8. {% assign navigaton = site.data.nav %}
  9. {% for entry in navigaton %}
  10. {% if entry.url == "general-configuration-guide" %}
  11. {% assign links = entry.pages %}
  12. {% endif %}
  13. {% endfor %}
  14. {% include index.html links=links %}