-
Notifications
You must be signed in to change notification settings - Fork 29
/
_quarto.yml
71 lines (62 loc) · 1.71 KB
/
_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
project:
type: book
book:
title: "DevOps for Data Science"
author: "Alex K Gold"
page-footer:
left: |
DevOps for Data Science was written by Alex K Gold.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
search: true
site-url: https://do4ds.com
repo-url: https://github.com/akgold/do4ds
repo-actions: [edit, issue]
sharing: [twitter, facebook]
google-analytics: "G-BTSMMRMH08"
chapters:
- index.qmd
- chapters/intro.qmd
- part: chapters/sec1/1-0-sec-intro.qmd
chapters:
- chapters/sec1/1-1-env-as-code.qmd
- chapters/sec1/1-2-proj-arch.qmd
- chapters/sec1/1-3-data-access.qmd
- chapters/sec1/1-4-monitor-log.qmd
- chapters/sec1/1-5-deployments.qmd
- chapters/sec1/1-6-docker.qmd
- part: chapters/sec2/2-0-sec-intro.qmd
chapters:
- chapters/sec2/2-1-cloud.qmd
- chapters/sec2/2-2-cmd-line.qmd
- chapters/sec2/2-3-linux.qmd
- chapters/sec2/2-4-app-admin.qmd
- chapters/sec2/2-5-scale.qmd
- chapters/sec2/2-6-networking.qmd
- chapters/sec2/2-7-dns.qmd
- chapters/sec2/2-8-ssl.qmd
- part: chapters/sec3/3-0-sec-intro.qmd
chapters:
- chapters/sec3/3-1-ent-networks.qmd
- chapters/sec3/3-2-auth.qmd
- chapters/sec3/3-3-ent-scale.qmd
- chapters/sec3/3-4-ent-pm.qmd
appendices:
- chapters/append/auth.qmd
- chapters/append/lb.qmd
- chapters/append/lab-map.qmd
- chapters/append/cheatsheets.qmd
#bibliography: references.bib
execute:
eval: false
code-line-numbers: false
number-depth: 1
toc-depth: 1
width: 80%
fig-align: "left"
output: asis
format:
html:
theme: flatly
cover-image: cover.jpg
editor: visual