mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 23:46:16 -04:00
Move new site into src folder
This commit is contained in:
parent
c0d7ca3f22
commit
b4c4b113f6
199 changed files with 4768 additions and 9104 deletions
|
@ -2,17 +2,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Modules - Caddy Documentation</title>
|
||||
{{import "/includes/docs/head.html"}}
|
||||
{{import "/old/includes/docs/head.html"}}
|
||||
{{template "docs-head"}}
|
||||
<link rel="stylesheet" href="/resources/css/docs-json.css{{template "cacheBust"}}">
|
||||
<script src="/resources/js/marked-0.8.0.min.js"></script>
|
||||
<script src="/resources/js/docs-api.js{{template "cacheBust"}}"></script>
|
||||
<script src="/resources/js/module-docs.js{{template "cacheBust"}}"></script>
|
||||
<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 "/includes/docs/header.html"}}
|
||||
{{include "/old/includes/docs/header.html"}}
|
||||
<main>
|
||||
{{include "/includes/docs/nav.html"}}
|
||||
{{include "/old/includes/docs/nav.html"}}
|
||||
<div class="article-container">
|
||||
<div class="paper" id="paper1"></div>
|
||||
<div class="paper" id="paper2"></div>
|
||||
|
@ -42,8 +42,8 @@
|
|||
<div id="module-template" class="module-repo-container">
|
||||
<div class="module-repo-selector"></div>
|
||||
<article>
|
||||
{{include "/includes/docs/renderbox.html"}}
|
||||
{{include "/includes/docs/details.html"}}
|
||||
{{include "/old/includes/docs/renderbox.html"}}
|
||||
{{include "/old/includes/docs/details.html"}}
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
<div class="sidebar"></div>
|
||||
</main>
|
||||
{{include "/includes/docs/hovercard.html"}}
|
||||
{{include "/includes/footer.html"}}
|
||||
{{include "/old/includes/docs/hovercard.html"}}
|
||||
{{include "/old/includes/footer.html"}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue