Skip to content

Commit

Permalink
Remove types links from the queries and mutations navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
malikflx committed Aug 26, 2024
1 parent ae7c61d commit a71f638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ under the License.
<ul class="toc-list-h2">
<% h1[:children].each do |h2| %>
<li>
<a href="#<%= h2[:id] %>" class="toc-h2 toc-link" data-title="<%= h2[:title] %>"><%= h2[:content] %></a>
<a href="#<%= h2[:id] %>" class="toc-h2 toc-link" data-title="<%= h2[:title] %>"><%= h2[:title] %></a>
</li>
<% end %>
</ul>
Expand Down

0 comments on commit a71f638

Please sign in to comment.