From 3fe352b8d14f33f4e63bfdbe01fc4a2f40617500 Mon Sep 17 00:00:00 2001 From: Thomas Maas Date: Fri, 7 Jun 2024 12:25:29 +0200 Subject: [PATCH] add blank line so p tag gets closed when generating html (#692) closes https://github.com/Kuadrant/docs.kuadrant.io/issues/113 --- doc/auth.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/auth.md b/doc/auth.md index 9fb322ceb..a63aa439b 100644 --- a/doc/auth.md +++ b/doc/auth.md @@ -31,6 +31,7 @@ The `AuthPolicy` spec includes the following parts: * List of named patterns (`spec.patterns`) The auth scheme specify rules for: + * Authentication (`spec.rules.authentication`) * External auth metadata fetching (`spec.rules.metadata`) * Authorization (`spec.rules.authorization`)