Updated v2: Documentation (markdown)

Matt Holt 2019-07-03 22:14:04 -06:00
parent 58b5478bee
commit 7412279d68

@ -4,60 +4,69 @@ Features which are available in Caddy Enterprise are indicated with   🏢
# Contents
- [Command-line interface]()
- [start]()
- [run]()
- [stop]()
- [version]()
- [list-modules]()
- [environ]()
- [Admin endpoint]()
- [POST /load]()
- [GET /config/[scope]]()
- [POST /config/[scope]]()
- [PUT /config/[scope]]()
- [PATCH /config/[scope]]()
- [DELETE /config/[scope]]()
- [Caddy modules]()
- [Config intro]()
- [Making one from scratch]()
- [Duration values]()
- [Placeholders (variables)]()
- [Config structure]()
- [admin]()
- [storage]()
- [caddy.storage.file_system]()
- [apps]()
- [http]()
- [http/servers]()
- [http/servers/listen]()
- [http/servers/routes]()
- [HTTP Placeholders]()
- [http/servers/routes/match]()
- [http.matchers.host]()
- [http.matchers.path]()
- [http.matchers.path_regexp]()
- [http.matchers.method]()
- [http.matchers.query]()
- [http.matchers.header]()
- [http.matchers.header_regexp]()
- [http.matchers.protocol]()
- [http.matchers.not]()
- [http.matchers.remote_ip]()
- [http.matchers.starlark_expr]()
- [http/servers/apply]()
- [http/servers/respond]()
- [http/servers/errors]()
- [http/servers/tls_conn_policies]()
- [http/servers/auto_https]()
- [Command-line interface](#command-line-interface)
- [start](#start)
- [run](#run)
- [stop](#stop)
- [version](#version)
- [list-modules](#list-modules)
- [environ](#environ)
- [Admin endpoint](#admin-endpoint)
- [POST /load](#post-load)
- [GET /config/[scope]](#get-configscope)
- [POST /config/[scope]](#post-configscope)
- [PUT /config/[scope]](#put-configscope)
- [PATCH /config/[scope]](#patch-configscope)
- [DELETE /config/[scope]](#delete-configscope)
- [Caddy modules](#caddy-modules)
- [Config intro](#config-intro)
- [Making one from scratch](#making-one-from-scratch)
- [Duration values](#duration-values)
- [Placeholders (variables)](#placeholders-variables)
- [Config structure](#config-structure)
- [admin](#admin)
- [storage](#storage)
- [caddy.storage.file_system](#caddystoragefile_system)
- [apps](#apps)
- [http](#http)
- [http/servers](#httpservers)
- [http/servers/listen](#httpserverslisten)
- [http/servers/routes](#httpserversroutes)
- [HTTP Placeholders](#http-placeholders)
- [http/servers/routes/match](#httpserversroutesmatch)
- [http.matchers.host](#httpmatchershost)
- [http.matchers.path](#httpmatcherspath)
- [http.matchers.path_regexp](#httpmatcherspath_regexp)
- [http.matchers.method](#httpmatchersmethod)
- [http.matchers.query](#httpmatchersquery)
- [http.matchers.header](#httpmatchersheader)
- [http.matchers.header_regexp](#httpmatchersheader_regexp)
- [http.matchers.protocol](#httpmatchersprotocol)
- [http.matchers.not](#httpmatchersnot)
- [http.matchers.remote_ip](#httpmatchersremote_ip)
- [http.matchers.starlark_expr](#httpmatchersstarlark_expr)
- [http/servers/apply](#httpserversapply)
- [http.middleware.headers](#httpmiddlewareheaders)
- [http.middleware.rewrite](#httpmiddlewarerewrite)
- [http.middleware.markdown](#httpmiddlewaremarkdown)
- [http.middleware.request_body](#httpmiddlewarerequest_body)
- [http.middleware.encode](#httpmiddlewareencode)
- [http.middleware.templates](#httpmiddlewaretemplates)
- [http/servers/respond](#httpserversrespond)
- [http.responders.static](#httprespondersstatic)
- [http.responders.file_server](#httprespondersfile_server)
- [http.responders.reverse_proxy](#httprespondersreverse_proxy)
- [http/servers/errors](#httpserverserrors)
- [http/servers/tls_conn_policies](#httpserverstls_conn_policies)
- [http/servers/auto_https](#httpserversauto_https)
- [tls]()
- [tls/certificates]()
- [tls/automation]()
- [tls/automation/policies]()
- [tls.management.acme]()
- [tls/session_tickets]()
- [tls.stek.standard]()
- [tls.stek.distributed]()
- [tls/certificates](#tlscertificates)
- [tls/automation](#tlsautomation)
- [tls/automation/policies](#tlsautomationpolicies)
- [tls.management.acme](#tlsmanagementacme)
- [tls/session_tickets](#tlssession_tickets)
- [tls.stek.standard](#tlsstekstandard)
- [tls.stek.distributed](#tlsstekdistributed)
# Command-line interface