diff --git a/views/index.erb b/views/index.erb index 11808502..1a116057 100644 --- a/views/index.erb +++ b/views/index.erb @@ -12,7 +12,7 @@ - DevDocs — Open-source API Documentation Browser + DevDocs: Open-source / Offline API Documentation Browser diff --git a/views/other.erb b/views/other.erb index 30039520..85c8d157 100644 --- a/views/other.erb +++ b/views/other.erb @@ -3,9 +3,9 @@ - <% if doc_index_page? %><% else %><% end %> + <% if doc_index_page? %><% else %><% end %> - DevDocs<%= " — #{@doc['name']} API Documentation" if doc_index_page? %> + DevDocs<%= ": Downloadable #{@doc['name']} API Documentation" if doc_index_page? %> <%= stylesheet_tag 'application' %>