File tree 5 files changed +20
-6
lines changed
5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Authors@R: c(
7
7
)
8
8
Description: A pkgdown template for the Delphi R packages.
9
9
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
11
12
BugReports: https://github.com/cmu-delphi/delphidocs/issues
12
13
Depends:
13
14
R (>= 2.10)
@@ -19,8 +20,7 @@ Suggests:
19
20
rmarkdown
20
21
VignetteBuilder:
21
22
knitr
22
- Config/Needs/website:
23
- rmarkdown
23
+ Config/Needs/website: rmarkdown
24
24
Config/testthat/edition: 3
25
25
Encoding: UTF-8
26
26
LazyData: true
Original file line number Diff line number Diff line change 1
- url : ~
1
+ url : https://cmu-delphi.github.io/delphidocs
2
2
template :
3
3
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
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ template:
7
7
heading_font : {google: "Source Serif Pro"}
8
8
primary : " #941120"
9
9
secondary : " #8C338F"
10
+ danger : " #C41230"
11
+ hover-bg : " #9411201a" # $primary w/ 10% opacity
10
12
border-radius : 0.2rem
11
13
headings-color : " #002676"
12
14
navbar-light-color : " $headings-color"
@@ -18,7 +20,7 @@ template:
18
20
navbar-light-icon-color : " $headings-color"
19
21
navbar-light-toggler-border-color : " $headings-color"
20
22
dropdown-link-color : " $headings-color"
21
- dropdown-link-hover-bg : " #9411201a " # $primary w/ 10% opacity
23
+ dropdown-link-hover-bg : " $hover-bg "
22
24
dropdown-link-active-bg : " white"
23
25
link-decoration : " none"
24
26
Original file line number Diff line number Diff line change 3
3
transition : all 0.3s ease ;
4
4
border-bottom : 2px solid $headings-color ;
5
5
background-color : $body-bg !important ;
6
- line-height : inherit ;
7
6
}
8
7
9
8
#navbar {
You can’t perform that action at this time.
0 commit comments