From b9721a9adaf70ef8b78b6b5a823ef31e10148880 Mon Sep 17 00:00:00 2001 From: Bertrand Martin Date: Wed, 29 Jul 2026 20:09:43 +0200 Subject: [PATCH] Fix truncated authentication.html: promote Ordered fallback to h2 Doxia cannot handle the h1 -> h3 heading skip and silently dropped everything after the intro from the generated page. Fixes #153 Co-Authored-By: Claude Fable 5 --- src/site/markdown/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/authentication.md b/src/site/markdown/authentication.md index 82be202..0abcb85 100644 --- a/src/site/markdown/authentication.md +++ b/src/site/markdown/authentication.md @@ -23,7 +23,7 @@ WinRMClient.builder("server.example.com") When `authentication(...)` is not called, **NTLM** is used. -### Ordered fallback +## Ordered fallback Several schemes form an **ordered fallback list**: each is tried in the given order until one succeeds. `authentication(KERBEROS, NTLM)` attempts Kerberos first and falls back to NTLM — for