forked from NASA-Openscapes/earthdata-cloud-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
70 lines (67 loc) · 2.24 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: site
output-dir: docs
site:
title: "EarthData Cloud Cookbook"
author: "NASA Openscapes Community"
logo: files/images/openscapes-logo.png
repo-url: https://github.com/nasa-openscapes/quartobook-test
repo-actions: [edit, issue]
sharing: [twitter]
page-navigation: true
sidebar:
style: "docked"
background: light
search: true
collapse-level: 2
tools:
- icon: github
href: https://github.com/nasa-openscapes/quartobook-test
contents:
- text: "Welcome"
href: index.md
- section: files/get-started/index.md
contents:
- files/get-started/how-to-use.md
- files/get-started/api-primer.md
- files/get-started/earthdata-login.md
- section: "Authentication" # get-started/authentication.md -- potential bug
contents:
- files/get-started/how-to-use.md
- files/get-started/lpdaac-netrc.ipynb
- files/get-started/podaac-ecco-netrc.ipynb
- section: files/discovery/index.md
contents:
- files/discovery/Navigate_CMR_STAC.ipynb
- files/discovery/earthdata-search-ui.md
- files/discovery/cmr-virtual-directories.md
- section: files/access/index.md
contents:
- files/access/data-access-example.qmd
- files/access/earthdata-search.md
- files/access/opendap-cloud.md
- files/access/cof-via-harmony.md
- files/access/download-to-local.md
- section: files/transformations/index.md
contents:
- files/transformations/harmony-api.md
- files/transformations/harmonypy.md
- files/transformations/earthdata-search.md
- files/transformations/opendap-cloud.md
- section: files/examples/index.md
contents:
- files/examples/python-example.ipynb
- files/examples/r-example.Rmd
- section: files/appendix/index.md
contents:
- files/appendix/about.md
- files/appendix/glossary.md
- section: files/community-handbook/index.md
contents:
- files/community-handbook/contributing.Rmd
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true