From 191986338f274890e1b9af207d8d35d2834b7fc1 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 9 Apr 2020 18:58:25 -0400 Subject: [PATCH] docs: Add single-line `not` matcher syntax --- src/docs/markdown/caddyfile/matchers.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index 71e0e5f..c59343d 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -223,14 +223,19 @@ By the method (verb) of the HTTP request. Verbs should be uppercase, like `POST` ### not +``` +not +``` + +Or + ``` not { } ``` -Encloses other matchers and negates their result. - +Encloses one or more other matchers and negates their result. ### path