-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
37 lines (34 loc) · 912 Bytes
/
_quarto.yml
File metadata and controls
37 lines (34 loc) · 912 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
35
36
37
project:
type: website
website:
title: "Data Access Tool Backend Documentation"
site-url: "https://nsidc.github.io/data-access-tool-backend"
repo-url: &repo-url "https://github.com/nsidc/data-access-tool-backend"
repo-actions: ["edit", "issue"]
navbar:
left:
- href: getting_started.md
text: "Getting Started"
- href: architecture.md
text: "Architecture"
- href: testing.md
text: "Testing"
- href: developing_with_edd.qmd
text: "Developing with EDD"
- href: envvars.md
- href: logs.md
- href: releasing.md
- href: docs.md
text: "Docs"
- href: cires_rendezvous_poster.md
text: "CIRES Rendezvous 2025 poster"
page-footer:
left: "© NSIDC 2025"
right: "Built with [Quarto](https://quarto.org/)"
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true