Skip to content

Commit

Permalink
Documentation & Links Cleanup (#2528)
Browse files Browse the repository at this point in the history
* Update footer links

* Latest Language Strings

* target blank for external links

* Remove unused tests for removed pages
  • Loading branch information
pglombardo authored Sep 18, 2024
1 parent ad911b5 commit 479e6ea
Show file tree
Hide file tree
Showing 104 changed files with 404 additions and 20,573 deletions.
296 changes: 0 additions & 296 deletions app/views/pages/faq.html.erb

This file was deleted.

112 changes: 0 additions & 112 deletions app/views/pages/tools.html.erb

This file was deleted.

8 changes: 4 additions & 4 deletions app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
<em class="bi bi-box-arrow-up-right ms-2"></em>
<% end %>
</li>
<li class="dropdown-item"><%= link_to _('FAQ'), page_path('faq'), class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('JSON API'), apipie_apipie_path, class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('FAQ'), "https://docs.pwpush.com/docs/faq/", target: "_blank", class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('JSON API'), "https://docs.pwpush.com/docs/json-api/", target: "_blank", class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('Key Generator'), page_path('generate_key'), class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item">
<%= link_to 'https://github.com/pglombardo/PasswordPusher', class: 'nav-link px-2 text-muted', target: '_blank' do %>
<%= _('Source Code') %>
<em class="bi bi-box-arrow-up-right ms-2"></em>
<% end %>
</li>
<li class="dropdown-item"><%= link_to _('Tools'), page_path('tools'), class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('Tools'), "https://docs.pwpush.com/docs/3rd-party-tools/", target: "_blank", class: 'nav-link px-2 text-muted' %></li>
</ul>
</li>
<li class="nav-item dropdown">
Expand All @@ -49,7 +49,7 @@
</a>
<ul class="dropdown-menu" aria-labelledby="aboutDropdownMenuLink">
<li class="dropdown-item"><%= link_to _('Overview'), page_path('about'), class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('Documentation'), "https://docs.pwpush.com", class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('Documentation'), "https://docs.pwpush.com", target: "_blank", class: 'nav-link px-2 text-muted' %></li>
<li class="dropdown-item"><%= link_to _('Send Feedback'), new_feedback_path, class: 'nav-link px-2 text-muted' %></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion config/locales/.translation_io
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# ignore the conflicts and "sync" again, it will fix this file for you.

---
timestamp: 1725545503
timestamp: 1726658325
Loading

0 comments on commit 479e6ea

Please sign in to comment.