Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgdown site for broom #260

Merged
merged 2 commits into from Jun 4, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -9,3 +9,4 @@
^appveyor\.yml$
^CONDUCT\.md$
^codecov\.yml$
^_pkgdown\.yml$
51 changes: 51 additions & 0 deletions _pkgdown.yml
@@ -0,0 +1,51 @@
url: http://broom.tidyverse.org

template:
package: tidytemplate
default_assets: false

home:
strip_header: true

reference:

- title: Tidiers
contents:
- starts_with('tidy')
- starts_with('glance')
- starts_with('augment')

- title: Miscellaneous
contents:
- bootstrap
- broom
- compact
- starts_with("confint")
- finish_glance
- fix_data_frame
- inflate
- insert_NAs
- starts_with("process")
- unrowname

navbar:
type: default
left:
- text: Intro
href: articles/broom.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Bootstrapping
href: articles/bootstrapping.html
- text: Broom and dplyr
href: articles/broom_and_dplyr.html
- text: K-means
href: articles/kmeans.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidyverse/broom

133 changes: 133 additions & 0 deletions docs/LICENSE.html

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