mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00

* Initial commit; starting new design Dropdown menu * Begin docs layout of new design * Get themes under control; button hover splash * Some basic responsiveness * Finish responsive layout; several bug fixes * Avoid flash during color scheme change * Begin building top of homepage * docs: Start building quick-assist feature * Work on homepage a little more * Keep working on homepage * More homepage progress * Some sponsor SVGs * Add sponsor features * Implement basic Sponsor Experience box * Reorganize some styles * WIP sponsors page * Start features page WIP * Minor improvements * Fix headings; work on features page * WIP features page * Continue work on marketing pages * Continue work on features page * More features WIP * Continue features page... * More work on features page * Keeping going :) * Continue home and features pages * More homepage/features content, screenshots, tweaks * Minor fixes to features page * Minor tweaks * Work on testimonials * Work on homepage more * More homepage work * Continue work on homepage * Add some sponsor logos * Some citation screenshots * Add citations * Start making homepage responsive * Re-add cache busting Fix docs * Use markdown syntax highlighting on frontpage * Rework AJQuery to $_ to not interfere with jQuery * Rewrite quick assist with AlpineJS, use markdown for contents * More work on marketing pages * Rebase and fix code displays * Syntax highlight on-demand example, fix rollover * Adjust on-demand demo * Work on responsiveness * Keep working on responsiveness * Mainly finish making design responsive * Thiccer favicon * More work on marketing pages * Keep on going * Fix link * Move new site into src folder * Add open graph image * Add recorded demo for homepage * Tweak caption * Fix Poppins font for now * Minor tweaks * Trim demo ending * Remove unfinished pages Also update Framer logo --------- Co-authored-by: Francis Lavoie <lavofr@gmail.com>
57 lines
2 KiB
HTML
57 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Modules - Caddy Documentation</title>
|
|
{{import "/old/includes/docs/head.html"}}
|
|
{{template "docs-head"}}
|
|
<link rel="stylesheet" href="/old/resources/css/docs-json.css{{template "cacheBust"}}">
|
|
<script src="/old/resources/js/marked-0.8.0.min.js"></script>
|
|
<script src="/old/resources/js/docs-api.js{{template "cacheBust"}}"></script>
|
|
<script src="/old/resources/js/module-docs.js{{template "cacheBust"}}"></script>
|
|
</head>
|
|
<body>
|
|
{{include "/old/includes/docs/header.html"}}
|
|
<main>
|
|
{{include "/old/includes/docs/nav.html"}}
|
|
<div class="article-container">
|
|
<div class="paper" id="paper1"></div>
|
|
<div class="paper" id="paper2"></div>
|
|
<div class="paper paper3">
|
|
<article id="module-list-container">
|
|
<h1>All Modules</h1>
|
|
<p>
|
|
This page lists all registered Caddy modules. Modules are plugins which extend Caddy's <a href="/docs/json/">JSON configuration structure</a>.
|
|
</p>
|
|
<p>
|
|
We recommend using your browser's "Find in page" feature for quick lookups.
|
|
</p>
|
|
<table id="module-list">
|
|
<tr>
|
|
<th></th>
|
|
<th>Module ID</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<!--Populated by JS-->
|
|
</table>
|
|
</article>
|
|
<div id="module-docs-container">
|
|
<div class="pad"><h1 class="module-name"><!--Populated by JS--></h1></div>
|
|
<div id="module-multiple-repos">
|
|
There is more than one module named <b class="module-name"><!--Populated by JS--></b>. Choose one by its repository.
|
|
</div>
|
|
<div id="module-template" class="module-repo-container">
|
|
<div class="module-repo-selector"></div>
|
|
<article>
|
|
{{include "/old/includes/docs/renderbox.html"}}
|
|
{{include "/old/includes/docs/details.html"}}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sidebar"></div>
|
|
</main>
|
|
{{include "/old/includes/docs/hovercard.html"}}
|
|
{{include "/old/includes/footer.html"}}
|
|
</body>
|
|
</html>
|