From 3eb5e4e8b41ea18b02096455287bec413e589291 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 28 Mar 2024 22:12:39 +0100 Subject: [PATCH] feat: inspo --- docs/intro/inspirations.md | 6 ++++++ mkdocs.yml | 1 + 2 files changed, 7 insertions(+) create mode 100644 docs/intro/inspirations.md diff --git a/docs/intro/inspirations.md b/docs/intro/inspirations.md new file mode 100644 index 0000000..5c0651f --- /dev/null +++ b/docs/intro/inspirations.md @@ -0,0 +1,6 @@ +--- +title: Inspirations +--- + +* [Dmytri Kleiner: "You can't code away their wealth"](https://yewtu.be/watch?v=FEU632_Em3g). Also, [The Telekommunist Manifesto](https://www.networkcultures.org/_uploads/%233notebook_telekommunist.pdf). Reading / checking out Kleiners work is a must IMHO -- `@decentral1se`. +* [CoopCycle](https://coopcycle.org/en/) - heavily inspired the Federation model and how we shaped the first decisions on how to do it. -- `@decentral1se` diff --git a/mkdocs.yml b/mkdocs.yml index 7879ced..02f8921 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,6 +61,7 @@ nav: - "Frequently Asked Questions": intro/faq.md - "Project Strategy": intro/strategy.md - "Comparisons": intro/comparisons.md + - "Inspirations": intro/inspirations.md - "Project Status": intro/bikemap.md - "Managed Hosting": intro/managed.md - "Get In Touch": intro/contact.md