From bc9b405c9b3f94ef334933659a8988a812a7bcd9 Mon Sep 17 00:00:00 2001 From: Emil Hvitfeldt Date: Thu, 23 May 2024 10:41:53 -0700 Subject: [PATCH] split out date(time) related steps in pkgdown reference --- _pkgdown.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index e71b11790..9713e872b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -78,12 +78,10 @@ reference: contents: - step_bin2factor - step_count - - step_date - step_dummy - step_dummy_extract - step_dummy_multi_choice - step_factor2string - - step_holiday - step_indicate_na - step_integer - step_novel @@ -94,9 +92,13 @@ reference: - step_regex - step_relevel - step_string2factor - - step_time - step_unknown - step_unorder + - title: Step Functions - Date and Datetime + contents: + - step_date + - step_time + - step_holiday - title: Step Functions - Interactions contents: - step_interact