mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
update contributing to add Datadog
This commit is contained in:
parent
d1a11319b9
commit
a8b6cdf1cb
|
@ -86,8 +86,8 @@ We're deeply thankful for the backing from the Open Collective, Open Source Coll
|
||||||
alt="Open Collective"
|
alt="Open Collective"
|
||||||
className="max-h-8"
|
className="max-h-8"
|
||||||
sources={{
|
sources={{
|
||||||
light: useBaseUrl("/img/Open_Collective_logo_2021.svg"),
|
light: useBaseUrl("/img/contributing/Open_Collective_logo_2021.svg"),
|
||||||
dark: useBaseUrl("/img/Open_Collective_logo_2021.svg"),
|
dark: useBaseUrl("/img/contributing/Open_Collective_logo_2021.svg"),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -117,8 +117,8 @@ We're deeply thankful for the backing from the Open Collective, Open Source Coll
|
||||||
alt="Vercel"
|
alt="Vercel"
|
||||||
className="max-h-8"
|
className="max-h-8"
|
||||||
sources={{
|
sources={{
|
||||||
light: useBaseUrl('/img/vercel-logotype-dark.svg'),
|
light: useBaseUrl('/img/contributing/vercel-logotype-dark.svg'),
|
||||||
dark: useBaseUrl('/img/vercel-logotype-light.svg'),
|
dark: useBaseUrl('/img/contributing/vercel-logotype-light.svg'),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -126,3 +126,18 @@ We're deeply thankful for the backing from the Open Collective, Open Source Coll
|
||||||
By covering our hosting costs, Vercel directly contributes to Meshtastic's growth, enhancing our web scalability and presence. Their sponsorship is crucial for our continued development and focus on creating a robust platform for decentralized communication.
|
By covering our hosting costs, Vercel directly contributes to Meshtastic's growth, enhancing our web scalability and presence. Their sponsorship is crucial for our continued development and focus on creating a robust platform for decentralized communication.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex flex-wrap items-start">
|
||||||
|
<div className="w-full sm:w-3/12 p-3">
|
||||||
|
<ThemedImage
|
||||||
|
alt="Datadog"
|
||||||
|
className="max-h-8"
|
||||||
|
sources={{
|
||||||
|
light: useBaseUrl("/img/contributing/dd_logo_h_rgb.svg"),
|
||||||
|
dark: useBaseUrl("/img/contributing/dd_logo_h_white.svg"),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="w-full sm:w-9/12 p-3">
|
||||||
|
Datadog is an observability and security platform for cloud applications, providing infrastructure monitoring, application performance monitoring, and log management. They sponsor us by granting free infrastructure monitoring and logging, aiding our development and operational efforts.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue