Skip to content

Commit 94a5b88

Browse files
Merge pull request #418 from UBC-DSCI/remove-download-edit
removed download / epub / pdf and edit from the toolbar in HTML
2 parents 4aa2fc0 + a5a73e8 commit 94a5b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ output:
2121
<li><a href="./">Data Science: A First Introduction</a></li>
2222
after: |
2323
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
24-
edit: https://github.com/rstudio/bookdown-demo/edit/master/%s
25-
download: ["pdf", "epub"]
24+
edit: null
25+
download: null
2626
bookdown::pdf_book:
2727
includes:
2828
in_header: preamble.tex

0 commit comments

Comments
 (0)