From e2348b4edc901f12145a671123dc44af76f6ba24 Mon Sep 17 00:00:00 2001 From: Leonidas Zhak <70497898+LeonidasZhak@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:55:32 +0800 Subject: [PATCH] docs: add cnd() to pkgdown reference index The cnd(), error_cnd(), warning_cnd(), and message_cnd() constructors were documented but missing from the pkgdown reference index. Fixes #1900 --- _pkgdown.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index cba92bb71..22d80e4b2 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -182,6 +182,7 @@ reference: - subtitle: Conditions contents: + - cnd - rlang_error - cnd_message - format_error_bullets