Skip to content

Commit b9fd71a

Browse files
committed
feat: add favicon and logo SVGs, update mkdocs configuration for navigation and theme
1 parent f60804e commit b9fd71a

File tree

3 files changed

+137
-0
lines changed

3 files changed

+137
-0
lines changed

docs/favicon.svg

Lines changed: 33 additions & 0 deletions
Loading

docs/terraflow-icon.svg

Lines changed: 99 additions & 0 deletions
Loading

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ repo_url: https://github.com/gmarupilla/AgroTerraFlow
44

55
theme:
66
name: material
7+
favicon: favicon.svg
8+
logo: terraflow-icon.svg
79
palette:
810
- media: "(prefers-color-scheme: light)"
911
scheme: default
@@ -50,11 +52,14 @@ plugins:
5052

5153
nav:
5254
- Home: index.md
55+
- TerraFlow in 10 Minutes: quickstart.md
56+
- Field Guide: field-guide.md
5357
- Architecture:
5458
- TerraFlow Overview: architecture/overview.md
5559
- ADR-001 Band Selection: architecture/adr-001-band-selection.md
5660
- ADR-002 BBox ROI: architecture/adr-002-bbox-roi.md
5761
- ADR-003 Climate Interpolation: architecture/adr-003-climate-interpolation.md
62+
- ADR-004 CRS Reprojection: architecture/adr-004-crs-reprojection.md
5863
- Boundaries: architecture/boundaries.md
5964
- Run Identity: architecture/run-identity.md
6065
- Artifact Contract: architecture/artifacts.md

0 commit comments

Comments
 (0)