diff options
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index ec9bfb1b..a214c209 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,8 +1,8 @@ url: https://pkgdown.jrwb.de/mkin development: - mode: devel - version_label: info + mode: release + version_label: default template: bootswatch: spacelab @@ -132,6 +132,8 @@ navbar: href: articles/FOCUS_D.html - text: Example evaluation of FOCUS Laboratory Data L1 to L3 href: articles/FOCUS_L.html + - text: Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models + href: articles/web_only/dimethenamid_2018.html - text: Example evaluation of FOCUS Example Dataset Z href: articles/web_only/FOCUS_Z.html - text: Performance benefit by using compiled model definitions in mkin |