Skip to content

Commit

Permalink
Change mixins to Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
klasjersevi committed May 29, 2019
1 parent acd8f2c commit c003e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partials/main-index/global-index/global-index.hbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

{{>global-index-kinds kind="class" title="Classes" ~}}
{{>global-index-kinds kind="mixin" title="Mixins" ~}}
{{>global-index-kinds kind="mixin" title="Plugins" ~}}
{{>global-index-kinds kind="member" title="Members" ~}}
{{>global-index-kinds kind="namespace" title="Objects" ~}}
{{>global-index-kinds kind="constant" title="Constants" ~}}
{{>global-index-kinds kind="function" title="Functions" ~}}
{{>global-index-kinds kind="event" title="Events" ~}}
{{>global-index-kinds kind="typedef" title="Typedefs" ~}}
{{>global-index-kinds kind="typedef" title="Types" ~}}
{{>global-index-kinds kind="external" title="External" ~}}
{{>global-index-kinds kind="interface" title="Interfaces" ~}}

0 comments on commit c003e6e

Please sign in to comment.