Update site for 2.0; add v2 landing page with asciinema video; docs

This commit is contained in:
Matthew Holt 2020-05-04 19:39:11 -06:00
parent 144a639efc
commit e52e32ba7d
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
14 changed files with 3775 additions and 10 deletions

View file

@ -19,7 +19,7 @@ Caddy is a powerful, extensible platform to serve your sites, services, and apps
and operates primarily at L4 (transport layer) and L7 (application layer) of the [OSI model](https://en.wikipedia.org/wiki/OSI_model), though it has the ability to work with other layers.
Configuration is both dynamic and exportable with [Caddy's API](/docs/api); no config files required. The format of the config document takes many forms with [config adapters](/docs/config-adapters), but Caddy's native config language is [JSON](/docs/json/).
Configuration is both dynamic and exportable with [Caddy's API](/docs/api). Although no config files required, you can still use them; most people's favorite way of configuring Caddy is using the [Caddyfile](/docs/caddyfile). The format of the config document takes many forms with [config adapters](/docs/config-adapters), but Caddy's native config language is [JSON](/docs/json/).
Caddy compiles for all major platforms and has no dependencies.