diff --git a/docs/_theme/index.hbs b/docs/_theme/index.hbs index be43c409d58..73b782e22de 100644 --- a/docs/_theme/index.hbs +++ b/docs/_theme/index.hbs @@ -17,7 +17,7 @@ category: api <% docs.forEach(function(doc) { %> <% var hasMembers = doc.members.static.length || doc.members.instance.length %>
  • <%- doc.name %> @@ -28,7 +28,7 @@ category: api
  • Static members
  • <% doc.members.static.forEach(function(member) { %>
  • .<%- member.name %>
  • @@ -40,7 +40,7 @@ category: api
  • Instance members
  • <% doc.members.instance.forEach(function(member) { %>
  • #<%- member.name %>
  • @@ -52,7 +52,7 @@ category: api
  • Events
  • <% doc.members.events.forEach(function(member) { %>
  • ⓔ <%- member.name %>
  • diff --git a/docs/_theme/note.hbs b/docs/_theme/note.hbs index fedf398fa97..0c5b1d9e9f5 100644 --- a/docs/_theme/note.hbs +++ b/docs/_theme/note.hbs @@ -1,6 +1,6 @@
    -
    +
    <%- note.name %>
    diff --git a/docs/_theme/section.hbs b/docs/_theme/section.hbs index bc27cc539f1..90599b2a1f3 100644 --- a/docs/_theme/section.hbs +++ b/docs/_theme/section.hbs @@ -2,7 +2,7 @@ <% if (typeof nested === 'undefined') { %>
    -

    +

    <%- section.name %>

    <% if (section.context && section.context.github) { %> diff --git a/docs/_theme/section_list.hbs b/docs/_theme/section_list.hbs index af61a136783..0ad2a35a784 100644 --- a/docs/_theme/section_list.hbs +++ b/docs/_theme/section_list.hbs @@ -1,7 +1,7 @@
    <% members.forEach(function(member) { %> -
    -
    +
    +
    <%= member.name%>