Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executable file
20 lines (20 sloc)
589 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "teaching-in-production" | |
| title: "RStudio Education" | |
| favicon: images/favicon.ico | |
| description: | | |
| Invited session for Day 3 of the RStudio Instructor Training and Certification Program. | |
| output_dir: "docs" | |
| include: ["slides/"] | |
| creative_commons: CC BY-SA | |
| repository_url: https://github.com/rstudio-education/teaching-in-production | |
| navbar: | |
| logo: | |
| image: images/logo.png | |
| href: https://www.rstudio.com | |
| right: | |
| - icon: fab fa-github | |
| href: https://github.com/rstudio-education/teaching-in-production | |
| output: | |
| distill::distill_article: | |
| toc: true | |
| css: styles.css |