-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
82 lines (79 loc) · 2.42 KB
/
_quarto.yml
File metadata and controls
82 lines (79 loc) · 2.42 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: website
website:
title: "MDA Team Wiki"
repo-url: https://github.com/ruralinnovation/wiki
repo-actions: [edit, issue]
navbar:
logo-href: https://ruralinnovation.us/our-work/research_mapping/
left:
- href: index.qmd
text: MDA Team Wiki
- href: profile/about.qmd
text: About
sidebar:
style: "docked"
search: true
contents:
- section: "Capabilities & Knowledge"
contents:
- section: "Applications"
contents:
- BEAD-Changelog.qmd
- Broadband-Consulting-Tech-Requirements.qmd
- CORI-Ontology.qmd
- section: "Infrastructure"
contents:
- Ansible.md
- CORI-Data-API.qmd
- MDA-Data-Infrastructure-Overview.qmd
# - section: "CORI Data API"
# contents:
# - CORI-Data-API.md
## - Adding-New-Endpoints-&-Services-to-the-Python-RESTApi.md
## - Apollo-Studio-Setup.md
## - Configuring-our-AWS-CLI-(CDK-and-SAM)-Credentials.md
## - Example-React-Map-Container-with-REACT-MAP-GL-Package.md
## - Migrating-from-CDK-V1-=--V2.md
## - Postman-Workspace-Setup-and-Configuration.md
## - R-and-Python-API-Usage.md
## - React,-AWS-Amplify-and-API-Usage.md
## - SAML-User-Pool-IdP-Authentication-Flow.md
## - Session-2-‐-2023‐10‐23.md
## - Support-Sessions.md
## - Working-with-the-GraphQL-Schemas.md
- Data-Security.qmd
- duckDB.qmd
- PostgreSQL-RDS-Management.md
- R-DBI-GDAL-PG-SF.qmd
- Repository-Classification.md
- Metadata.md
- Styles-and-Viz.qmd
- targets.qmd
- section: "Team Onboarding"
contents:
- onboarding_team_db.md
- QGIS.md
- The-coriverse-suite-of-packages.md
- MDA-Style-Guide.md
- G-Drive-Practice.qmd
- Git-Workflows.md
- help_I_have_a_data_team.md
- Suggested-Code-Snippets.md
- Spatial-Data-for-Mapping-and-Analysis.md
format:
html:
toc: true
theme:
- minty
- src/custom.scss
css: assets/fonts.css
fontcolor: "#121E22"
linkcolor: "#00835D"
mainfont: "Bitter"
grid:
sidebar-width: 250px
body-width: 1100px
margin-width: 250px
resources:
- "assets/*"