protocol activity pub
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s

This commit is contained in:
Freekkettone 2025-11-15 16:48:39 +01:00
parent f2aa9d3adb
commit 1f330dac0b

View file

@ -586,7 +586,13 @@
{ {
"name": "Protocols", "name": "Protocols",
"type": "folder", "type": "folder",
"children": [] "children": [
{
"name": "W3C - Activity Pub",
"type": "url",
"url": "https://www.w3.org/TR/activitypub/"
}
]
}, },
{ {
"name": "Fediverse", "name": "Fediverse",
@ -606,11 +612,6 @@
"name": "(De)centralizzazione", "name": "(De)centralizzazione",
"type": "url", "type": "url",
"url": "https://poliverso.org/display/0477a01e-1964-abfd-552f-aef477916660" "url": "https://poliverso.org/display/0477a01e-1964-abfd-552f-aef477916660"
},
{
"name": "W3C - Activity Pub",
"type": "url",
"url": "https://www.w3.org/TR/activitypub/"
} }
] ]
}, },