Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ integration: # merging all artifacts to produce single R repository and summarie
# web/checks/check_results_$pkg.html
- Rscript -e 'check.index("data.table", names(test.jobs))'
# pkgdown merge
- Rscript -e 'common_files<-function(path1, path2) intersect(list.files(path1, all.files=TRUE, no..=TRUE), list.files(path2, all.files=TRUE, no..=TRUE)); if (length(f<-common_files("pkgdown","bus/integration/cran"))) message(paste(c("Following artifacts will be overwritten by pkgdown artifacts:", paste0(" ", f)), collapse="\n")); q("no")'
- Rscript -e 'common_files<-function(path1, path2) intersect(list.files(path1, all.files=TRUE, no..=TRUE), list.files(path2, all.files=TRUE, no..=TRUE)); msg = if (length(f<-common_files("pkgdown","bus/integration/cran"))) paste(c("Following artifacts will be overwritten by pkgdown artifacts:", paste0(" ", f)), collapse="\n") else "No overlapping files from pkgdown artifacts"; message(msg); q("no")'
- mv pkgdown/* bus/integration/cran/
# cleanup artifacts from other jobs
- mkdir tmpbus
Expand Down
18 changes: 12 additions & 6 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ template:
development:
version_tooltip: "Development version"

home:
links:
- text: CRAN-like website
href: web/packages/data.table/index.html

navbar:
structure:
left: [home, introduction, vignettes, news, benchmarks, presentations, articles]
left: [home, introduction, articles, news, benchmarks, presentations, communityarticles, reference]
right: [github]
components:
home:
Expand All @@ -18,7 +23,7 @@ navbar:
introduction:
text: Introduction
href: articles/datatable-intro.html
vignettes:
articles:
text: Vignettes
menu:
- text: "Introduction to data.table"
Expand All @@ -39,20 +44,21 @@ navbar:
href: articles/datatable-importing.html
- text: "Benchmarking data.table"
href: articles/datatable-benchmarking.html
- text: Reference manual
href: reference/index.html
news:
text: Changelog
text: News
href: news/index.html
benchmarks:
text: Benchmarks
href: https://h2oai.github.io/db-benchmark
presentations:
text: Presentations
href: https://github.com/Rdatatable/data.table/wiki/Presentations
articles:
communityarticles:
text: Articles
href: https://github.com/Rdatatable/data.table/wiki/Articles
reference:
text: Manual
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/Rdatatable/data.table