Skip to content

Commit

Permalink
Rebuild include website and fix name of vignette.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Jul 27, 2024
1 parent a58fa6f commit fabd246
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ print(john_student)
#> scores: Science
#> scores: 95
#> scores: 88
#> scholarship: <environment: 0x1027ae180>
#> scholarship: <environment: 0x11e6348d0>
#> street: 123 Main St
#> city: Small town
#> postal_code: 12345
Expand Down
8 changes: 6 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ authors:
navbar:
structure:
left: [home, reference, articles, donate]
right: [github, youtube, search, website]
right: [github, youtube, search, website, website2]
components:
articles:
text: Articles
menu:
- text: "Getting Started with interface"
- text: "Introduction to interface"
href: articles/introduction.html
donate:
text: Donate
Expand All @@ -32,3 +32,7 @@ navbar:
text: derecksprojects.com
href: https://derecksprojects.com
target: _blank
website2:
text: derecksnotes.com
href: https://derecksnotes.com
target: _blank
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introduction to interface"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Getting Started with interface}
%\VignetteIndexEntry{Introduction to interface}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit fabd246

Please sign in to comment.