generated from CU-ESIIL/forest-carbon-codefest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
100 lines (93 loc) · 3.33 KB
/
mkdocs.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: 'Forest Carbon Codefest ESIIL'
site_description: 'FCC 2024'
site_author: Tyler McIntosh
site_url: https://cu-esiil.github.io/FCC24_Group_5
# Repository
repo_name: FCC24_Group_5
repo_url: https://github.com/CU-ESIIL/FCC24_Group_5
edit_uri: edit/main/docs/
# Copyright
copyright: 'Copyright © 2024 University of Colorado Boulder'
# Page tree
nav:
- Home: index.md
- Collaborating on the cloud:
- Markdown basics: collaborating-on-the-cloud/markdown_basics.md
- Cyverse basics: collaborating-on-the-cloud/cyverse-instructions.md
- Github basics: collaborating-on-the-cloud/github-basics.md
- Cyverse data management: collaborating-on-the-cloud/cyverse_data_management.md
- Additional resources:
- Code of Conduct: additional-resources/code-of-conduct.md
- Participant agreement: additional-resources/participant_agreement.md
- R and Python bilingualism: additional-resources/bilingualism_md.md
- Cyverse hacks: additional-resources/cyverse_hacks.md
- Useful links: additional-resources/useful_links.md
- Codefest data library:
- EPA Ecoregions: data-library/epa-ecoregions.md
- Forest Inventory Analysis Database: data-library/fia.md
- GEDI: data-library/gedi.md
- TreeMap: data-library/treemap.md
- Disturbance stack: data-library/disturbance-stack.md
- Fire Severity (CBI): data-library/fire-cbi.md
- LCMAP (Land cover): data-library/lcmap.md
- MODIS Vegetation Continuous Fields (VCF): data-library/modis-vcf.md
- Drought indices (SPEI & PDSI): data-library/drought.md
- STAC & VSI: data-library/stac_mount_save.md
- Sentinal 2 STAC example: data-library/Pull_Sentinal2_l2_data.md
- Additional ESIIL Data Libraries: data-library/esiil-data-library.md
- Project documentation:
- Discussion notes: project-documentation/project-notes.md
- Methods: project-documentation/methods.md
- Project presentation: project-documentation/project-presentation.md
- Publication:
- Manuscript: resources/manuscript.md
- Notes from readings: resources/notes_from_readings.md
- Citations: resources/citations.md
# Configuration
theme:
highlightjs: true
name: material
font:
text: 'Open Sans'
code: 'Roboto Mono'
logo: 'assets/esiil_content/ESIIL_logo.png'
favicon: 'assets/esiil_content/favicon.ico'
# setting features for the navigation tab
features:
- navigation.sections
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- toc.integrate
- toc.follow
- content.code.copy
# Default values, taken from mkdocs_theme.yml
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: white)"
primary: 'white'
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to system preference
# Options
extra:
social:
- icon: fontawesome/brands/github
# link: https://github.com/cu-esiil/
extra_css:
- stylesheets/extra.css
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True