mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Account portal, download page, non-standard module docs
This ends v1 on the website. Docs archive still available through a sidebar nav link in the docs.
This commit is contained in:
parent
49ed10d267
commit
4f6d355a97
37 changed files with 1678 additions and 56 deletions
|
@ -9,7 +9,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="hero">
|
||||
{{include "/includes/v1-banner.html"}}
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<div id="logo-container">
|
||||
|
@ -24,13 +23,11 @@
|
|||
</h2>
|
||||
|
||||
<div class="download-container">
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<br>
|
||||
then <a href="/docs/getting-started">learn how to get started</a>
|
||||
<br><br><br>
|
||||
<a href="https://github.com/caddyserver/caddy/releases/v1.0.5" class="gray button">Download v1.0 (obsolete)</a>
|
||||
<a href="/download" class="big blue button">Download</a>
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=caddyserver&repo=caddy&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px" class="github-stars"></iframe>
|
||||
<br>
|
||||
then <b><a href="/docs/getting-started">learn how to get started</a></b>
|
||||
<br><br>
|
||||
<small>Caddy is licensed with the Apache 2.0 open source license.</small>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -74,7 +71,7 @@
|
|||
<!-- <p>
|
||||
A hardened TLS stack powered by the Go standard library serves a significant portion of all Internet traffic.
|
||||
</p> -->
|
||||
<p><a href="/docs/download" class="blue button">Download</a></p>
|
||||
<p><a href="/download" class="blue button">Download</a></p>
|
||||
</div>
|
||||
<img src="/resources/images/caddy-circle-lock.svg" alt="Caddy is the only server to use HTTPS automatically and by default">
|
||||
</div>
|
||||
|
@ -113,7 +110,7 @@
|
|||
<p>
|
||||
Or use it as a dynamic reverse proxy to any number of backends, complete with active and passive health checks, load balancing, circuit breaking, caching, and more.
|
||||
</p>
|
||||
<p><a href="/docs/download" class="blue button">Download</a></p>
|
||||
<p><a href="/download" class="blue button">Download</a></p>
|
||||
</div>
|
||||
<img src="/resources/images/proxy-file-server.svg" alt="Caddy is the only server to use HTTPS automatically and by default">
|
||||
</div>
|
||||
|
@ -151,7 +148,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="actions text-center">
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<a href="/download" class="big blue button">Download</a>
|
||||
<a href="/docs/command-line" class="big gray button">CLI Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -208,7 +205,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="actions text-center">
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<a href="/download" class="big blue button">Download</a>
|
||||
<a href="/docs/caddyfile" class="big gray button">Caddyfile Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -267,7 +264,7 @@
|
|||
All changes made through the API are persisted to disk so they can continue to be used after restarts.
|
||||
</h2>
|
||||
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<a href="/download" class="big blue button">Download</a>
|
||||
<a href="/docs/api" class="big gray button">API Docs</a>
|
||||
<a href="/docs/getting-started" class="big gray button">Tutorial</a>
|
||||
</div>
|
||||
|
@ -998,7 +995,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="text-center">
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<a href="/download" class="big blue button">Download</a>
|
||||
<a href="/docs/" class="big gray button">Documentation</a>
|
||||
<a href="https://caddy.community" class="big gray button">Forum</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue