diff --git a/README.md b/README.md index 17a8059..6c6fbed 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/index.json b/index.json new file mode 100644 index 0000000..7bc3079 --- /dev/null +++ b/index.json @@ -0,0 +1,18 @@ +{ + "public": [ + { + "name": "Index", + "path": "README.md", + "slug": "", + "type": "md", + "updated": "2021-10-06T00:00:00.000Z" + }, + { + "name": "RaD", + "path": "./RaD/about.md", + "slug": "RaD", + "type": "md", + "updated": "2021-10-06T00:00:00.000Z" + } + ] +} \ No newline at end of file