diff --git a/_pkgdown.yml b/_pkgdown.yml index 14dd337..bf6b20e 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -7,8 +7,9 @@ template: danger: "#CA225E" primary: "#CA225E" includes: - in_header: | - + in_header: | + + figures: fig.width: 8 @@ -18,7 +19,7 @@ navbar: - text: Model list menu: - text: Linear Regression - lm() - href: articles/lm.html + href: articles/lm.html - text: Generalized Regression - glm() href: articles/glm.html - text: Regularized Regression - glmnet() @@ -33,22 +34,22 @@ navbar: href: articles/cubist.html - text: XGboost - xgb.Booster.complete() href: articles/xgboost.html - - text: Articles + - text: Articles menu: - text: Save/Reload href: articles/save.html - - text: ------- + - text: '-------' - text: Non-R models href: articles/non-r.html - text: Regression spec href: articles/regression.html - text: Tree model spec href: articles/tree.html - - text: ------- + - text: '-------' - text: DB Writeback - href: articles/sql.html + href: articles/sql.html - text: News - href: news/index.html + href: news/index.html - text: Reference href: reference/index.html