From ecef0fe3325bc8b2e6f84ab325221df62ad8e3ff Mon Sep 17 00:00:00 2001 From: aduvermy <arnaud.duvermy@ens-lyon.fr> Date: Mon, 22 Jan 2024 20:06:50 +0100 Subject: [PATCH] reshape article part --- pkgdown/_pkgdown.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 2272813..fc57f80 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -18,13 +18,19 @@ template: includes: in_header: <script defer data-domain="pkgdown.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script> +articles: +- title: HTRfit objects details + navbar: ~ + contents: + - list_var_object.Rmd + - mock_rnaseq_object.Rmd news: releases: - text: "Version 2.0.0" href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/tags/v1.0.2 - text: "Version 1.0.2" - href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/tags/v1.0.2 + href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/releases/v1.0.2 - text: "Version 1.0.1" - href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/tags/v1.0.1 + href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/releases/v1.0.1 - text: "Version 1.0.0" - href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/tags/v1.0.0 \ No newline at end of file + href: https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit/-/releases/v1.0.0 \ No newline at end of file -- GitLab