From b714e585813db590bdd41524475faa518f405ccc Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 22 Nov 2024 10:59:04 +0000 Subject: [PATCH] Add docs page with external resources (#710) ## Available PR templates - [Default](?expand=1&template=default.md) - [Version Release](?expand=1&template=version_release.md) - _Alternatively delete and start empty_ --- docs/external-resources.md | 6 ++++++ mkdocs.yml | 1 + 2 files changed, 7 insertions(+) create mode 100644 docs/external-resources.md diff --git a/docs/external-resources.md b/docs/external-resources.md new file mode 100644 index 00000000..605667f3 --- /dev/null +++ b/docs/external-resources.md @@ -0,0 +1,6 @@ +# External Resources & Examples + +A collection of external blog posts discussing Lonboard. + +- [**Exploring Mobile Air Quality Data with Lonboard**](https://openaq.medium.com/exploring-mobile-air-quality-data-with-lonboard-af0b99a25eb4) by [OpenAQ](https://openaq.org/). +- [**Nigeria Geodata**](https://www.linkedin.com/posts/adedoyin-samuel-ajeyomi_grid3-lonboard-nigeria-activity-7235765078925422592-qq7X?utm_source=share&utm_medium=member_desktop) by Adedoyin (Samuel) Ajeyomi and Emmanuel Jolaiya. diff --git a/mkdocs.yml b/mkdocs.yml index 8e7bdce1..33be94d1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ nav: - ecosystem/jupyter-widgets.md - ecosystem/panel.md - ecosystem/shiny.md + - external-resources.md - Performance: performance.md - troubleshooting.md - Changelog: CHANGELOG.md