From e4ebcd3da6af625b12f940808ff76ebc245265b3 Mon Sep 17 00:00:00 2001 From: Jeroen Janssens Date: Wed, 12 Nov 2025 13:47:44 +0100 Subject: [PATCH] Include supported-by-posit script --- _pkgdown.yml | 63 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index a2b02988..20a0aa04 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -8,8 +8,9 @@ template: primary: "#CA225E" includes: - in_header: | - + in_header: | + + development: mode: auto @@ -19,34 +20,34 @@ figures: fig.height: 5.75 reference: - - title: Core Verbs - contents: - - stacks - - add_candidates - - blend_predictions - - fit_members - - title: Helpers - contents: - - collect_parameters - - starts_with("control_") - - get_expressions - - title: Example Data and Documentation - contents: - - example_data - - tree_frogs - - stacks_description - - title: Methods - contents: - - starts_with("autoplot") - - starts_with("axe_") - - starts_with("predict") - - augment.model_stack - - starts_with("print") +- title: Core Verbs + contents: + - stacks + - add_candidates + - blend_predictions + - fit_members +- title: Helpers + contents: + - collect_parameters + - starts_with("control_") + - get_expressions +- title: Example Data and Documentation + contents: + - example_data + - tree_frogs + - stacks_description +- title: Methods + contents: + - starts_with("autoplot") + - starts_with("axe_") + - starts_with("predict") + - augment.model_stack + - starts_with("print") articles: - - title: Get started - navbar: ~ - contents: - - basics - - classification - - articles/workflowsets +- title: Get started + navbar: + contents: + - basics + - classification + - articles/workflowsets