mirror of
https://github.com/caddyserver/website.git
synced 2025-05-11 14:01:32 -04:00

In /docs/modules/, show both modules if module IDs are not globally unique. Show both modules' docs on same page in expandable containers. In /docs/json/, both modules appear in lists in the doc, but disambiguating them isn't implemented yet.
35 lines
1,014 B
HTML
35 lines
1,014 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>JSON Config Structure - 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/json-docs.js"></script>
|
|
</head>
|
|
<body>
|
|
{{include "/includes/docs-header.html"}}
|
|
<main>
|
|
{{include "/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="json-docs-container">
|
|
<div class="breadcrumbs">
|
|
<!--Populated by JS-->
|
|
</div>
|
|
{{include "/includes/docs-renderbox.html"}}
|
|
{{include "/includes/docs-details.html"}}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
<div class="sidebar"></div>
|
|
</main>
|
|
|
|
{{include "/includes/docs-hovercard.html"}}
|
|
|
|
{{include "/includes/footer.html"}}
|
|
</body>
|
|
</html>
|