mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Move documentation-tools/ to documentation-generator/
This commit is contained in:
parent
813c91cfcf
commit
bbfae8c131
5 changed files with 3 additions and 4 deletions
53
documentation-generator/template.html
Normal file
53
documentation-generator/template.html
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="pandoc">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<style>
|
||||
$styles.html()$
|
||||
</style>
|
||||
$if(math)$
|
||||
$math$
|
||||
$endif$
|
||||
<link href="assets/default.css" media="all" rel="stylesheet">
|
||||
<link href="assets/screen.css" media="screen" rel="stylesheet">
|
||||
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
|
||||
<link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
|
||||
<link href="assets/icon.png" type="image/png" rel="shortcut icon">
|
||||
<title>Radicale - Free and Open-Source CalDAV and CardDAV Server</title>
|
||||
<meta name="description" content="Free and Open-Source CalDAV and CardDAV Server">
|
||||
<script src="assets/navigation.js"></script>
|
||||
<script src="assets/document-branches.js"></script>
|
||||
<script>
|
||||
const documentBranch = "$branch$";
|
||||
const documentBranches = ["$for(branches)$$branches$$sep$", "$endfor$"];
|
||||
</script>
|
||||
|
||||
<header>
|
||||
<div class="logoContainer">
|
||||
<h1>
|
||||
Radicale
|
||||
<span class="documentBranch">$branch$</span>
|
||||
<select class="documentBranch"></select>
|
||||
</h1>
|
||||
<p>Free and Open-Source CalDAV and CardDAV Server</p>
|
||||
</div>
|
||||
<div class="linkContainer">
|
||||
<ul>
|
||||
<li><a href="https://community.kozea.fr">Made with ❤ by Kozea Community</a></li>
|
||||
<li><a href="https://github.com/Kozea/Radicale">Fork me on GitHub</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<nav>
|
||||
<h2>Contents</h2>
|
||||
$table-of-contents$
|
||||
</nav>
|
||||
<div class="documentContainer">
|
||||
$body$
|
||||
</div>
|
||||
</main>
|
Loading…
Add table
Add a link
Reference in a new issue