Skip to content

Commit

Permalink
Add an internal pkgdoc demo
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 9, 2019
1 parent 045a5d1 commit 34b8c7e
Show file tree
Hide file tree
Showing 25 changed files with 1,014 additions and 575 deletions.
2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

653 changes: 653 additions & 0 deletions docs/articles/siteonly/reference-chirunconf.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(document).ready(function(){
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') {
$('[data-toggle="tooltip"]').tooltip();
}
if ($('[data-toggle="popover"]').popover === 'function') {
$('[data-toggle="popover"]').popover();
}
});
16 changes: 8 additions & 8 deletions docs/articles/siteonly/reference-tidyverse.html

Large diffs are not rendered by default.

388 changes: 0 additions & 388 deletions docs/articles/siteonly/reference.html

This file was deleted.

59 changes: 30 additions & 29 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pandoc: 2.1.1
pkgdown: 1.3.0
pkgdown_sha: ~
articles:
reference-chirunconf: siteonly/reference-chirunconf.html
reference-tidyverse: siteonly/reference-tidyverse.html
reference: siteonly/reference.html

Loading

0 comments on commit 34b8c7e

Please sign in to comment.