2013-10-24 20:25:52 +02:00
<!DOCTYPE html>
2019-07-07 15:21:29 +02:00
<html lang="en" class="_booting">
2013-10-24 20:25:52 +02:00
<head>
<meta charset="utf-8">
2015-02-14 17:30:40 +01:00
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
2017-09-23 18:55:04 +02:00
<% if doc_index_page? %><meta name="description" content="<%= @doc['name'] %> <%= @doc['release'] %> API documentation with instant search, offline support, keyboard shortcuts, mobile version, and more."><% else %><meta name="robots" content="noindex"><% end %>
2013-12-12 12:41:58 +01:00
<meta name="format-detection" content="telephone=no">
2017-09-23 18:55:04 +02:00
<meta property="og:image" content="<%= App.cdn_origin %>/images/icon-320.png">
<title>DevDocs<%= " — #{@doc['full_name']} documentation" if doc_index_page? %></title>
2016-10-16 16:33:27 +02:00
<link rel="canonical" href="<%= canonical_origin %><%= request.path %>">
2017-09-11 00:16:52 +02:00
<link rel="manifest" href="/manifest.json">
2016-10-16 16:33:27 +02:00
<link rel="icon" type="image/x-icon" href="<%= App.cdn_origin %>/favicon.ico">
2013-10-24 20:25:52 +02:00
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Search DevDocs">
2018-08-11 17:17:55 +02:00
<%= stylesheet_tag 'application' %>
2013-10-24 20:25:52 +02:00
</head>
2019-07-07 15:21:29 +02:00
<body data-doc="<%= CGI::escape_html @doc.to_json %>">
2015-03-01 17:36:55 +01:00
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
2017-09-10 00:14:23 +02:00
<%= erb :app -%>
<%= javascript_tag 'application', asset_host: false %><% unless App.production? %>
<%= javascript_tag 'debug' %><% end %>
</body>
2013-10-24 20:25:52 +02:00
</html>