feat: adding Scarf pixels to gather telemetry on readme and website (#25065)
This commit is contained in:
parent
0d5be8e3f6
commit
60c2ac3268
|
|
@ -184,3 +184,6 @@ Understanding the Superset Points of View
|
||||||
- [Why Apache Superset is Betting on Apache ECharts](https://preset.io/blog/2021-4-1-why-echarts/)
|
- [Why Apache Superset is Betting on Apache ECharts](https://preset.io/blog/2021-4-1-why-echarts/)
|
||||||
|
|
||||||
- [Superset API](https://superset.apache.org/docs/rest-api)
|
- [Superset API](https://superset.apache.org/docs/rest-api)
|
||||||
|
|
||||||
|
<!-- telemetry/analytics pixel: -->
|
||||||
|
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=bc1c90cd-bc04-4e11-8c7b-289fb2839492" />
|
||||||
|
|
|
||||||
|
|
@ -252,7 +252,10 @@ const config = {
|
||||||
<a href="https://apache.org/events/current-event" target="_blank" rel="noreferrer">Events</a> |
|
<a href="https://apache.org/events/current-event" target="_blank" rel="noreferrer">Events</a> |
|
||||||
<a href="https://apache.org/licenses/" target="_blank" rel="noreferrer">License</a>
|
<a href="https://apache.org/licenses/" target="_blank" rel="noreferrer">License</a>
|
||||||
</small>
|
</small>
|
||||||
</p>`,
|
</p>
|
||||||
|
<!-- telemetry/analytics pixel: -->
|
||||||
|
<img referrerPolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=39ae6855-95fc-4566-86e5-360d542b0a68" />
|
||||||
|
`,
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue