From db15a0cc63b6f5435fbf1fe1d5c2909004999f29 Mon Sep 17 00:00:00 2001 From: KillerBossOriginal Date: Wed, 1 Jan 2025 20:30:08 +0100 Subject: [PATCH] Adding support for website as docs --- README.md | 2 +- index.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 index.json 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