From bcb501bee5b1fa2d13f06c313c6033dea2f38647 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Fri, 16 Feb 2024 14:32:52 +0100 Subject: [PATCH 1/2] fix: Add links to the subcategories of the ecosystem page --- content/ecosystem/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/ecosystem/_index.md b/content/ecosystem/_index.md index 5b7dd7df55..b3c96d65f5 100644 --- a/content/ecosystem/_index.md +++ b/content/ecosystem/_index.md @@ -3,4 +3,9 @@ title = "The Matrix Ecosystem" sort_by = "weight" +++ -*To be filled with content, maybe* +* [Clients](clients) – The Matrix ecosystem is vibrant. Whatever platform you use, someone has probably already developed a client for it. +* [Hosting](hosting) – Everyone can host their Matrix server, but not everybody wants. Those are the providers the Matrix.org Foundation knows about. +* [Servers](servers) – Advanced users may want to run a homeserver by themselves for more independence and sovereignty. Here are the servers advanced users can run. +* [Bridges](bridges) – Bridges allow you to connect Matrix to a third-party platform, and interact seamlessly. +* [Integrations](integrations) – Useful integrations for more productive or fun conversations in the Matrix ecosystem. +* [SDKs](sdks) – Develop great apps, bots, and bridges. Focus on what you do best. Let the SDKs do all the heavy lifting. From 2ae302b3da39814b7b35151987c1cd472ee84abf Mon Sep 17 00:00:00 2001 From: MTRNord Date: Tue, 20 Feb 2024 15:25:09 +0100 Subject: [PATCH 2/2] Apply changes from #2188 --- content/ecosystem/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ecosystem/_index.md b/content/ecosystem/_index.md index b3c96d65f5..1427c23a73 100644 --- a/content/ecosystem/_index.md +++ b/content/ecosystem/_index.md @@ -4,7 +4,7 @@ sort_by = "weight" +++ * [Clients](clients) – The Matrix ecosystem is vibrant. Whatever platform you use, someone has probably already developed a client for it. -* [Hosting](hosting) – Everyone can host their Matrix server, but not everybody wants. Those are the providers the Matrix.org Foundation knows about. +* [Hosting](hosting) – Everyone can host their Matrix server, but not everybody wants to. These are the providers the Matrix.org Foundation knows about. * [Servers](servers) – Advanced users may want to run a homeserver by themselves for more independence and sovereignty. Here are the servers advanced users can run. * [Bridges](bridges) – Bridges allow you to connect Matrix to a third-party platform, and interact seamlessly. * [Integrations](integrations) – Useful integrations for more productive or fun conversations in the Matrix ecosystem.