@@ -71,7 +71,7 @@ bundling into the final application installer.
7171
7272---
7373
74- ## Key Features 🔐
74+ ## Key Features 🔐
7575
7676- ** Concurrent Downloads:** Parallel downloading of multiple runtime binaries
7777 using Tokio for maximum throughput.
@@ -86,7 +86,7 @@ bundling into the final application installer.
8686
8787---
8888
89- ## Core Architecture Principles 🏗️
89+ ## Core Architecture Principles 🏗️
9090
9191| Principle | Description | Key Components Involved |
9292| :-------------------------- | :----------------------------------------------------------------------------------- | :-------------------------------------------- |
@@ -96,7 +96,7 @@ bundling into the final application installer.
9696
9797---
9898
99- ## ` SideCar ` in the Land Ecosystem ⚙️ + 🏞️
99+ ## ` SideCar ` in the Land Ecosystem ⚙️ + 🏞️
100100
101101| Component | Role & Key Responsibilities |
102102| :---------------- | :-------------------------------------------------------------------- |
@@ -106,7 +106,7 @@ bundling into the final application installer.
106106
107107---
108108
109- ## Getting Started 🚀
109+ ## Getting Started 🚀
110110
111111### Running the Download Tool
112112
@@ -156,7 +156,7 @@ The SideCar directory is populated once during project setup:
156156
157157---
158158
159- # # System Architecture Diagram 🏗️
159+ # # System Architecture Diagram 🏗️
160160
161161This diagram illustrates how ` SideCar` vendors and organizes runtime
162162dependencies.
@@ -197,7 +197,7 @@ DownloadBin --> TargetTriple
197197
198198---
199199
200- ## Deep Dive & Component Breakdown 🔬
200+ ## Deep Dive & Component Breakdown 🔬
201201
202202To understand how ` SideCar ` 's download tool works, see the following source
203203files:
@@ -228,15 +228,15 @@ file.
228228
229229---
230230
231- ## Changelog 📜
231+ ## Changelog 📜
232232
233233Stay updated with our progress! See
234234[ ` CHANGELOG.md ` ] ( https://github.com/CodeEditorLand/SideCar/tree/Current/ ) for a
235235history of changes specific to ** SideCar** .
236236
237237---
238238
239- ## Funding & Acknowledgements 🙏🏻
239+ ## Funding & Acknowledgements 🙏🏻
240240
241241** SideCar** is a core element of the ** Land** ecosystem. This project is funded
242242through [ NGI0 Commons Fund] ( https://NLnet.NL/commonsfund ) , a fund established by
@@ -245,38 +245,38 @@ through [NGI0 Commons Fund](https://NLnet.NL/commonsfund), a fund established by
245245[ NLnet project page] ( https://NLnet.NL/project/Land ) .
246246
247247<table >
248- <thead >
249- <tr >
250- <th align =" left " ><strong >Land</strong ></th >
251- <th align =" left " ><strong >PlayForm</strong ></th >
252- <th align =" left " ><strong >NLnet</strong ></th >
253- <th align =" left " ><strong >NGI0 Commons Fund</strong ></th >
254- </tr >
255- </thead >
256- <tbody >
257- <tr >
258- <td align =" left " valign =" middle " >
259- <a href =" https://Editor.Land " >
260- <img width =" 60 " src =" https://raw.githubusercontent.com/CodeEditorLand/Asset/refs/heads/Current/Logo/Land.svg " alt =" Land " >
261- </a >
262- </td >
263- <td align =" left " valign =" middle " >
264- <a href =" https://PlayForm.Cloud " >
265- <img width =" 76 " src =" https://raw.githubusercontent.com/PlayForm/Asset/refs/heads/Current/Logo/PlayForm.svg " alt =" PlayForm " >
266- </a >
267- </td >
268- <td align =" left " valign =" middle " >
269- <a href =" https://NLnet.NL " >
270- <img width =" 240 " src =" https://NLnet.NL/logo/banner.svg " alt =" NLnet " >
271- </a >
272- </td >
273- <td align =" left " valign =" middle " >
274- <a href =" https://NLnet.NL/commonsfund " >
275- <img width =" 240 " src =" https://NLnet.NL/image/logos/NGI0CommonsFund_tag_black_mono.svg " alt =" NGI0 Commons Fund " >
276- </a >
277- </td >
278- </tr >
279- </tbody >
248+ <thead>
249+ <tr>
250+ <th align="left"><strong>Land</strong></th>
251+ <th align="left"><strong>PlayForm</strong></th>
252+ <th align="left"><strong>NLnet</strong></th>
253+ <th align="left"><strong>NGI0 Commons Fund</strong></th>
254+ </tr>
255+ </thead>
256+ <tbody>
257+ <tr>
258+ <td align="left" valign="middle">
259+ <a href="https://Editor.Land">
260+ <img width="60" src="https://raw.githubusercontent.com/CodeEditorLand/Asset/refs/heads/Current/Logo/Land.svg" alt="Land">
261+ </a>
262+ </td>
263+ <td align="left" valign="middle">
264+ <a href="https://PlayForm.Cloud">
265+ <img width="76" src="https://raw.githubusercontent.com/PlayForm/Asset/refs/heads/Current/Logo/PlayForm.svg" alt="PlayForm">
266+ </a>
267+ </td>
268+ <td align="left" valign="middle">
269+ <a href="https://NLnet.NL">
270+ <img width="240" src="https://NLnet.NL/logo/banner.svg" alt="NLnet">
271+ </a>
272+ </td>
273+ <td align="left" valign="middle">
274+ <a href="https://NLnet.NL/commonsfund">
275+ <img width="240" src="https://NLnet.NL/image/logos/NGI0CommonsFund_tag_black_mono.svg" alt="NGI0 Commons Fund">
276+ </a>
277+ </td>
278+ </tr>
279+ </tbody>
280280</table >
281281
282282---
0 commit comments