mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
docs: Expand install into multiple pages; add example to header docs
This commit is contained in:
parent
a03de998ef
commit
d3c420e5f2
9 changed files with 162 additions and 72 deletions
|
@ -24,7 +24,7 @@
|
|||
</h2>
|
||||
|
||||
<div class="download-container">
|
||||
<a href="https://github.com/caddyserver/caddy/releases" class="big blue button">Download</a>
|
||||
<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>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<!-- <p>
|
||||
A hardened TLS stack powered by the Go standard library serves a significant portion of all Internet traffic.
|
||||
</p> -->
|
||||
<p><a href="https://github.com/caddyserver/caddy/releases" class="blue button">Download</a></p>
|
||||
<p><a href="/docs/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 +113,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="https://github.com/caddyserver/caddy/releases" class="blue button">Download</a></p>
|
||||
<p><a href="/docs/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 +151,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="actions text-center">
|
||||
<a href="https://github.com/caddyserver/caddy/releases" class="big blue button">Download</a>
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<a href="/docs/command-line" class="big gray button">CLI Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -208,7 +208,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="actions text-center">
|
||||
<a href="https://github.com/caddyserver/caddy/releases" class="big blue button">Download</a>
|
||||
<a href="/docs/download" class="big blue button">Download</a>
|
||||
<a href="/docs/caddyfile" class="big gray button">Caddyfile Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -267,7 +267,7 @@
|
|||
All changes made through the API are persisted to disk so they can continue to be used after restarts.
|
||||
</h2>
|
||||
|
||||
<a href="https://github.com/caddyserver/caddy/releases" class="big blue button">Download</a>
|
||||
<a href="/docs/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 +998,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<div class="text-center">
|
||||
<a href="https://github.com/caddyserver/caddy/releases" class="big blue button">Download</a>
|
||||
<a href="/docs/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