This commit is contained in:
KillerBossOriginal 2025-01-19 14:59:16 +01:00
commit 29752b9cd3
2 changed files with 35 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Questo deposito è stato creato con lo scopo di avere un sito unico e facile da gestire per mantenere tutte le documentazioni riguardanti Thunder Network (comunità e progetti).
Questo sito è stato creato con lo scopo di avere un sito unico e facile da gestire per mantenere tutte le documentazioni riguardanti Thunder Network (comunità e progetti).
- [Organizzazione](./Organization/Organization.md)
- [RaD](./RaD/RaD.md)

34
index.json Normal file
View file

@ -0,0 +1,34 @@
{
"public": [
{
"title": "Index",
"path": "README.md",
"slug": "index",
"type": "md"
},
{
"title": "RaD",
"path": "RaD/RaD.md",
"slug": "RaD",
"type": "md"
},
{
"title": "Rules",
"path": "Organization/Rules.md",
"slug": "rules",
"type": "md"
},
{
"title": "Terms of Service",
"path": "Organization/Terms%20of%20Service.md",
"slug": "tos",
"type": "md"
},
{
"title": "Privacy Policy",
"path": "Organization/Privacy%20Policy.md",
"slug": "privacy",
"type": "md"
}
]
}