diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 332d0fb..2a4f8df 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -21,7 +21,7 @@ jobs: isPush: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-tinytex@v2 diff --git a/_pkgdown.yml b/_pkgdown.yml index cbeb632..81e6fae 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -15,24 +15,26 @@ template: navbar: type: inverse - left: - - icon: fa-home + structure: + left: [home, news, reference, articles] + components: + home: + icon: fa-home href: index.html - - icon: fa-newspaper-o + aria-label: "Home" + news: + icon: fa-newspaper-o text: "News" href: news/index.html - - icon: fa-file-code-o - text: "Documentation" + reference: + icon: fa-file-code-o href: reference/index.html - - icon: fa-book + text: "Documentation" + articles: + icon: fa-book text: "Vignettes" menu: - - text: Exploring interactions with continuous predictors in regression models - href: articles/interactions.html - - text: Plotting interactions among categorical variables in regression models - href: articles/categorical.html - - right: - - icon: fa-github fa-lg - text: "Github" - href: https://github.com/jacob-long/interactions + - text: Exploring interactions with continuous predictors in regression models + href: articles/interactions.html + - text: Plotting interactions among categorical variables in regression models + href: articles/categorical.html