Skip to content

Commit

Permalink
Merge pull request #1483 from Nexmo/APIDOC-168_left_navbar
Browse files Browse the repository at this point in the history
APIDOC-168: Removed cache + bump version
  • Loading branch information
marcoranieri authored Jun 28, 2022
2 parents 59a1284 + 3ff3bff commit 11d56db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/nexmo_developer/app/views/layouts/documentation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
</div>
<div class="Vlt-sidenav__scroll">
<nav class="sidenav" id="sidenav" data-active="<%= active_sidenav_item %>" aria-label="Documentation">
<% cache_unless params[:namespace].present?, ['sidenav', I18n.locale] do %>
<%= render partial: 'layouts/partials/sidenav' %>
<% end %>
</nav>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo_developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NexmoDeveloper
VERSION = '0.4.3'.freeze
VERSION = '0.4.4'.freeze
end

0 comments on commit 11d56db

Please sign in to comment.