From c44257fbe9a73d964d3e35bbe71ce79563137ab2 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Fri, 27 Sep 2024 17:33:15 +0300 Subject: [PATCH] Add create_custom_check to pkgdown reference list --- _pkgdown.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index f4ee35ca..a521be12 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -26,6 +26,10 @@ reference: contents: - starts_with("opt_check_") +- title: "Custom unit validation checks" + desc: "Functions to support creation and deployment of custom unit validation checks" + contents: + - create_custom_check - title: "Lower level functions" desc: "Lower level functions for assisting users in developing custom unit checks."