-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
36 lines (33 loc) · 816 Bytes
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
project:
type: book
book:
title: "Automated Testing in R"
author: "Jakub Sobolewski"
date: "01/1/2025"
google-analytics: "G-735BLDHJRX"
repo-url: https://github.com/jakubsob/automated-testing-in-r/
page-footer:
border: true
center: "Automated Testing in R © 2025 by Jakub Sobolewski is licensed under CC BY-NC-ND 4.0"
right:
- icon: github
href: https://github.com/jakubsob
- icon: linkedin
href: https://www.linkedin.com/in/jakub-sobolewski-r/
sidebar:
style: floating
collapse-level: 2
chapters:
- index.qmd
- part: "Testing fundamentals"
chapters:
- anatomy-of-a-test.qmd
- types-of-tests.qmd
format:
html:
theme:
- brand
code-copy: true
code-line-numbers: true
pdf:
documentclass: scrreprt