f676e90199
github's jekyll would do some dark magic with '_assets'. We don't want that.
23 lines
499 B
HTML
23 lines
499 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>__SECTION__ - Etherpad Lite v__VERSION__ Manual & Documentation</title>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
</head>
|
|
<body class="apidoc" id="api-section-__FILENAME__">
|
|
<header id="header">
|
|
<h1>Etherpad-Lite v__VERSION__ Manual & Documentation</h1>
|
|
</header>
|
|
|
|
<div id="toc">
|
|
<h2>Table of Contents</h2>
|
|
__TOC__
|
|
</div>
|
|
|
|
<div id="apicontent">
|
|
__CONTENT__
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|