|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<meta property="og:description" content="DevDocs combines <%= App.docs.size %> reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:url" content="http://devdocs.io">
|
|
|
|
|
<meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">
|
|
|
|
|
<meta property="og:image" content="http://cdn.devdocs.io/images/icon-128.png">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
@ -17,15 +17,15 @@
|
|
|
|
|
<link rel="canonical" href="http://devdocs.io">
|
|
|
|
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="DevDocs Search">
|
|
|
|
|
<link rel="alternate" href="http://devdocs.io/feed" title="DevDocs" type="application/atom+xml">
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="http://maxcdn.devdocs.io/favicon.ico">
|
|
|
|
|
<link rel="fluid-icon" href="http://maxcdn.devdocs.io/images/fluid-icon.png" title="DevDocs">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="http://maxcdn.devdocs.io/images/apple-icon-72.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="http://maxcdn.devdocs.io/images/apple-icon-76.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="http://maxcdn.devdocs.io/images/apple-icon-114.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="http://maxcdn.devdocs.io/images/apple-icon-120.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="http://maxcdn.devdocs.io/images/apple-icon-144.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="http://maxcdn.devdocs.io/images/apple-icon-152.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="160x160" href="http://maxcdn.devdocs.io/images/apple-icon-160.png">
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="http://cdn.devdocs.io/favicon.ico">
|
|
|
|
|
<link rel="fluid-icon" href="http://cdn.devdocs.io/images/fluid-icon.png" title="DevDocs">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="http://cdn.devdocs.io/images/apple-icon-72.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="http://cdn.devdocs.io/images/apple-icon-76.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="http://cdn.devdocs.io/images/apple-icon-114.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="http://cdn.devdocs.io/images/apple-icon-120.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="http://cdn.devdocs.io/images/apple-icon-144.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="http://cdn.devdocs.io/images/apple-icon-152.png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="160x160" href="http://cdn.devdocs.io/images/apple-icon-160.png">
|
|
|
|
|
<link rel="stylesheet" href="<%= main_stylesheet_path %>" data-alt="<%= alternate_stylesheet_path %>">
|
|
|
|
|
<%= javascript_tag 'application', asset_host: false %>
|
|
|
|
|
<%= javascript_tag 'docs' %><% unless App.production? %>
|
|
|
|
|