Обновить src/content/docs/uk-ua/index.mdx
This commit is contained in:
parent
eeaa3bb54a
commit
e453346765
1 changed files with 10 additions and 10 deletions
|
|
@ -25,16 +25,6 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
|
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
<script>
|
|
||||||
{`
|
|
||||||
(async () => {
|
|
||||||
const response = await fetch("https://matrix.federated.nexus/_continuwuity/local_user_count")
|
|
||||||
const json = await response.json();
|
|
||||||
document.querySelector("#user-count").innerText = json["count"]
|
|
||||||
})()
|
|
||||||
`}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<Card title="Приватне та вільне спілкування" icon="comment">
|
<Card title="Приватне та вільне спілкування" icon="comment">
|
||||||
[Matrix](https://matrix.org) — це платформа для спілкування, з відкритим вихідним кодом. На Federated Nexus вона представлена екземпляром на основі вільного ПЗ [Continuwuity](https://continuwuity.org/). [Докладніше...](services/matrix)
|
[Matrix](https://matrix.org) — це платформа для спілкування, з відкритим вихідним кодом. На Federated Nexus вона представлена екземпляром на основі вільного ПЗ [Continuwuity](https://continuwuity.org/). [Докладніше...](services/matrix)
|
||||||
</Card>
|
</Card>
|
||||||
|
|
@ -64,3 +54,13 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
{`
|
||||||
|
(async () => {
|
||||||
|
const response = await fetch("https://matrix.federated.nexus/_continuwuity/local_user_count")
|
||||||
|
const json = await response.json();
|
||||||
|
document.querySelector("#user-count").innerText = json["count"]
|
||||||
|
})()
|
||||||
|
`}
|
||||||
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue