Skip to content

Commit

Permalink
Added links to 2nd level index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Oct 4, 2018
1 parent 464988d commit 4d665ff
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/nav.yml
Expand Up @@ -416,7 +416,7 @@
- url: "dialog"
pages:
- url: "overview"
- url: "components"
- url: "component"
- url: "example"
- url: "contextmenu"
pages:
Expand All @@ -429,7 +429,7 @@
- url: "toolbarbuttons"
pages:
- url: "overview"
- url: "components"
- url: "component"
pages:
- url: "basic"
- url: "menu"
Expand Down
2 changes: 2 additions & 0 deletions components/contextmenu/index.md
Expand Up @@ -6,3 +6,5 @@ description: Right-click to perform actions in TinyMCE
keywords: context contextmenu contextmenusapi menu
---

{% assign links = site.data.nav[7].pages[1].pages %}
{% include index.html links=links %}
3 changes: 3 additions & 0 deletions components/contexttoolbar/index.md
Expand Up @@ -5,3 +5,6 @@ title_nav: Context Toolbars
description: This section shows you how to add a context toolbar to the Tiny 5.0 content.
keywords: context contexttoolbars contexttoolbarsapi toolbars
---

{% assign links = site.data.nav[7].pages[2].pages %}
{% include index.html links=links %}
File renamed without changes.
3 changes: 3 additions & 0 deletions components/dialog/index.md
Expand Up @@ -5,3 +5,6 @@ title_nav: Dialog
description: Dialog is a TinyMCE UI component used to display simple information.
keywords: dialog dialogapi dialogcomponent dialogexample
---

{% assign links = site.data.nav[7].pages[0].pages %}
{% include index.html links=links %}
Expand Up @@ -6,4 +6,5 @@ description: This section shows you how to add a custom button to the Tiny 5.0 t
keywords: contextmenu context menu contextmenuapi
---


{% assign links = site.data.nav[7].pages[3].pages[1].pages %}
{% include index.html links=links %}
File renamed without changes.
2 changes: 2 additions & 0 deletions components/toolbarbuttons/index.md
Expand Up @@ -6,3 +6,5 @@ description: This section shows you how to add a custom button to the Tiny 5.0 t
keywords: toolbar toolbarbuttons buttons toolbarbuttonsapi
---

{% assign links = site.data.nav[7].pages[3].pages %}
{% include index.html links=links %}

0 comments on commit 4d665ff

Please sign in to comment.