main #5
1 changed files with 10 additions and 10 deletions
Обновить src/content/docs/uk-ua/index.mdx
commit
e453346765
|
|
@ -24,16 +24,6 @@ banner:
|
|||
import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||
|
||||
</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">
|
||||
[Matrix](https://matrix.org) — це платформа для спілкування, з відкритим вихідним кодом. На Federated Nexus вона представлена екземпляром на основі вільного ПЗ [Continuwuity](https://continuwuity.org/). [Докладніше...](services/matrix)
|
||||
|
|
@ -64,3 +54,13 @@ import { CardGrid, Card } from "@astrojs/starlight/components"
|
|||
</Card>
|
||||
|
||||
</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