-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
34 lines (32 loc) · 847 Bytes
/
_quarto.yml
File metadata and controls
34 lines (32 loc) · 847 Bytes
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
project:
type: website
website:
site-url: https://computing.stat.berkeley.edu/tutorial-databases
sidebar:
style: docked
title: "SCF Databases/SQL Tutorial"
logo: assets/img/logo.svg
logo-href: https://statistics.berkeley.edu
logo-alt: "UC Berkeley Statistics logo"
tools:
- icon: github
href: https://github.com/berkeley-scf/tutorial-databases
aria-label: GitHub
contents:
- href: index.qmd
text: Getting Started
- href: sql.qmd
text: SQL
- href: db-management.qmd
text: Database Management
- href: bigquery.qmd
text: Databases in the Cloud
- href: R-and-Python.qmd
text: Big Data in R and Python
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true