diff --git a/app/views/content/references.html.erb b/app/views/content/references.html.erb
index df5ca32c..16ae1f2a 100644
--- a/app/views/content/references.html.erb
+++ b/app/views/content/references.html.erb
@@ -79,11 +79,13 @@
- <% @serialized_content.data[:categories].each do |category| %>
- <%= link_to "##{category[:label]}", class: "text-gray-700 block px-4 py-2 text-sm font-medium bg-white hover:bg-gray-100 border-b border-gray-100", id: category[:id], data: { action: "dropdown#toggle" } do %>
- <%= category[:icon] %>
- <%= category[:label] %>
- <% end %>
+ <%= link_to "#documents", class: "text-gray-700 block px-4 py-2 text-sm font-medium bg-white hover:bg-gray-100 border-b border-gray-100", id: "documents-jump", data: { action: "dropdown#toggle" } do %>
+ <%= Document.icon %>
+ Documents
+ <% end %>
+ <%= link_to "#mentions", class: "text-gray-700 block px-4 py-2 text-sm font-medium bg-white hover:bg-gray-100 border-b border-gray-100", id: "mentions-jump", data: { action: "dropdown#toggle" } do %>
+ book
+ Mentions
<% end %>
<%#
@@ -130,9 +132,10 @@