Skip to content

Commit

Permalink
Update template to use new token style
Browse files Browse the repository at this point in the history
Conflicts:

	doc/template.html
  • Loading branch information
isaacs committed Feb 29, 2012
1 parent ffcdcc7 commit 8cd13eb
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{section}}Node.js v0.6.11 Manual &amp; Documentation</title>
<title>__SECTION__ Node.js __VERSION__ Manual &amp; Documentation</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/sh.css">
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html">
<link rel="canonical" href="http://nodejs.org/api/__FILENAME__.html">
</head>
<body class="alt apidoc">
<body class="alt apidoc" id="api-section-__FILENAME__">
<div id="intro" class="interior">
<a href="/" title="Go back to the home page">
<img id="logo" src="http://nodejs.org/images/logo-light.png" alt="node.js">
Expand All @@ -30,14 +30,22 @@
</div>

<div id="column1" class="interior">
<header>
<h1>Node.js v0.6.11 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
<header>
<h1>Node.js __VERSION__ Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
</div>
<hr>
</header>

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

<div id="apicontent">
__CONTENT__
</div>
<hr>
</header>
{{content}}
</div>
</div>
<div id="footer">
Expand All @@ -54,9 +62,9 @@ <h1>Node.js v0.6.11 Manual &amp; Documentation</h1>
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
</ul>

<p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.11/LICENSE">license</a>.</p>
<p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">license</a>.</p>
</div>

<script src="assets/sh_main.js"></script>
<script src="assets/sh_javascript.min.js"></script>
<script>highlight(undefined, undefined, 'pre');</script>
Expand Down

0 comments on commit 8cd13eb

Please sign in to comment.