mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: fix mixed content issues
Explicitly specify "https" over "http" for linked CSS. Fixup indentation and quoting issues. PR-URL: https://github.com/iojs/io.js/pull/379 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
This commit is contained in:
parent
38a46b9442
commit
010c567e19
@ -3,47 +3,47 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>__SECTION__ io.js __VERSION__ Manual & Documentation</title>
|
<title>__SECTION__ io.js __VERSION__ Manual & 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/style.css">
|
||||||
<link rel="stylesheet" href="assets/sh.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>
|
</head>
|
||||||
<body class="alt apidoc" id="api-section-__FILENAME__">
|
<body class="alt apidoc" id="api-section-__FILENAME__">
|
||||||
<div id="content" class="clearfix">
|
<div id="content" class="clearfix">
|
||||||
<div id="column2" class="interior">
|
<div id="column2" class="interior">
|
||||||
<div id="intro" class="interior">
|
<div id="intro" class="interior">
|
||||||
<a href="/" title="Go back to the home page">
|
<a href="/" title="Go back to the home page">
|
||||||
io.js (1)
|
io.js (1)
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
__GTOC__
|
__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="toc">
|
|
||||||
<h2>Table of Contents</h2>
|
|
||||||
__TOC__
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="apicontent">
|
|
||||||
__CONTENT__
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
|
||||||
|
<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="apicontent">
|
||||||
|
__CONTENT__
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer">
|
||||||
|
</div>
|
||||||
|
|
||||||
<script src="../sh_main.js"></script>
|
<script src="../sh_main.js"></script>
|
||||||
<script src="../sh_javascript.min.js"></script>
|
<script src="../sh_javascript.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user