2020-03-21 21:03:29 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Modules - Caddy Documentation</title>
|
|
|
|
{{include "/includes/docs-head.html"}}
|
|
|
|
<link rel="stylesheet" href="/resources/css/docs-json.css">
|
|
|
|
<script src="/resources/js/marked-0.8.0.min.js"></script>
|
|
|
|
<script src="/resources/js/docs-api.js"></script>
|
|
|
|
<script src="/resources/js/module-docs.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{include "/includes/docs-header.html"}}
|
|
|
|
<main>
|
|
|
|
{{include "/includes/docs-nav.html"}}
|
|
|
|
<div class="article-container">
|
2020-03-30 15:38:40 -06:00
|
|
|
<div class="paper" id="paper1"></div>
|
|
|
|
<div class="paper" id="paper2"></div>
|
|
|
|
<article id="module-list-container" class="paper paper3">
|
|
|
|
<h1>All Modules</h1>
|
|
|
|
<p>
|
|
|
|
This page lists all registered Caddy modules.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
We recommend using your browser's "Find in page" feature for quick lookups.
|
|
|
|
</p>
|
|
|
|
<table id="module-list">
|
|
|
|
<tr>
|
|
|
|
<th>Module ID</th>
|
|
|
|
<th>Description</th>
|
|
|
|
</tr>
|
|
|
|
<!--Populated by JS-->
|
|
|
|
</table>
|
|
|
|
</article>
|
|
|
|
<article id="module-docs-container" class="paper paper3">
|
|
|
|
<h1 id="module-name"><!--Populated by JS--></h1>
|
2020-03-21 21:03:29 -06:00
|
|
|
{{include "/includes/docs-renderbox.html"}}
|
2020-03-30 15:38:40 -06:00
|
|
|
{{include "/includes/docs-details.html"}}
|
|
|
|
</article>
|
2020-03-21 21:03:29 -06:00
|
|
|
</div>
|
|
|
|
<div class="sidebar"></div>
|
|
|
|
</main>
|
|
|
|
{{include "/includes/docs-hovercard.html"}}
|
|
|
|
{{include "/includes/footer.html"}}
|
|
|
|
</body>
|
|
|
|
</html>
|