From 55df7ad25d79662eea4b51aa2b83e5b37623a202 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 7 Mar 2022 23:44:51 -0700 Subject: [PATCH] docs: Add description to Caddyfile index --- src/docs/markdown/caddyfile.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/docs/markdown/caddyfile.md b/src/docs/markdown/caddyfile.md index 638f218..086664f 100644 --- a/src/docs/markdown/caddyfile.md +++ b/src/docs/markdown/caddyfile.md @@ -23,12 +23,19 @@ The basic idea is that you first type the address of your site, then the feature ## Menu - #### [Quick start guide](/docs/quick-starts/caddyfile) + A good place to begin getting familiar with the Caddyfile. - #### [Full Caddyfile tutorial](/docs/caddyfile-tutorial) + Learn to do a variety of common things with the Caddyfile. - #### [Caddyfile concepts](/docs/caddyfile/concepts) + Required reading! Structure, site addresses, matchers, placeholders, and more. - #### [Directives](/docs/caddyfile/directives) + Keywords at the beginning of lines that enable features for your sites. - #### [Request matchers](/docs/caddyfile/matchers) + Filter requests by using matchers with your directives. - #### [Global options](/docs/caddyfile/options) + Settings that apply to the whole server rather than individual sites. - #### [Common patterns](/docs/caddyfile/patterns) + Simple ways to do common things.