-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (42 loc) · 1.44 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
project:
type: website
website:
title: "Unlocking Data<br /><span style='font-size: 0.8em;'>A Gentle Introduction to APIs</span><br />"
page-navigation: true
sidebar:
tools:
- icon: github
href: https://github.com/UCSB-Library-Research-Data-Services/intro2APIs
style: "docked"
search: true
header: |

contents:
- text: "Introduction"
href: chapters/index.qmd
- text: What are APIs and why do they exists
href: chapters/what-is-an-api.qmd
- section: Interacting with APIs
contents:
- text: "Endpoints"
href: chapters/endpoints.qmd
- text: "Interacting with APIs"
href: chapters/interact-apis.qmd
- text: "Exercise: Calling Data"
href: chapters/exercise-calling-data.qmd
- section: "APIs for Data Analysis"
contents:
- text: "Collecting Data for Analysis"
href: chapters/collecting-data-for-analysis.qmd
- text: "Analyzing Data"
href: chapters/analyzing-data.qmd
- text: "A Catalog of APIs"
href: resources/catalog.qmd
google-analytics: G-VR8KJJEZHW
format:
html:
theme: united
css: static/css/styles.css
toc: true
execute:
freeze: auto