Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix mixed content issues #379

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,47 @@
<head>
<meta charset="utf-8">
<title>__SECTION__ io.js __VERSION__ Manual &amp; Documentation</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/sh.css">
<link rel="canonical" href="http://iojs.org/api/__FILENAME__.html">
<link rel="canonical" href="https://iojs.org/api/__FILENAME__.html">
</head>
<body class="alt apidoc" id="api-section-__FILENAME__">
<div id="content" class="clearfix">
<div id="column2" class="interior">
<div id="intro" class="interior">
<a href="/" title="Go back to the home page">
io.js (1)
</a>
</div>
__GTOC__
</div>
<div id="content" class="clearfix">
<div id="column2" class="interior">
<div id="intro" class="interior">
<a href="/" title="Go back to the home page">
io.js (1)
</a>
</div>
__GTOC__
</div>

<div id="column1" data-id="__ID__" class="interior">
<header>
<h1>io.js __VERSION__ Documentation</h1>
<div id="gtoc">
<p>
<a href="index.html" name="toc">Index</a> |
<a href="all.html">View on single page</a> |
<a href="__FILENAME__.json">View as JSON</a>
</p>
</div>
<hr>
</header>
<div id="column1" data-id="__ID__" class="interior">
<header>
<h1>io.js __VERSION__ Documentation</h1>
<div id="gtoc">
<p>
<a href="index.html" name="toc">Index</a> |
<a href="all.html">View on single page</a> |
<a href="__FILENAME__.json">View as JSON</a>
</p>
</div>
<hr>
</header>

<div id="toc">
<h2>Table of Contents</h2>
__TOC__
</div>
<div id="toc">
<h2>Table of Contents</h2>
__TOC__
</div>

<div id="apicontent">
__CONTENT__
</div>
</div>
</div>
<div id="footer">
<div id="apicontent">
__CONTENT__
</div>
</div>
</div>
<div id="footer">
</div>

<script src="../sh_main.js"></script>
<script src="../sh_javascript.min.js"></script>
Expand Down