From b11abcc7b32816651c48cb9f85eef850b57fe321 Mon Sep 17 00:00:00 2001 From: Lucas Wojciechowski Date: Tue, 21 Mar 2017 11:15:35 -0700 Subject: [PATCH] Fix type links in API docs (#4460) fixes #3680 --- docs/_theme/index.hbs | 8 ++++---- docs/_theme/note.hbs | 2 +- docs/_theme/section.hbs | 2 +- docs/_theme/section_list.hbs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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%>