Skip to content

Commit 676acd1

Browse files
committed
ready for pt
1 parent bbc8500 commit 676acd1

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Authors@R: c(
77
)
88
Description: A pkgdown template for the Delphi R packages.
99
License: MIT + file LICENSE
10-
URL: https://github.com/cmu-delphi/delphidocs
10+
URL: https://github.com/cmu-delphi/delphidocs,
11+
https://cmu-delphi.github.io/delphidocs
1112
BugReports: https://github.com/cmu-delphi/delphidocs/issues
1213
Depends:
1314
R (>= 2.10)
@@ -19,8 +20,7 @@ Suggests:
1920
rmarkdown
2021
VignetteBuilder:
2122
knitr
22-
Config/Needs/website:
23-
rmarkdown
23+
Config/Needs/website: rmarkdown
2424
Config/testthat/edition: 3
2525
Encoding: UTF-8
2626
LazyData: true

_pkgdown.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
url: ~
1+
url: https://cmu-delphi.github.io/delphidocs
22
template:
33
package: delphidocs
4+
5+
reference:
6+
- title: Package Documentation
7+
- contents:
8+
- delphidocs-package
9+
- title: Functions
10+
- contents:
11+
- consult_oracle
12+
- title: Data
13+
- contents:
14+
- colours
15+
- responses

inst/pkgdown/_pkgdown.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ template:
77
heading_font: {google: "Source Serif Pro"}
88
primary: "#941120"
99
secondary: "#8C338F"
10+
danger: "#C41230"
11+
hover-bg: "#9411201a" # $primary w/ 10% opacity
1012
border-radius: 0.2rem
1113
headings-color: "#002676"
1214
navbar-light-color: "$headings-color"
@@ -18,7 +20,7 @@ template:
1820
navbar-light-icon-color: "$headings-color"
1921
navbar-light-toggler-border-color: "$headings-color"
2022
dropdown-link-color: "$headings-color"
21-
dropdown-link-hover-bg: "#9411201a" # $primary w/ 10% opacity
23+
dropdown-link-hover-bg: "$hover-bg"
2224
dropdown-link-active-bg: "white"
2325
link-decoration: "none"
2426

inst/pkgdown/extra.scss

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
transition: all 0.3s ease;
44
border-bottom: 2px solid $headings-color;
55
background-color: $body-bg !important;
6-
line-height: inherit;
76
}
87

98
#navbar {

man/delphidocs-package.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)