From a6a3cf2b21e9a7408d6fc80e829559f49f90fc9d Mon Sep 17 00:00:00 2001 From: harshit738 Date: Fri, 10 Jan 2025 22:35:24 +0530 Subject: [PATCH] adding shortcode to the plain text --- content/ecosystem/_index.md | 50 ++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/content/ecosystem/_index.md b/content/ecosystem/_index.md index 1427c23a7..dfccbc065 100644 --- a/content/ecosystem/_index.md +++ b/content/ecosystem/_index.md @@ -3,9 +3,47 @@ title = "The Matrix Ecosystem" 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 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. -* [SDKs](sdks) – Develop great apps, bots, and bridges. Focus on what you do best. Let the SDKs do all the heavy lifting. +--- +title: "The Matrix Ecosystem" +sort_by: "weight" +--- + +{{#list items}} + * [{{title}}]({{link}}) – {{description}} +{{/list}} + + +{{#set items}} +[ + { + "title": "Clients", + "link": "clients", + "description": "The Matrix ecosystem is vibrant. Whatever platform you use, someone has probably already developed a client for it." + }, + { + "title": "Hosting", + "link": "hosting", + "description": "Everyone can host their Matrix server, but not everybody wants to. These are the providers the Matrix.org Foundation knows about." + }, + { + "title": "Servers", + "link": "servers", + "description": "Advanced users may want to run a homeserver by themselves for more independence and sovereignty. Here are the servers advanced users can run." + }, + { + "title": "Bridges", + "link": "bridges", + "description": "Bridges allow you to connect Matrix to a third-party platform, and interact seamlessly." + }, + { + "title": "Integrations", + "link": "integrations", + "description": "Useful integrations for more productive or fun conversations in the Matrix ecosystem." + }, + { + "title": "SDKs", + "link": "sdks", + "description": "Develop great apps, bots, and bridges. Focus on what you do best. Let the SDKs do all the heavy lifting." + } +] +{{/set}}